Remove Nginx and CentOS image

How to remove Nginx on a RHEL or CentOS in Vesta Control Panel

This is tutorial how to remove Nginx on a RHEL or CentOS in Vesta Control Panel 1. Stop nginx service nginx stop 2. Remove package yum remove nginx 3. Change vesta configuration cd /usr/local/vesta/conf sed -i “/PROXY_*/d” vesta.conf sed -i “s/8080/80/” vesta.conf sed -i “s/8443/433/” vesta.conf 4. Change httpd configuration cd /etc/httpd/conf.d sed -i “s/8080/80/” *.conf […]

See More

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 […]

See More

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 More