osx - Writing GUI frontend for commandline application in Mac OS X - Stack Overflow

http://stackoverflow.com/questions/2346171/writing-gui-frontend-for-commandline-application-in-mac-os-x StackOverflow question that list several ways on how to create a simple GUI front-end to a command line app.

osx - Writing GUI frontend for commandline application in Mac OS X - Stack Overflow

http://stackoverflow.com/questions/2346171/writing-gui-frontend-for-commandline-application-in-mac-os-x StackOverflow question that list several ways on how to create a simple GUI front-end to a command line app.

osx - Writing GUI frontend for commandline application in Mac OS X - Stack Overflow

http://stackoverflow.com/questions/2346171/writing-gui-frontend-for-commandline-application-in-mac-os-x StackOverflow question that list several ways on how to create a simple GUI front-end to a command line app.

[Perl] part of the Gootkit ddos system - Pastebin.com

http://pastebin.com/gAs4EkyG Example of perl exploit script that runs on a compromised web server and provides remote shell, http proxy and DDoS agent. Works on *nix and windows

[Perl] part of the Gootkit ddos system - Pastebin.com

http://pastebin.com/gAs4EkyG Example of perl exploit script that runs on a compromised web server and provides remote shell, http proxy and DDoS agent. Works on *nix and windows

Michael Tsai - Blog - Perl vs. Python vs. Ruby

http://mjtsai.com/blog/2002/11/25/perl_vs_python_vs_ruby/ interesting post that provides syntax difference the languages and some discussion about their importance. Good code examples.

Advanced Bash-Scripting Guide

http://tldp.org/LDP/abs/html/ guide introduces various specific topics like arrays, variable scopes, etc.