Cron job examples for newbies

Filed Under (General) by Wenbert on 12-02-2008

Tagged Under : ,

Here are a few examples from this site.

01 * * * * root echo "This command is run at one min past every hour"
17 8 * * * root echo "This command is run daily at 8:17 am"
17 20 * * * root echo "This command is run daily at 8:17 pm"
00 4 * * 0 root echo "This command is run at 4 am every Sunday"
* 4 * * Sun root echo "So is this"
42 4 1 * * root echo "This command is run 4:42 am every 1st of the month"
01 * 19 07 * root echo "This command is run hourly on the 19th of July"

Do a “crontab -e” on the shell. If you don’t have permission, try “sudo crontab -e”. It should open up Vi.

Linux Graphical Vi Cheatsheet

Filed Under (General) by Wenbert on 20-10-2007

Tagged Under : , ,

I got this from linuxscrew.com. Just click the thumbnail below.

Linux Cheatsheet for the average web developer

Filed Under (General) by Wenbert on 16-10-2007

Tagged Under : ,

Here is a short list of basic Linux commands that I generally use when developing web applications. I update the list whenever I find something useful, so if you want to share something - this post is open for comments.

New XAMMP for Windows, Linux and Mac OS X

Filed Under (General) by Wenbert on 10-10-2007

Tagged Under : , , , ,

Last October 8, Apache Friends released new versions of XAMMP for Windows, Linux and Mac OS X. I use XAMMP on Windows, but for Mac OS X, I use MAMP - the Mac OS X release of XAMMP is still in its early stages.

They have updated the following:

  • Apache to 2.2.6
  • PHP to 5.2.4
  • phpMyAdmin to 2.11.1

Click here for XAMMP.

Subscribe to Rss Feed : Rss