: September-2015

Home » Posts tagged : MySQL

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

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

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