Archive for the ‘blah’ Category

Another reason to have your own server

I’ve heard Hak5 talk about the awesomeness of SSH Tunneling and how it can secure your traffic, but I’ve never really given it much thought until when I actually needed it. The ability to tunnel traffic through somewhere else, was super helpful a couple months ago when I needed to test some VPN settings while [...]

Domain Hacking

My wife has been getting into blogging more a more lately and so I figured it was about time that she get set up with something other than Blogger. Partly so that we can have a little more control over the look, and come on, it’s just cool.
Then last night while on our date, [...]

I’m on a boat!

Well, I’m married now and very probably enjoying a lovely honeymoon given to us by my aunt and uncle from California. They got us two tickets on a cruise in the Caribbean (?), which is super nice since it’ll be warm and by the ocean which means Katrina’s gonna be in a bikini a lot [...]

I’m getting married!

In the evening, not the morning…and it’s this evening.
I’m getting married to my bestest friend in the whole wide world, Katrina Bakker!
My brother (best man), cousin, and Katrina’s brothers are standing up for me and both of our sisters are standing up her. My grandpa who is here all the way from California is officiating [...]

My first cmdlet, Out-Web

It’s been a while since I’ve done a for fun computer project, so I decided I wanted to learn how to make PowerShell Cmdlets. The problem was that I couldn’t think of really anything I wanted to make! Then one day I was reading Lee Holmes’ blog, saw the “Out-Web” and had a project.
Download the [...]

Out-web test

Blogging from powershell?! Oh yeah!

Interesting Comment

I got this interesting comment today.
Hello from Russia!
Can I quote a post in your blog with the link to you?
It’s almost…not spam, but it is.

Windows Server Updates

This is what happens when automatic updates are turned off and I’m left to update the servers….I find a way to do it with as little interaction as possible.

Link Dump#1: Je.org

In part of finding out if people like what I’m posting, I from time to time do a google search for the site or myself. Today, I came across some kind of neat links, some of my internet life and some of other people who unfortunatly share my name.

http://www.cafepress.com/je_org //Probably the only place on the [...]

Simple Powershell Site Crawler

The following code is a mental recreation with improvements (and thus untested) of a quickly written powershell script from last night. This is simply an example of how to get started, and so it’s up to you to write your own code for finding what you want.

#Set the page you want to start at
$tree = [...]