Creating a Cronjob

Cron is a system daemon that executes tasks at designated times. Crontab files are user specific, and can executed with admin privledges. Look for our current... »

The Grep Command

The grep command is without a doubt currently my favorite command. Lets say we are writing a large complex application, and we have some method that... »