Author Archives: Stephen Scotter

Linux Filesystem Backup

tar cvzpf /tmp/Backup.tgz –same-owner –exclude=/proc/* –exclude=/media/* –exclude=/dev/* –exclude=/mnt/* –exclude=/sys/* –exclude=/tmp/* / 2>/tmp/error.log

Syntax to Exclude Directories in Roaming Profiles

GPO Exclude DirectoriesIn Windows 2003 (2000 and 2008) you can use group policies to manage users and computer settings. Most companies have servers where all the data is saved and users should not save any data locally. A lot of companies also use roaming profiles so users can basically sit anywhere and have their data… Read More »

Putty / Puttygen / SSH Keys

Run Putty Key Generator (puttygen.exe) and create and save keys (private as .ppk, public as .public). Copy the text in the window labelled “Public key for pasting into OpenSSH authorized_keys file:” Log onto server and past the key into a users authorized_keys file and save Open putty and navigate to Connection -> SSH -> Auth.… Read More »

TListView info

This info is C orientated but you can figure it out! Start a new application with its default form From the Win32 tab of the Component Palette, double-click the ListView control. Change the Height of the ListView1 control to 200 and its Width to 350 Double-click an empty area on the form and implement the… Read More »

The Network Load Balancing service failed to start due to the following error:

The Network Load Balancing service failed to start due to the following error: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. http://support.microsoft.com/kb/833375 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WLBS\Group

Remove ability to disable network cards

User Configuration\Administrative Templates\Network\Network and Dial-up Connections Ability to Enable / Disable a LAN connection -> DISABLE Enable Windows 2000 Network Connection settings for Administrators -> Enabled

How to remove completely orphaned Domain Controller

The following knowledgebase will help you to remove completely orphaned Domain Controller Back to the top RESOLUTION 1.Use the following knowledgebase to remove common Domain Controller settings… 1.Use the following knowledgebase to remove common Domain Controller settings from the Active Directory. http://support.microsoft.com/kb/216498 Note 1: : You may need to seize the FSMO to alternative Domain… Read More »