Author Archives | Duffy

Duffy - who has written 48 posts on Tuts4Tech.

I am the owner of this website, please feel free to ask me any questions you have

Contact the author

Creating a USB bootable XP recovery console

Tuesday, July 14, 2009

70 Comments

First off all you will need to download the following zip and extract it UsbRecoverySata.zip Run hpusbfw.exe, Select your device, pick FAT32 for the file system and the enter any volume label press start and it will begin to format your drive Open a CMD window start -> Search -> CMD, Drag bootsect.exe over onto [...]

Continue reading...

Nano write check before editing

Wednesday, July 8, 2009

0 Comments

Have you ever been using nano to edit a long configuration file and when you've just finished you go to save and you get "Error writing /dir/somefile: Permission denied" as you've forgotten to use sudo or switch user if so this tutorial might just be your solution. What this does is it runs a script [...]

Continue reading...

Disabling IPV6 on Debian

Tuesday, July 7, 2009

0 Comments

If you don't use ivp6 for anything and your ISP doesn't support it theres not much of a need to have it enabled. To disable it we need to edit /etc/modprobe.d/aliases nano /etc/modprobe.d/aliases By default you will have the following line alias net-pf-10 ipv6 Replace it with the following alias net-pf-10 off alias ipv6 off [...]

Continue reading...

Windows Keyboard Shortcuts

Monday, July 6, 2009

0 Comments

Key Command Windows Key Or Ctrl+ESC Opens The Start Menu Windows key + L Locks Computer Windows Key + M Minimizes All Windows Windows Key + R Opens Run Windows Key + Pause Opens System Properties Ctrl + Alt+ Del Opens Windows Task Manager Ctrl + A Select All Ctrl + C Copy to the [...]

Continue reading...

Installing PHPLdapAdmin To Manage Your Ldap Server

Friday, July 3, 2009

0 Comments

I will be using lighttpd as the httpd apt-get install lighttpd php5-cgi php5-ldap php5-mhash Install PHPLdapAdmin apt-get install phpldapadmin Move your lighttpd.conf to lighttpd.conf.bak cd /etc/lighttpd mv lighttpd.conf lighttpd.conf.bak Then download this lighttpd.conf and restart lighttpd wget tuts4tech.net/files/lighttpd.conf /etc/init.d/lighttpd restart You should now be able to login to PHPLdapAdmin at http://server-ip:9090

Continue reading...
Page 4 of 10« First...2345610...Last »