Author: Binny V A
A philosopher programmer who specializes in backend development and stoicism.
Remove a Directory Recursively
March 7, 2008
Remove a directory called ‘dir’ and contents recursively rm -rf dir
Create Compressed Image
March 6, 2008
Create a compressed iso image of cdrom on disk mkisofs /dev/cdrom | gzip > cd_iso.gz
Change Case
March 4, 2008
Convert from lower case to upper case echo ‘hello world’ | tr ‘[:lower:]’ ‘[:upper:]’
Install Package Debian(DPKG)
March 2, 2008
Install a package using dpkg in Debian linux dpkg -i package
Packages to Install in a Debian/KDE Laptop
March 1, 2008
I usually install these packages after I install Debian/KDE in a Laptop. apt-get install … kdebase k3b gcc vlc xine-ui…
Apt using CD/DVD
February 26, 2008
Install / upgrade a deb package from cdrom/dvd apt-cdrom install package_name
Recent Comments