Author Archives | Duffy

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

Contact the author

How to setup a LDAP Server

Wednesday, July 1, 2009

0 Comments

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...

Passwordless SSH login using SSH Keys

Wednesday, July 1, 2009

0 Comments

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...

Speeding Up Windows XP

Sunday, June 28, 2009

0 Comments

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...

Installing Vmware Server on Arch Linux

Friday, June 26, 2009

0 Comments

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...

Basic Batch Scripting

Wednesday, June 24, 2009

0 Comments

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...
Page 5 of 10« First...3456710...Last »