Archive for the 'Mac' Category

Self-contained crontab Cheatsheet

This time I’m bringing you a self-documented cron table file (with an example), that is, a tidy cheatsheet diagram embedded as comments that does just one thing, helps you remember the crontab syntax:

# * * * * * command to be executed
# - - - - -
# | | | | |
# | | | | +—– day of week (0 - 6) (Sunday=0)
# | | | +——- month (1 - 12)
# | | +——— day of month (1 - 31)
# | +———– hour (0 - 23)
# +————- min (0 - 59)

# Alarm clock set to 6:30AM
30 6 * * * /home/nano/alarm

I hope you find it useful, thanks for reading and happy May Revolution Day to everyone!

Installations Made Easy with BitNami Stacks

Open Source. Simplified

BitNami stacks make it incredibly easy to install your favorite open source software. Application stacks include an open source application and all the dependencies necessary to run it, such as Apache, MySQL and PHP or Ruby.

Learn More »

Inside VMware Fusion

Join Ben Gertzfield of VMware for a look behind the curtain at virtualization on the Mac, the technology that frees operating systems from their earthly hardware chains.

Ben Gertzfield is the lead developer of VMware Fusion for Mac, VMware’s first virtualization solution for Intel Macs, currently available for free trial download.

Understanding SVG with Inkscape

SVG is an XML vector graphics standard that is gaining momentum on the web. It is supported by most browsers (IE with a plug-in) and fills a need for vector graphics in the high resolution environments that web pages are finding themselves in while still providing graphics rich experiences to mobile users with smaller file sizes. This talk will go into the SVG standard and how to easily make SVG documents using Inkscape. Inkscape is a cross-platform Open Source vector drawing tool that is based on the SVG standard.

Next Page »