Rolodex

Rolodex

567 bookmarks
Newest
Tech Startup Entrepreneur Books
Tech Startup Entrepreneur Books
These are my recommendations for two great books if you are an entrepreneur in the tech startup space.
Tech Startup Entrepreneur Books
Xpath Expressions Explained
Xpath Expressions Explained
This quick tutorial shows a fairly complex Xpath selector and breaks down each segment. For those who work with CSS this will be easier to understand.
Xpath Expressions Explained
How to generate a Self Signed SSL Certificate for lighttpd
How to generate a Self Signed SSL Certificate for lighttpd
Follow this tutorial to setup your Linux lighttpd server with a self signed SSL certificate. The server we use in this example is Debian based, but it should work with most distro's.
How to generate a Self Signed SSL Certificate for lighttpd
Tumblr-like Template Syntax PHP Library
Tumblr-like Template Syntax PHP Library
This is an explanation of a PHP templating language I'm working on, which will have a similar syntax with the language used by Tumblr.
Tumblr-like Template Syntax PHP Library
Really simple SSH proxy (SOCKS5)
Really simple SSH proxy (SOCKS5)
SOCKS5 is a simple, eloquent method for getting yourself a proxified connection to the internet. All you need to get a proxy connection working is to run an SSH server somewhere, run a single command locally, and configure your software (or OS) to use this proxy.
Really simple SSH proxy (SOCKS5)
Using Swipes in MacVIM in OS X
Using Swipes in MacVIM in OS X
This tutorial will allow you to use the OS X "Swipe" (three finger drag) features in your MacVIM. In this example, I use it to move between buffers.
Using Swipes in MacVIM in OS X
How to login via SSH Without a Password
How to login via SSH Without a Password
SSH is the defacto way for working on remote servers. But, isn't it annoying to always enter your password? Follow this tutorial to generate and enable a certificate.
How to login via SSH Without a Password