Archive for August, 2006

Posted on August 11th, 2006 by by root

grep, awk, head and tail — Oh, My! Linux data extraction text utilities

Much of Linux system administration involves tediously combing through plain-text configuration files. Fortunately, Linux has a rich array of UNIX-derived data extraction utilities, including head, tail, grep, egrep, fgrep, cut, paste, join, awk, and more.
read more | digg story

Posted on August 11th, 2006 by by root

Untwisting Python Network Programming

This article introduces basic client-side networking using both core Python modules and the Twisted framework. For its example, I will show how to send, receive, and delete emails, and conduct Telnet sessions.
read more | digg story

Posted on August 3rd, 2006 by by root

Linux Command Line Cheatsheet

A list of linux commands for common operations including: file searching, networking, directory navagation, etc.
read more | digg story