Browsed by
Month: November 2013

Tutorial: Installing Debian

Tutorial: Installing Debian

Installing Debian is a pretty straight forward process, it can be confusing at first, but this tutorial should help make it easy. This tutorial will be used as a base for a few other upcoming tutorials. This tutorial assumes you have the requisite knowledge on how to configure a virtual machine and download the Network Installation ISO file from Debian. They can be found here. The above should be the first screen you see when you boot up Debian. You…

Read More Read More

Batch: Add New Registry Key Remotely

Batch: Add New Registry Key Remotely

As a systems administrator sometimes I find myself in a situation where I need to make a registry change across a few computers, or even a few hundred. I was googleing for a while this week trying to figure this out and saw some very complex solutions, but found a few sites to include TechNet that lead me into this much simpler solution: @echo off FOR /f %%F IN (feedme.txt) DO ( REG ADD \\%%F\HKLM\SYSTEM\example\example /v TestValue /t REG_DWORD /d…

Read More Read More