Hello Again
Starting over again. It seems every few years its time to clean out the old blog and start over.
View ArticleLinux SSH Key Setup
How do you set up auto-login with ssh keys? Every time I set up a new server I have to look this up. So here I will write it down. Step 1 — Generate the DSA key pair ssh-keygen -t dsa Step 2 — Copy key...
View ArticlePerl Script to remove Spaces from file/dir names
The other day I moved a bunch of files from a windows server to a linux server. The files and directories on the windows server had spaces in them. Linux does not really like spaces in directory and...
View ArticleJavascript/CSS page print preview
I looked around for a simple example of creating a print preview button/link on a webpage. I already had a print.css which handled the printing but my users could not seem to find the print and print...
View ArticleVBA CIDR Subnetting Functions
For a project I was working on I needed a set of functions that would understand CIDR subnetting. This was on an Access Database and it needed to be very portable or I would have created a dll to do...
View Article