How to Setup Minecraft on a Linux CentOS Server

Setup Minecraft on a Linux CentOS Server     * First, To download PuTTY to access SSH.   * Installing Minecraft by using following command:  yum install java-1.6.0-openjdk   * Switch to the root directory by using following command: cd   * Create a Minecraft directory mkdir minecraft   * Enter the directory by using following command:  cd minecraft   * […]

» Read more

How to Setup FTP with ProFTPD in Webmin

FTP stands for file transfer protocol, and along with telnet and SMTP is one of the oldest protocols still in common use on the Internet. ProFTPD generally uses a single configuration file, found at /etc/proftpd.conf. This file is made up of directives, each of which usually occupies a single line and has a name and value.   How to Setup FTP […]

» Read more