July 13th
|
|
Shared Processes in D state.
D state occurs then the process is in uninterruptible sleep. |
July 2nd
|
|
Shared Google Font Directory.
use fonts in webpages that aren’t on the local system |
Daily Digest for June 19th
|
|
Shared puppet.
Facter and Puppet PKGs |
Daily Digest for June 7th
|
|
cp /home/foo/realllylongname.cpp{,-old} |
Daily Digest for June 5th
|
|
Turn iTunes playlists into Spotify playlists |
links for 2010-06-03
-
A Dashboard Widget displays lyrics of the song currently playing in iTunes.
links for 2010-05-31
-
ready ActiveLDAP for OpenDirectory on OSX
links for 2010-05-29
-
/Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/process.rb
-
dpkg –get-selections > installed-software dpkg –set-selections < installed-software apt-get dselect-upgrade
-
function FindProxyForURL(url, host) { if (shExpMatch(host,"*.<YOUR_DOMAIN>")) { //alert("proxy local") return "PROXY localhost"; } //alert("proxy direct") return "DIRECT"; }
Kiosk mode for Mac Apps
-
Application UI Presentation Mode
links for 2010-04-10
-
if ($host = 'www.your_domain.com' ) { rewrite ^/(.*)$ http://your_domain.com/$1 permanent; }
links for 2010-04-08
-
try_files $uri $uri/ /wordpress/index.php?q=$uri&$args;
links for 2010-02-25
-
nginx debugging with php
links for 2010-02-24
-
<name replace-wildcards="yes">sftp-%h</name> <service> <type>_sftp-ssh._tcp</type> <port>22</port> </service>
links for 2010-02-05
-
<link rel="apple-touch-icon" href="/custom-icon-name.png"/>
links for 2010-01-02
-
class ToHaml def initialize(path) @path = path end def convert! Dir["#{@path}/**/*.erb"].each do |file| `html2haml -rx #{file} #{file.gsub(/\.erb$/, '.haml')}` end end end path = File.join(File.dirname(__FILE__), 'app', 'views') ToHaml.new(path).convert!
links for 2010-01-01
-
with macports
-
launchd & virtualhosts