Tag Archive | "server"

Setting up a FTP Server on debian

Tuesday, July 14, 2009

0 Comments

Install vsftpd Edit the file /etc/vsftpd.conf and make the following changes: Change Yes to No in the following line Uncomment the following lines by removing the # Finally restart the vsftpd You and any of your users should now be able to FTP the server

Continue reading...

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

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

Lighttpd On Windows

Monday, April 6, 2009

0 Comments

Setting Up Lighttpd Download the lighttpd setup file from here. I chose the Setup Wizard (.exe) version. Double-click on the downloaded executable to start the installation. When the installation is done go to your lighttpd directory(by default its C:\program files\lighttpd) and run TestMode.bat A console window should open to indicate the server is started. Go [...]

Continue reading...