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 […]
See MoreTag: CentOS
How to Install Minecraft Server on CentOS VPS
How to Install Minecraft Server on CentOS VPS First, Installing Java-JDK by using following command: yum install java-1.6.0-openjdk If have check Java was installed then you can use following command: which java The following command will be displayed if it was properly installed: /usr/bin/java Switch to the root directory by using following command: […]
See MoreHow to install and configure csf on CentOS
Install and configure csf on CentOS the following steps as root user 1: Downloading csf package. rm -fv csf.tgz wget http://www.configserver.com/free/csf.tgz 2: Remove already installed firewall settings Execute the following command to remove already installed firewall like APF (Advanced Policy Firewall) or BFD (Brute Force Detection) from server. [root@server #] sh /tmp/csf/remove_apf_bfd.sh 3: Installation [root@server #] […]
See More
You must be logged in to post a comment.