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
CentOS | 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
How to Install Minecraft Server on CentOS VPS https://www.ashishkale.in/how-to-install-minecraft-server-on-centos-vps/ https://www.ashishkale.in/how-to-install-minecraft-server-on-centos-vps/#respond Mon, 07 Sep 2015 06:17:29 +0000 http://www.ashishkale.in/?p=721 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: cd Create a Minecraft directory, [...]

The post How to Install Minecraft Server on CentOS VPS first appeared on Web Hosting Stuff.

]]>
How to Install Minecraft Server on CentOS VPS

 

Install Minecraft_ashishkale.in copy

 

  • 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:

cd

  • Create a Minecraft directory, using following command:

mkdir Minecraft

  • Now, Enter the directory:

cd Minecraft

  • Download Minecraft:

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

.
.
.
.
Minecraft is now installed.

 

 

  • You’ll now need to install “screen” to keep the Minecraft server running after the SSH session is closed, you can use following command.

yum install screen

  • Use the screen and run Minecraft. Enter screen:

screen

  • Start up Minecraft

java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

 

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

 

  • To get back to the normal screen, press these keys:

Control+A+D

  • To get back to the screen where Minecraft is running:

screen -r

 

The post How to Install Minecraft Server on CentOS VPS first appeared on Web Hosting Stuff.

]]>
https://www.ashishkale.in/how-to-install-minecraft-server-on-centos-vps/feed/ 0