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. Download Adobe AIR Beta from http://labs.adobe.com/downloads/air_linux.html Install Adobe AIR danesh@pandora:~/Desktop$ ls<br /> adobeair_linux_b1_091508.bin<br /> danesh@pandora:~/Desktop$ chmod +x adobeair_linux_b1_091508.bin<br /> danesh@pandora:~/Desktop$ ./adobeair_linux_b1_091508.bin<br /> danesh@pandora:~/Desktop$ Download twhirl from http://www.twhirl.org/project/twhirl Double click the twhirl file to start the installation. The installer will install twhirl to /opt/twhirl/ . That’s it! you now have twhirl installed. ...

2008-11-13 · 1 min · Danesh Manoharan

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<br /> blacklist pcspkr Output; [root@dingo ~]# lsmod | grep pcspkr<br /> [root@dingo ~]# echo "blacklist pcspkr" >> /etc/modprobe.d/blacklist<br /> [root@dingo ~]# sudo rmmod pcspkr

2008-11-13 · 1 min · Danesh Manoharan

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<br /> uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin)<br /> [root@abika root]# usermod -G root sys_admin<br /> [root@abika root]# id sys_admin<br /> uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin),0(root) To remove root access. [root@abika root]# usermod -G sys_admin sys_admin<br /> [root@abika root]# id sys_admin<br /> uid=508(sys_admin) gid=508(sys_admin) groups=508(sys_admin)

2008-11-07 · 1 min · Danesh Manoharan

3 more days till FOSS.my 2008

3 more days to go for FOSS.my 2008. Have you registered? If not, you’re in luck. The early bird registration has been extended till this Thursday. Make sure to register. To register; Fill up the registration form. Make a payment to the MayBank account: Account Name: FOSS MY EVENTS Account Number: 564-276-101-587 Email [email protected] with proof of purchase via: Screenshot of the transaction Scan of bankslip If you are a student, provide us with proof of academic standing with your Student ID Mark your calendar for 8th and 9th November See the schedule. ...

2008-11-05 · 1 min · Danesh Manoharan

The Danesh Project 2D Code

The Danesh Project 2D Code. Works well on my e71 running NeoReader. Go ahead, install NeoReader and scan the image below. You should be redirected to . Get yours now!!

2008-10-29 · 1 min · Danesh Manoharan