Posts Tagged ‘Linux’

GParted LiveCD for all your partitioning needs

A friend needed to re-size his Windows NT OS partition from the default 4GB to 8GB. The easiest way to do this is with Linux, specifically with the GParted LiveCD. GParted is a Gnome based partition editor which uses the libparted library from the popular GNU Parted package to do all it’s fancy partitioning stuff. [...]

Installing Adobe AIR and twhirl on Ubuntu 8.10 Interpid

Dropped my TwitterFox for twhirl today. Runs flawlessly on Ubuntu 8.10. Installation was a breeze, here’s the walkthrough. 1. Download Adobe AIR Beta from http://labs.adobe.com/downloads/air_linux.html 2. Install Adobe AIR danesh@pandora:~/Desktop$ ls adobeair_linux_b1_091508.bin danesh@pandora:~/Desktop$ chmod +x adobeair_linux_b1_091508.bin danesh@pandora:~/Desktop$ ./adobeair_linux_b1_091508.bin danesh@pandora:~/Desktop$ 3. Download twhirl from http://www.twhirl.org/project/twhirl 4. Double click the twhirl file to start the installation. The [...]

How to turn off the beep in Ubuntu 8.10 Interpid

Hate the damn beep? Let’s get rid of it!! Run “lsmod” and look for pcspkr. If you find it then run “rmmod pcspkr“. Also, make sure to add this line to your “/etc/modprobe.d/blacklist” file to make the change is persistent accross reboots. #Remove beeping speaker blacklist pcspkr Output; [root@dingo ~]# lsmod | grep pcspkr [root@dingo [...]

How to give someone root access in Linux

Giving someone root access in linux is easy. Why would someone need to be root I don’t know but this is how you do it using the usermod command. To add root access [root@abika root]# id sys_admin uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin) [root@abika root]# usermod -G root sys_admin [root@abika root]# id sys_admin uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin),0(root) To remove [...]

Deluge 1.0.0 released

Deluge 1.0.0 codenamed “Sharks Are Bulletproof” is out. It’s a complete rewrite from the ground up with a host of new features. 1. It’s now possible to run Deluge as a daemon since the core and UI have been separated. 2. The GTK UI has also been redesigned as seen in the screen shot above. [...]

Page 11 of 38« First...«910111213»2030...Last »
© 2008-2009 The Danesh Project
Powered by Wordpress and made by Guerrilla. Best viewed in Mozilla Firefox