Archive for the 'scripting' Category

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

Sunday, April 1st, 2012

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

Sunday, April 1st, 2012

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

Sunday, April 1st, 2012

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

Monday, February 27th, 2012

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

Monday, February 27th, 2012

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

Sunday, February 1st, 2009

interesting post that provides syntax difference the languages and some discussion about their importance. Good code examples.

Advanced Bash-Scripting Guide

Monday, June 30th, 2008

guide introduces various specific topics like arrays, variable scopes, etc.