: March-2015

Home » Posts tagged : minecraft

I have setup a McMyAdmin (for Minecraft) on CentOS 6. Now my VPS is 2G of ram, 4 CPU cores and 40G ssd hard drive.   Some software you will need to install. # yum install screen nano java-1.7.0-openjdk   Setup Iptables to allow connection to McMyAdmin. # vi /etc/sysconfig/iptables iptables -A INPUT -p tcp --dport ..

Read more

Wanted to setup a Minecraft Server for family and friends.   Setup Basic Centos 6 Linux Server.   Install needed packages. # yum install screen java-1.6.0-openjdk nano   Create User and set password. # useradd minecraft # passwd minecraft (Set password)   Download minecraft in the minecraft directory and make it executable. # sudo su - ..

Read more