Archive for the ‘Linux’ Category

Linux Tip #7: Disable auto logout in C Shell (csh)

Run the “set autologout=[n]” command to enable or disable the autologout feature in C Shell (csh) Setting autologout to “0″ will disable the autologout feature. set autologout=0 The first line below will set the autologout period to 1 minute and the second line will be 5 minutes. If there is no activity for the set [...]

Install Amarok 1.4 on Ubuntu 9.04

Been using Jaunty since it came out. Loving the speed, simplicity and estatics!! Everything works well except for Amarok 2 which ships default with Jaunty. I’ve been an Amarok 1.4 user for a long time now, moving to Amarok 2 is not something I fancy doing right now. Fortunately getting Amarok 1.4 onto Ubuntu is [...]

Disable the “beep” in Ubuntu 9.04

Hate the beep? Here’s how to get rid of it. Login as “root” and run the command below. echo “blacklist pcspkr” >> /etc/modprobe.d/blacklist.conf Output; root@pandora:/etc/modprobe.d# echo “blacklist pcspkr” >> /etc/modprobe.d/blacklist.conf root@pandora:/etc/modprobe.d# cat /etc/modprobe.d/blacklist.conf | grep pcspkr blacklist pcspkr

Ubuntu Wallpaper

Running Ubuntu 9.04? Need a cool new wallpaper to go with it? Hong Kiat published a good selection of Ubuntu Wallpapers a few days back. The selection’s pretty good actually. Quite sure took them some time to put the collection together.  Check it out.

How to install Adobe AIR on Ubuntu 9.04

1. Download the Adobe AIR installer ” AdobeAIRInstaller.bin ” from http://get.adobe.com/air/ . [direct download] 2. Give the installer execute rights by running ” chmod +x “. danesh@jackal:/Desktop$ chmod +x AdobeAIRInstaller.bin 3. Run the installer and follow the screens. danesh@jackal:/Desktop$ ./AdobeAIRInstaller.bin That’s it, now download, install and enjoy your Adobe AIR apps.

© 2008-2009 The Danesh Project
Powered by Wordpress and made by Guerrilla. Best viewed in Mozilla Firefox