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 | 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 Setup FTP with ProFTPD in Webmin https://www.ashishkale.in/how-to-setup-ftp-with-proftpd-in-webmin/ https://www.ashishkale.in/how-to-setup-ftp-with-proftpd-in-webmin/#respond Wed, 02 Sep 2015 07:05:34 +0000 http://www.ashishkale.in/?p=683 FTP stands for file transfer protocol, and along with telnet and SMTP is one of the oldest protocols still in common use on the Internet. ProFTPD generally uses a single configuration file, found at /etc/proftpd.conf. This file is made up of directives, each of which usually occupies a single line and has a name and value.   How to Setup FTP [...]

The post How to Setup FTP with ProFTPD in Webmin first appeared on Web Hosting Stuff.

]]>
Setup FTP with ProFTPD

FTP stands for file transfer protocol, and along with telnet and SMTP is one of the oldest protocols still in common use on the Internet. ProFTPD generally uses a single configuration file, found at /etc/proftpd.conf. This file is made up of directives, each of which usually occupies a single line and has a name and value.

 

How to Setup FTP with ProFTPD in Webmin
1) Login to webmin

http://xx.xx.xx.xx:10000 (may be https:// for Debian/Ubuntu system)

2) Access the Webmin Modules option via Webmin > Webmin Configuration

3) Select Standard module

from www.webmin.com

4) Click the button on the right of that option

5) Choose: proftpd

6) Click Install Module

7) After installation, click Refresh Modules

8) Click Create a new user accessed via System > Users and Groups

9) Provide a username for what is to be your FTP account

10) Select Normal Password and provide a unique, complex password for the account.

11) Select a custom home directory.

12)  Otherwise choose Create home directory near the bottom of the options.

13) Select New Group with same name as user

14) Click Create

.

.

.

.

You should be able to access FTP with the username and password you selected, using your server’s IP address as the host.

The post How to Setup FTP with ProFTPD in Webmin first appeared on Web Hosting Stuff.

]]>
https://www.ashishkale.in/how-to-setup-ftp-with-proftpd-in-webmin/feed/ 0