Let’s Encrypt is a free, automated, and openCertificate Authority that you can use to secure your web server. I used Certbot to do the installation. URL: https://letsencrypt.org/ and https://certbot.eff.org/ This is the setup for a Nginx CentOS 6 Server Change into root directory # cd /root/ Create a bin directory # mkdir bin Change into bin directory # cd ..
: May-2018
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 ..
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 ..
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 ..
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 ..
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 - ..
I updated my VPS with more memory and disk space. This is what I had to do, to use all the space on a bigger hard drive with a LVM partition. To see the current disk usage # df -h To see the current partitioning # fdisk -l Create a new partition ..
So you have an unmanaged VPS Server, so why not install ZPanel to manage the server. So these are the steps I took to install ZPanel. Did a mininal Centos 6.5 installation. After the installation I make sure I have certain basic software installed and that the server is up to date. # ..
Citrix XenServer 6.2 is now Open Source. So it is free to setup and use. If you want Maintenance and Support you get it for a price from Citrix. Installation and setup of XenServer 6.2 Download XenServer iso and XenCenter msi file from http://www.xenserver.org/open-source-virtualization-download.html Burn ISO to cd and start installation. Went with default installation, ..
This is a test setup on VMware Fusion on my MacOSX. I wanted to try out this software. So here are my steps. Do a basic installation of Centos 6. I like to make sure the OS in up to date. # yum update Set a static ip address, edit the /etc/sysconfig/network-scripts/ifcfg-eth0 ..