19 articles and links tagged with “HOWTO”
-
Fun Apple Remote Tricks
Funny, funny coworkers can be stymied by pairing your Apple Remote with your mac.
-
Installing `libgd` from source on OS X
libgdis a pain in the ass to install from source. Here’s a step by step guide in case I ever have to do it again. -
Benchmarking Your Site with `http_load`
http_load is a great benchmarking utility that gives you a quick overview of your web server’s performance. This article describes how to install and use it.
-
Locking Your Mac
My coworkers love playing pranks on poor, unlocked computers. This is the method I've decided on to quickly and securely walk away from my Mac.
-
Auto-configuring Proxy Settings with a PAC File
Configuring a browser’s proxy settings manually is inflexible; proxy auto-config (PAC) files are much more flexible.
-
Installing Textpattern 4.0.4 with Markdown
This site is built on top of the Textpattern engine, running Markdown instead of Textile. Here’s how to make that happen.
- Setting Up an OpenID Server with phpMyID
-
Building SSHKeychain as an Intel Binary
I've seen a few Universal Binary builds of SSHKeychain floating around, but I'm paranoid, so I built my own. It’s easier than I expected.
-
Building Subversion 1.4.3 for OS X
Metissian’s pre-build Subversion binaries are out of date, and Dan Benjamin’s excellent guide to building Subversion yourself runs into a wall for 1.4+. You, however, are an impatient pioneer. You want to build the latest stable (impatient, not _imprude
-
Starting out with the SVK Version Control System
SVK is a version control system that sits on top of a Subsverion, CVS, Perforce, etc. repository, and provides the promise of a common interface. Here’s how to install it on OS X.
-
Serverless SVN Repositories
You don’t need a powerful SVN server in order to reap the benifits of version control. This article explains how to set up repositories on any machine you have SSH access into.
-
You heard me: `leave`!
leaveis a brilliant little utility that annoys you at a pre-specified time until you log out. -
Pimp My JavaScript — Duff’s Edition
Your code can be faster! Here are a few tips to help you speed up the toughest pieces of your JavaScript.
-
Install SQLite Locally on OS X
SQLite is a nice little database engine that can be incredibly fast as a website backend. Installing it on OS X is equally quick.
-
Virtual Hosting on OS X
Setting up virtual domains on your local OS X Apache installation is pretty easy. Here’s a quick description of the process.
-
Subversion Post-Commit Hooks 101
The “Hello World!” of Subversion
post-commithooks is the use ofSVNnotifyto send e-mails out to a project team every time a new revision is committed to the repository. This is easier than it sounds. -
Working with Subversion File Properties
Subversion has a very powerful system for associating metadata with the files you have under version control. This article describes how to automate the process of adding properties to the files you put under version control using
auto-props. -
Leveraging `mod_rewrite`
I have three kinds of
mod_rewriterules in my.htaccessfile, this article explains each, and lays out best practices for managing your site’s URL scheme. -
Preparing a Mac for Resale
Describes the easy process of setting up a mac for resale (patches, etc) while keeping the Setup Assistant experience for the new owner.