SSH Tutorial

Saturday, June 13th, 2009

Here’s an easy to follow SSH Tutorial for Windows, from the site of Rochester Institute of Technology.
If this interests you, Digital Media Minute has done quite a few other posts in this area, on a free SSH server for Windows, Configuring OpenSSH for public key authentication, as well as a lengthy, comprehensive article from four years ago on setting up an sftp server on windows.

Daring Fireball: Using .htaccess Redirection to Standardize Web Server Addresses

Friday, April 24th, 2009

John Gruber has a great article about Using .htaccess Redirection to Standardize Web Server Addresses. .htaccess files are actually quite easy to work with, and if you have a website, you should be able to implement many of these techniques to provide better URI’s to your users.

OpenDNS – A Safer And Faster DNS

Friday, April 13th, 2007

OpenDNS is a free DNS service that promises to be safer and faster than your ISP’s DNS. They offer a safer DNS by intercepting phishing attempts and warning you if you attempt to visit a phishing site. OpenDNS will also fix typos in the URLs you enter whenever it can. For example, if you’re using OpenDNS craigslist.og will lead directly to craigslist.org.

IIS 6.0 Manager for Windows XP

Wednesday, April 11th, 2007

With Internet Information Services (IIS) 6.0 Manager you can remotely manage any number of IIS 6.0 servers from a Windows XP Professional workstation.  Sure you could use remote desktop, but if you simply need to start and stop a server or create a virtual directory this tool is perfect!

[Link from Charlie Arehart]

Mass Video Conversion Using Amazon Web Services

Tuesday, April 3rd, 2007

I love this geeky stuff and the way that the Amazon Web Services Developer Connection is beginning to reach out to developers.  Their tutorial on Mass Video Conversion Using AWS will have running your own YouTube clone in no time at all using a mix of S3, SQS, EC2, ffmpeg and some Python.

Mounting Amazon S3 as a File System in Amazon EC2

Wednesday, March 21st, 2007

The Amazon Web Services Developer Connection site has a great tutorial that will show you how to Mount Amazon S3 as a File System in Amazon EC2. S3 is Amazon’s distributed storage service and EC2 is their distributed, virtualized server solution. In the past it was difficult to have persistent storage in EC2, but now using S3, persistent storage is possible.

Make an ISP on a Mac

Thursday, December 14th, 2006

ISP on a Mac is a great series of articles that will show you how to compile all the software required to turn your Mac into a full fledged web host. Instructions are easy to follow and cover installing Apache 2, PHP 5.x, MySQL 5, Postfix for mail and spam filtering. What make this series great is you learn how to compile your servers and how to specify many different features and configuration options.

Optimizing Page Load Time

Monday, October 30th, 2006

Aaron Hopkins, a software engineer for Google has a kick ass article on Optimizing Page Load Time. His techniques are really dead simple and can dramatically make your web applications load quickly.

How to explain REST…

Wednesday, September 6th, 2006

Ryan Tomayko documents How he explained REST to his wife…. I’m not too sure why his wife was asking about REST, but this is one of the easiest reads on REST out there.

Security Testing your Apache Configuration with Nikto

Tuesday, August 15th, 2006

If you’re running an Apache web server, you should most definately give this short how-to a try. Security Testing your Apache Configuration with Nikto is super simple to follow and you might find the results surprising (like I did).