Writing
Author: Dipin Krishna
How to install/uninstall .deb file using dpkg a close look
1. Howto install a .deb file$ sudo dpkg -i package_file.deb2. Hoto uninstall a .deb file $ sudo dpkg -r package_name 3. Howto find version of a package installed…
Howto change your MAC address in ubuntu Linux
To change the mac address of your ethernet port follow the steps below.Type the following in a terminal with root permission1. Disable your ethernet.# ifconfig eth0 down2. Configure…
Linux commands for System Administrators
Kernel Ring Buffer: dmesg# dmesg |more[ 0.000000] Linux version 2.6.24-16-generic (buildd@palmer) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Thu Apr 10 13:23:42 UTC 2008 (Ubuntu…
How to Create and Modify ISO Images in Ubuntu
You can create and Modify ISO9660 files (iso images) graphicaly in ubuntu by using an open source Linux application ISO Master Features: 1. Create an ISO image from…