Duffy - who has written 47 posts on Tuts4Tech.
I am the owner of this website, please feel free to ask me any questions you have
Installation We need to install the ldap packages Answer the questions and then use dpkg to reconfigure slapd for more options Check that the ldap server is now running If you get this error Its likely the daemon isn't running so start it
Continue reading...Wednesday, July 1, 2009
SSH keys allow you to login without requiring you to type in your password this tutorial will teach you how to set them up First we need to create the key Then we need to move it over to the machine that we want to be able to login too without the need for a [...]
Continue reading...Sunday, June 28, 2009
Disable unneeded window effects Right click on my computer and select properties Click on the advanced tab and click on settings under Performance Check Adjust for best performanceIf you would like to keep themes enabled just scroll down and check Use visual styles on windows and buttons Disabling Startup Items You can disable auto starting [...]
Continue reading...Friday, June 26, 2009
In this tutorial we will be showing you how to install vmware server 2.0.1 on arch linux using kernel 2.6.30 before we begin you will need the tar.gz version of vmware server it can be freely downloaded from here We need to create some folders to store the vmware scripts so run the following as [...]
Continue reading...Wednesday, June 24, 2009
Introduction So first of all what is batch file? Its a file with a list of commands that are executed by command prompt(CMD) to open your cmd window go to start > run > cmd Basic Commands [batch]@echo off[/batch] This removes the "C:\Documents and Settings\Administrator>" part [batch]cls[/batch] This clears all writing off the CMD window [...]
Continue reading...
Wednesday, July 1, 2009
0 Comments