Wimmmmm

RSS | Random | Archive

About Me

Hi, I'm Wim Janin. Drupal addict, Apple lover, always looking for cool stuff on the web. Next to that, I like to dance, work in the garden & feel nature.

Theme by: Miguel
  1. At Foobar by Nascom: “Eating & drinking by Nascom”

    At Foobar by Nascom: “Eating & drinking by Nascom”

  2. At Museum aan de Stroom: “Toch ff kijken terwijl ik passeer :-)”

    At Museum aan de Stroom: “Toch ff kijken terwijl ik passeer :-)”

  3. Ocean42

    I’m at Ocean42

    “Working at home!!”

    Follow me on Gowalla

     
  4. Semantic web and Drupal: an introduction

    Presentatie van Kristof Van Tomme over Drupal & RDF

  5. Disabling Postfix

    How do I completely disable Postfix and Cyrus?

    Simply turning of mail services in Server Admin does not prevent Postfix from starting up again when needed/called by another process. To completely disable Postfix and Cyrus on Mac OS X Server 10.5.x/10.4.x issue:

    sudo /bin/launchctl unload -w /System/Library/LaunchDaemons/org.postfix.master.plist

    sudo /bin/launchctl unload -w /System/Library/LaunchDaemons/edu.cmu.andrew.cyrus.master.plist

    Should you have the need to re-enable these services just issue:

    sudo /bin/launchctl load -w /System/Library/LaunchDaemons/org.postfix.master.plist

    sudo /bin/launchctl load -w /System/Library/LaunchDaemons/edu.cmu.andrew.cyrus.master.plist

  6. "

    */5 * * * * /home/adam/script.sh will execute script.sh every 5 minutes. This will set crontab every 5 minutes.

    59 23 * * 1-5 /home/adam/script.sh will execute script.sh every day, monday through friday, at 11:59 p.m.

    0 0 * * 0 /home/adam/script.sh will execute script.sh once a week.

    You could also specify @weekly instead of 0 0 * * 0. 0 23 1 * * /home/adam/script.sh will execute script.sh once a month, on the first, at 11:00 PM. You could also specify @monthly in place of 0 23 1 * *.

    "

  7. ANDREAS LUTZ - Because clicking is so 90s! on Vimeo (via Vimeo)

  8. WhiteHouse.gov Goes Drupal [Updated] | techPresident

    Obama goes Drupal!