Category: Linux
Convent Ico to Gif
May 26, 2008
This will convert all the ico files in the folder to gif. It uses the final frame of the ico…
Perl Joke
May 24, 2008
Just a joke – no offense intended… perl -e ‘a=”etbjxntqrdke”;a=~s/(.)/chr(ord(1)+1)/eg;printa’
Create a config file for DosBox in Linux
May 23, 2008
If you are using dosbox to play old games in linux, you can use this command to create a config…
Find Duplicate Lines
May 21, 2008
Sort contents of two files by viewing only duplicate line sort file1 file2 | uniq -d
Copy all Txt Files
May 18, 2008
Find and copy all files with ‘.txt’ extention from a directory to another find /home/binnyva -name ‘*.txt’ | xargs cp…
Mount Windows Network Share with Samba
May 15, 2008
Use this command to mount a share on a windows system. It uses Samba. mount -t smbfs -o username=user,password=pass //WinClient/share…
Restore Backup Created by dump
May 10, 2008
Restoring a backup created by the dump command. restore -if home_backup.bak
Recent Comments