About Me

I'm a Sri Lankan, mechanical engineering student studying in Swinburne University of Technology, Australia. Although messing with mechanical stuff is my favourite past time I do spend quite some time messing around with PC's as well. I started messing around with ubuntu about a year back so I thought of making this blog and adding whatever I learnt so that newbies like me can hopefully pick up a thing or two. Please take note that most things i write on the blogs are what I picked up from the internet (I'll try to add the sources whenever possible) or what I learnt by trial and error. I am always willing to learn so please give your comments. Being decent while commenting wouldn't hurt :D

Monday, September 21, 2009

Ubuntu Tweak

Ubuntu Tweak is a software which is an all in one package installer +  fine tuner for ubuntu. Its a very user friendly software which any newbie can use. I'd recommend it to any newbie who is daring enough to try out new software and tweaks on his ubuntu installation.




 
1.sudo sh -c 'echo "deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu jaunty main" >> /
etc/apt/sources.list'
2.sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0624A220
3.sudo apt-get update && sudo apt-get install ubuntu-tweak
If you want to upgrade from a previous version instead of install replace step 3 with
sudo apt-get update && sudo apt-get upgrade ubuntu-tweak 
 

No comments:

Post a Comment