: June-2016

Home » Posts tagged : Php

So I wanted to try out ServerPilot, ServerPilot is a web tool that helps setup your server for WordPress or php needed applications.   You can go to https://serverpilot.io/ to check out ServerPilot.   You need to have a basic Ubuntu 14.04 or Ubuntu 16.04 Server setup.   I also wanted to make some tweaks to the ..

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.   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

Would you like to have your own Cloud? Or your own local storage that has clients etc, then maybe ownCloud is something you may want use. I like it for all the devices etc it supports.   Do a basic installation of Centos 6, I like to use the minimal install iso image. Make sure ..

Read more

  Wanted to test out Nginx, I heard that it is very lightweight and fast.   Do a basic installation of Centos 6   Make sure that everything is up to date. # yum update   Enable Additional Repositories # rpm --import https://fedoraproject.org/static/0608B895.txt  # rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm If above doesn't work then go to the ..

Read more

Do a basic installation of Centos 6 Normally I will go with the defaults.   Once the server is installed, make sure and do all updates. # yum update click the enter key.   You will need to install Apache, PHP and MySQL # yum install httpd php php-mysql mysql-server mysql-client click the enter key.   ..

Read more