Archive for the ‘ Uncategorized ’ Category

Batch extract a directory full of split RAR archives “part1″, “part2″

If for some reason you have a directory full of archives, and each is into parts, extracting them individually can be a pain. If you just type “ *” into the terminal, you will each file multiple times depending on how many “parts” it has. First, install the “” package:

sudo aptitude install unrar

then cd to the directory with all of your RAR archives. Then type:

unrar e '*..rar'

make sure to keep the single quotes.
If the rar is password protected, add the “-p” switch followed by the password without any spaces.

unrar e -p
 '*.part1.rar'

www.SurlyJake.com is up

welcome to the new domain, surlyjake.com

Xbox Media Center on original XBox

I picked up a refurbished original specifically so i could install on it. Turns out it is a GREAT project, and through some , was able to get it installed and running thanks to this post: http://www.boards.ie/vbulletin/showthread.php?t=2055256404 by ‘SuperCell’ at boards.ie. I highly recommend using this ‘hotswap’ method if you don’t already have the gear necesarry to mod an xbox with a chip, or by using a savegame exploit. It’ll save you some cash, plus who doesn’t like yanking an cable from a spinning hard drive?

Best of all, all of the tools used in the process run perfectly in , or directly on my desktop.

How to configure openDNS on pfsense firewall

  1. Create your .com account. Add your Network to their system, etc.
  2. Go to the “System” -> “General setup” page.
  3. Set the DNS address to the OpenDNS’:
  4. 208.67.222.222
    208.67.220.220

Now just make sure that “Allow DNS server list to be overridden by DHCP/PPP on WAN” checkbox is NOT checked.