Quickies

[categories] [index] [all (418)] [latest]

Apache
  1. import random
    random.sample(xrange(100), 3)
    

    [32, 49, 0]

  2. # apachectl graceful
    
  3. $ sudo apachectl start
    $ sudo apachectl stop
    $ sudo apachectl restart
    

    or use the LaunchDaemon to start Apache at startup

    $ sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist