Notes of Noan
just about anything found on the net
Friday, July 22, 2011
Few Tools Worth a Look
›
Check X memory usage $ xrestop Check system memory usage $ top
Create CD Image using DD
›
This is a simple way to create image from CD or any other block devices under linux. $ dd if=/dev/cdrom0 of=output.iso Change cdrom0 with...
Linux Screen Cheatsheet
›
Open new screen $screen Print a list of pid.tty.host of screen identification $screen -ls Reattach/resume screen session $screen -r pi...
Monday, March 1, 2010
Adding Key to Ubuntu
›
Sometime when you do apt-get update , ubuntu will complain about key not available. For example ... Fetched 69.7kB in 50s (1,388B/s) Readi...
Wednesday, February 24, 2010
Install PostgreSQL8.4 in Karmic
›
From terminal type $sudo apt-get install postgresql answer yes to all questions. You may also want to install pgAdmin III. It good tool t...
›
Home
View web version