Category: Linux
Remove all EXE files
April 15, 2008
Removes all exe files in the current directory tree. Useful to clear virus from flash drives. find . -name “*.exe”…
First Two Lines
April 13, 2008
View first two lines of a file head -2 file tail -2 file # for last 2 lines
Schedule a Download
April 4, 2008
Start a download at any given time echo ‘wget -c www.example.com/files.iso’ | at 09:00
Update Package List in Apt
April 2, 2008
Update the package list – do this after you change the source in /etc/apt/sources.list . apt-get update
Install CPAN in Fedora
March 28, 2008
If you are getting a ‘Can’t locate CPAN.pm in @INC’ error while opening cpan, you have not installed Bundle::Cpan. You…
Recent Comments