Monthly Archives: April 2010

Install Linux Distro. without burning on CDs

While searching, I found this cool program that enables you to burn Linux Distro. on USB Deviceshttp://unetbootin.sourceforge.net/

Tagged , , | Leave a comment

Download Internet Files from the terminal in Ubuntu

wget url e.g. wget http://files.ubuntu-manual.org/manuals/getting-started-with-ubuntu/10.04/en_US/screen/Getting%20Started%20with%20Ubuntu%2010.04.pdf

Tagged , , | Leave a comment

Clear Totem (and other programs) History in Ubuntu

Tagged , | Leave a comment

Change core file path for IBM HTTP Server 2.0.47

To change the default path where the core file is dumped for IBM HTTP Server 2.0.47 on AIX1- Go to IBM HTTP server conf directory (ex: /usr/IBMIHS/conf)2- Open httpd.conf3- Edit the “CoreDumpDirectory” to the required directory (ex: CoreDumpDirectory “/usr/IBMIHS/corefiles”)

Tagged , , , | Leave a comment

Kill signal to dump core file

To kill a process and make it dump a core file, use the “6” signalkill -6 PID

Tagged , , , | Leave a comment