Tag: Linux
‘date’ and ‘cal’ Commands
March 10, 2008
Some date finding commands.. date Mon Mar 10 23:52:08 IST 2008 cal March 2008 Su Mo Tu We Th Fr…
Create a Boot Floppy
March 9, 2008
Create a boot floppy – if you still have a floppy drive? mkbootdisk –device /dev/fd0 `uname -r`
Delete Multiple Folders
March 8, 2008
Remove two directories and their contents recursively rm -rf dir1 dir2
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
Recent Comments