Beast Search Engine
http://bse.ayalasoft.net
In this moment the BSE search on:
In the next month ‘BSE’ be more useful.
TODO:
Add other sites, and change the ‘Skin’ of the page add some javascript effects, etc…
Ubuntu 9.10 for Web Developers
# LAMP (Linux, Apache, MySQL and PHP)
sudo apt-get install apache2 mysql-server php5 php5-mysql
# phpMyAdmin, choose apache
sudo apt-get install phpmyadmin
# PostgreSQL
sudo apt-get install postgresql php5-pgsql pgadmin3
# Opera
sudo apt-get install libqt3-mt
wget -c "http://get3.opera.com/pub/opera/linux/1001/final/en/i386/opera_10.01.4682.gcc4.qt3_i386.deb"
sudo dpkg -i opera_10.01.4682.gcc4.qt3_i386.deb
Login problems using pgAdminIII and PostgreSQL:
http://www.ubuntugeek.com/howto-setup-database-server-with-postgresql-and-pgadmin3.html

The Barrelfish Operating System
What is Barrelfish OS ?
Barrelfish is a new research operating system being built from scratch in a collaboration between ETH Zurich and Microsoft Research, Cambridge. We are exploring how to structure an OS for future multi- and many-core systems. We are motivated by two closely related trends in hardware design: first, the rapidly growing number of cores, which leads to a scalability challenge, and second, the increasing diversity in computer hardware, requiring the OS to manage and exploit heterogeneous hardware resources.
Download [ http://www.barrelfish.org/release_20090914.html ]
Extract for the README file:
REQUIRED TOOLS
The following are required to build Barrelfish and its tools:
* GCC 4 (4.3.3 and 4.3.4 are known to work; cross-compiling from i386 works)
* GNU binutils (2.19 is known to work)
* CMake v2.6
* GNU make
* GHC v6.8.2 and Parsec 2.1 (earlier versions may work but are untested)
* pdflatex (unfortunately CMake fails if this is not present, even when
not building the documentation)
Our build system may not be very portable; if in doubt, try building on a
recent Debian or Ubuntu system, as these are what we use.
WebSite [ http://www.barrelfish.org ]
Gedit iMacros Syntax Hightlight
Download iMacros Firefox Add-on
Download imacros.lang
cp imacros.lang /usr/share/gtksourceview-2.0/language-specs
This example open this page and remove the “Tsuru Banner”:
' FAKE YOUR USERAGENT
SET !USERAGENT Mozilla/4.0<sp>(compatible;<sp>MSIE<sp>7.0;<sp>Windows<sp>NT<sp>5.1)
URL GOTO=http://albertux.ayalasoft.com
' I KNOW SOMETIMES MY WEB IS SLOW
WAIT SECONDS=6
' CLOSE THE CAR BANNER
TAG POS=1 TYPE=SPAN ATTR=TXT:Close
Screenshoot:

Recent Comments