I am going to show you a way that I use to set the local time on my Linux servers. It really isn't that hard either. First, you should get NTP installed. Next, just in case, make a backup of your already configured time. Then we start to go into the process of getting the [...]
Continue reading...14. July 2009
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...8. July 2009
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...7. July 2009
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 By default you will have the following line Replace it with the following You can now remove all the ipv6 stuff from /etc/hosts and [...]
Continue reading...3. July 2009
I will be using lighttpd as the httpd Install PHPLdapAdmin Move your lighttpd.conf to lighttpd.conf.bak Then download this lighttpd.conf and restart lighttpd You should now be able to login to PHPLdapAdmin at http://server-ip:9090
Continue reading...
2. August 2009
0 Comments