NetSol, WTF is this?
So marketing got to Network Solutions, and they decided that calling things what they actually are is a bad idea.
SQL Server Injection Cheat Sheet
I just setup a Windows Server 2003 virtual machine running IIS and SQL Server 2005. In this post, I’m going to inject the crap out of a simple ASP form and create a cheat sheet with my results. Enjoy.
Setting up an Ubuntu webcam server
Sharing a webcam stream in Ubuntu is not the easiest thing, but it’s not too bad if you have some help. This tutorial will explain how to use the package webcam-server. It seems to work pretty well for me. I had to write the startup script myself, but I’m going to share that with you. To use webcam-server to it’s full potential, you should have Apache installed.
Ubuntu Webcam
Many people have recently been asking me what webcam I use in Linux. I decided I’d simply post the answer so I can tell people to google it.
How to quickly count lines in a text file using VBscript
I’m sorta in a rush, but here is the code to count the lines in sample.txt quickly. Well quicker than looping through an array at least. Check it out.