Posts

Showing posts from December, 2008

Find Aliens / Find Cure for Cancer / Heat Your Room

Image
Crowd computing has been popular for some years and Its being used in finding a cure for cancer, detecting radio signals sent by aliens and finding next largest prime. BOINC client is popular in crowd computing and its run on millions of consumer computers to crunch numbers. For some reason I am not able to use BOINC client in ubuntu repository. So you have to download BOINC client from official homepage. I am using it to crunch numbers for SETI and at the same time to heat my room. Download BOINC client.

helvetireader - Theme google reader with beautiful typography

Image
Get Helvetireader Greasemonkey script.

Yo Frankie! - A Funny Furry Game

Image
What is Yo Frankie ? Yo Frankie was initially known as project apricot. Project apricot was initiated to know whether it's possible to produce commercial quality professional game using opensource tools. And it was a success. During project apricot execution some extreme improvements were added to blender. And today you can write games inside blender with little effort. Get Yo Frankie! Download Yo Frankie! Yo Frankie! used crystal space rendering engine to render effects. If you are interested may be you can start coding your own Linux game from there.

gsmartcontrol - Hard Disk Health Checker

Image
Installing gsmartcontrol Download binary debs from following location and install them. And then use following command to start gsmartcontrol. sudo gsmartcontrol gsmartcontrol shows all the info about health status of your HDD's. And allows you to perform health checks. Download gsmartcontrol .

unetbootin - Install Your Favourite Distribution To USB or Partition

Image
unetbootin allows you to install Linux distros to USB drive or an hard disk partition. These are the following distros supported by unetbootin. Ubuntu Fedora Debian Linux Mint openSUSE Arch Linux Damn Small Linux Puppy Linux FreeBSD NetBSD PCLinuxOS Gentoo CentOS Mandriva etc... These are the tools supported by unetbootin. Partition Magic Super Grub Disk Backtrack FreeDOS etc... Download unetbootin .

Setting up lighttpd + PHP

lighttpd is lighter, faster http server available out there and now its much more easier to setup. Install lighty sudo apt-get -y install lighttpd Enable FastCGI module sudo lighttpd-enable-mod fastcgi sudo /etc/init.d/lighttpd restart Install PHP support sudo apt-get -y install php5-cgi Setup MySQL sudo apt-get -y install php5-mysql mysql-server phpmyadmin cd /var/www ln -s /usr/share/phpmyadmin/ phpmyadmin sudo /etc/init.d/lighttpd restart Goto http://localhost/phpmyadmin/ and enjoy mysql management console. Thats it, now you have a lighttpd server that can crunch PHP pages.

Get Tons of Cool Fonts

Use following command to get some really cool fonts. sudo apt-get -y install ttf-larabie-deco ttf-larabie-straight ttf-larabie-uncommon Restart your gui session and you should have some really cool fonts.

Disable IPv6

If you are facing router problems or any other issues with ubuntu. First try to disable IPv6 support built into Ubuntu as majority of the current home hardware doesn't support IPv6 at the moment. Open the file /etc/modprobe.d/aliases and change the following line net-pf-10 ipv6 to net-pf-10 ipv6 off Reboot the system and check if you are still facing the issue.

Ubuntu Laptops

Image
These are the laptops which come with Ubuntu pre-installed. System76 Visit System76 Product Page Sylvania Visit Sylvania GNET28001SN Amazon Page Acer Aspire Dell

DapperFox - Custom RSS Feeds

DapperFox allows you to create RSS feeds from sites which won't offer any RSS feeds. You can even customize existing feeds and share feeds with the members of the dapper community. Get DapperFox Firefox Extension

pidgin-facebookchat - Facebook Chat Inside Pidgin

pidgin-facebookchat allows you to access the new Facebook chat from inside pidgin. Download pidgin-facebookchat .

debtree - Generate Package Dependency Graphs

Image
debtree allows you to generate graphs using graphviz. Installing debtree First checkout code from the source repository todo that execute following command. git clone git://git.debian.org/~fjp/debtree.git Using debtree Now cd into the directory debtree . And execute following commands to generate sample graph ./debtree dpkg > out.dot dot -T png -o out.png out.dot gnome-open out.png Enjoy the dependency graphs.

epidermis - Download and Apply Theme Packs in one Click

Image
Epidermis allows you to download and apply pigments in one click. Here a pigment is a pack of wallpaper, gtk theme, window manager theme, splash screen, gdm theme,etc... Installing epidermis Download epidermis deb package from this page and install it. Using epidermis Start epidermis from command line and start updating epidermis repo to find new themes. And apply any pigment that you like.

playonlinux - Play Windows Games on Linux

playonlinux is one of the tool that answers the question "How to play windows games on Ubuntu Linux ?" playonlinux seems to be similar to cedega except that playonlinux is open-source and free. playonlinux supports around 11 Linux distros. Although there is no package for Ubuntu Intrepid but adding Ubuntu Hardy sources file to my intrepid seems to be working fine. Installing playonlinux Use following commands to configure sources and install the playonlinux package. sudo wget http://deb.mulx.net/playonlinux_intrepid.list -O /etc/apt/sources.list.d/playonlinux.list wget -q http://deb.mulx.net/pol.gpg -O- | sudo apt-key add - sudo apt-get update sudo apt-get install playonlinux Supported Games Star Wars : Jedi Knight II : Jedi Outcast Max Payne 2 : The Fall of Max Payne Star Wars : Jedi Knight : Jedi Academy Steam Guild Wars Half Life 1 Legacy Of Kain : Defiance Ragnarok Online Starcraft Star Wars - Episod 1 : Racer Star Wa

Making Atheros AR242x Wireless Chipset work with ndiswrapper

This only works for 32bit linux. And I can't gurantee about 64bit ubuntu machines. Clean up previous installations of ath drivers and ndiswrapper. First add following lines to your /etc/modprobe.d/blacklist file. blacklist ath_pci blacklist ath_hal Now delete files left by previous installation of ndiswrapper. sudo rm -fr /etc/ndiswrapper/ Now open System >> Administration >> Hardware Drivers and disable all atheros drivers. Install ndiswrapper sudo apt-get -y install ndiswrapper-common Download 32 bit driver . Extract the archive and execute following command from the folder where you extracted the contents. sudo ndiswraper -i net5211.inf Use following command to see whether the driver is correctly installed. sudo ndiswrapper -l Execute following command. sudo ndiswrapper -ma Now add following line to the file /etc/modprobe.d/ndiswrapper at the end. alias wlan0 ndiswrapper Reboot and enjoy using your wireless lan network. Seems like thi

Elisa - Media Center for Ubuntu

Image
Elisa is a OpenGL powered media center solution for Linux and its also available on other platforms too. Elisa comes up with numerous plugins and features and competes with commercial quality software. Installation of Elisa sudo apt-get -y install elisa elisa Features Watch pictures, movies and video clips Play music with visualizations and automatically fetch album art from Internet. Tune into Internet radio stations. Supports vast number of audio and video codec's. Access Media servers located on LAN. Flickr & Youtube integration.

Remote Control Firefox

Using both JSSH and FireWatir you can remote control Firefox browser and do complex web tasks which can't normally do. Here is the guide on how to get started. Install JSSH for Firefox 3 Visit OpenQA JSSH installation page to install JSSH . Install Ruby FireWatir sudo gem install firewatir Test FireWatir Copy following code into some ruby file and execute the file to test the setup. require 'rubygems' require 'firewatir' include FireWatir ff = Firefox.new ff.goto("yahoo.com") ff.close