: September-2015

Home » 2015

I have read about Ghost Blogging software and wanted to know how it worked. So I installed it on CentOS 6 and this is what I had to do to get to work properly.   Server 1 gig ram, single CPU and 20G ssd hard drive. When running this setup seemed to only using 250mb ..

Read more

Setup a webserver on FreeBSD. Used Vultr VPS Hosting. They use SSD drives and the performance is very good. Deploy FreeBSD in Vultr, do this under Deploy New Instance and Deploy your new FreeBSD VPS Server.   Here is the basic setup I was playing with. Update to the current FreeBSD version. # freebsd-update fetch install ..

Read more

Wanted to try out a different WebServer.   Setup a basic VPS Server on Vultr.com, Reliability and Performance is very good. Good prices also. If you are interested in Vultr.com here is my referral link http://www.vultr.com/?ref=6818914   I deployed Debian 8 and see below for basic configuration.   Hostname Setting the hostname. # hostname vps.yourdomain.com Edit ..

Read more

At the very least, you should have a basic linux installation. This how-to assumes you have set up a CentOS 6 x86_64 VPS with 1GB RAM, but it should be applicable to most setups with minimal tweaks. All the commands and changes below should be done as the root user.     Interesting way to ..

Read more

  At the very least, you should have a basic linux installation. This how-to assumes you have set up a CentOS 6 x86_64 VPS with 1GB RAM, but it should be applicable to most setups with minimal tweaks. All the commands and changes below should be done as the root user.   Before continuing, make ..

Read more

At the very least, you should have a basic linux installation. This how-to assumes you have set up a CentOS 6 x86_64 VPS with 1GB RAM, but it should be applicable to most setups with minimal tweaks. All the commands and changes below should be done as the root user.   Before continuing, make sure that ..

Read more

Playing around with Tutum which is a web gui frontend to Docker. Right now they only support Ubuntu as a Bring Your Own server.   Goto Tutum and setup a free account. There will be a free account that you can use even when the company is out of beta.     Deployed a Ubuntu 14.04 VPS ..

Read more

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