Deprecated: Optional parameter $shortcode declared before required parameter $args is implicitly treated as a required parameter in /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php on line 331

Warning: Cannot modify header information - headers already sent by (output started at /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php:331) in /home/ashishka/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Robots.php on line 89

Warning: Cannot modify header information - headers already sent by (output started at /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php:331) in /home/ashishka/public_html/wp-includes/feed-rss2.php on line 8
Setup Minecraft | Web Hosting Stuff https://www.ashishkale.in Get solutions under one roof Mon, 07 Sep 2015 07:13:39 +0000 en-US hourly 1 How to Setup Minecraft on a Linux CentOS Server https://www.ashishkale.in/how-to-setup-minecraft-on-a-linux-centos-server/ https://www.ashishkale.in/how-to-setup-minecraft-on-a-linux-centos-server/#respond Mon, 07 Sep 2015 07:07:00 +0000 http://www.ashishkale.in/?p=725 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   * [...]

The post How to Setup Minecraft on a Linux CentOS Server first appeared on Web Hosting Stuff.

]]>
Setup Minecraft on a Linux CentOS Server

 

-Setup-Minecraft

 

* 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

 

* Download Minecraft by using following line 

wget http://minecraft.net/download/minecraft_server.jar

 

* Now, Using Following Scripts 

chmod +x minecraft_server.jar
yum install screen
screen

 

* Then, Start up Minecraft

java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

 

===========================================

 

** To close PuTTY and keep Minecraft running.:

Control + a + d

 

** To get back to the screen where Minecraft is running hold the following keys on your keyboard:

screen -r

 

linux__minecraft

The post How to Setup Minecraft on a Linux CentOS Server first appeared on Web Hosting Stuff.

]]>
https://www.ashishkale.in/how-to-setup-minecraft-on-a-linux-centos-server/feed/ 0