Blog Posts:

Cooking Steps (3:45 – 4:15 cooking time) Place ribs “meat” side down or “bone” side up and proceed to slice the membrane down the center of each bone Rub in mustard “slather” sauce Rub in Taeger brand “Sweet Rub” seasoning (or substitute your preferred seasoning) Grab a beer and rest for 30 minutes Prepare the unit for […]

Create an Archive $ tar -cvf mydocs.tar mydocs/ $ gzip mydocs.tar or in one step… $ tar -zcvf mydocs.tgz mydocs/ Extract an Archive $ tar -zxvf mydocs.tar.gz Add to an Archive $ tar -rvf mydocs.tar mydocs/some-folder $ tar -rvf mydocs.tar mydocs/some-file.txt List the Contents of an Archive $ tar -tf mydocs.tar Encrypt an Archive gpg […]

Need a place I can always get to this handy little string so that anytime I’m on someone else’s computer I can quickly add God Mode to the desktop. Just create a new directory on the desktop and name it as follows: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

I’m always forgetting linux commands that I rarely use but know I’ve executed in the past. So, this post is to give me a central location for those pesky commands, so I never have to bang my head against the keyboard again. CentOS – I love you. You’re my new best friend as I grew […]