There's a lot of these out there but most of them can't handle all sites (https). So in other words, I like mine better. javascript:location.href=%22googlechrome%22+location.href.replace(/%5Ehttps?/,%20''); To Add Open Safari Open any webpage Tap the action sheet (arrow in rectangle icon) Tap Bookmark Name the bookmark "Open in Chrome" Tap Save Tap the bookmarks menu (open … Continue reading "iOS Safari Open in / with Chrome Bookmarklet"
Blog
Blog
Halloween Horror Movie Month (HHMM IV)
Ahh, my favorite time of year has returned - October. Though my gloom and doom is currently being postponed by being in the beautiful and sunny state of Hawaii. When I return to Chicago, I'll have a bunch of horror movies waiting. This year I'm going with an equally distributed list of the last three … Continue reading "Halloween Horror Movie Month (HHMM IV)"
Web Server Setup
Hardware: FST Servers VM-2 plan 512MB RAM 20GB hard disk Software: Nginx MySQL PHP5 WordPress Nginx Setup Symbolic link: mkdir /var/www ln -s /usr/share/nginx/www/ /var/www Create wp-multi.conf for my WordPress Multi Site setup: log_not_found off; rewrite ^.*/files/(.*)$ /wp-includes/ms-files.php?file=$1 last; if (!-e $request_filename) { rewrite ^(.+)$ /index.php?q=$1 last; } location / { try_files $uri $uri/ /index.php?$args; … Continue reading "Web Server Setup"
My Sublime Text 2 Setup - Web Designer
Sublime Text 2 has become the new go-to text editor (available for free unlimited trial). It is extremely powerful on its own but is also extensible. This is a how I've customized my Sublime Text:
Hide Directory in Mac OS X
Good for hiding app generated directories you don't want to see or to hide a directory for some other reasons... Open Terminal Type: chflags hidden /Directory/Path/ That should do it. If the directory is in a stack it can take a couple opens for it to vanish. To return the directory to visible, use the … Continue reading "Hide Directory in Mac OS X"
Install Ice Cream Sandwich (ICS) on TouchPad
[UPDATED 3/19/12] - Add link to Alpha 2 - replace all references to Alpha 0.5 with Alpha 2 to install the newest version of CyanogenMod [UPDATED 7/14/12] - Add link to nightlies of CyanogenMod - replace all references to Alpha 0.5 with the latest nightly build of CyanogenMod These are instructions for the CyanogenMod 9 Alpha … Continue reading "Install Ice Cream Sandwich (ICS) on TouchPad"
Chuck Vs The Music on Spotify (Complete Series)
In honor of my favorite show ending, I've created Spotify playlist for music used in each season. Spotify is currently missing some of the songs used in the series but it is relatively complete. I will keep an eye for any updates. Playlist Links: Chuck Season 1 Music Chuck Season 2 Music Chuck Season 3 … Continue reading "Chuck Vs The Music on Spotify (Complete Series)"
Fix GD Library Error By Enabling GD Library to Use TimThumb - Ubuntu Server
If you're trying to use TimThumb (an excellent PHP script that auto-resizes images) and you're getting a GD Library error, follow these steps to fix it on your server.
Halloween Horror Movie Month (HHMM III)
It's my favorite month again and I'm pretty pumped. Fall has come and brought college football and the MLB postseason. My beloved Cardinals are in the playoffs and I hope they can surprise everyone. Warm and hearty food is going to be enjoyed (chili tonight!) and hopefully some good horror movie watching.
Setup NDOutils for Nagios on CentOS
In this post I provide instructions on setting up the database plugin, NDOutils, for Nagios. The instructions were written for CentOS but most of it should easily carry over to another distro.