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 ..
: December-2012
So you want to install MariaDB 5.5 on Centos 6 x86_64. This is the process I used. MariaDB can be a replacement for MySQL. Login to Centos 6 server you want to install MariaDB. Create a repo file. # vi /etc/yum.repos.d/MariaDB.repo and add the information below. [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/5.5/centos6-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB ..
Installation and setup of Joli-OS 1.2.1 Running this on my Mac Mini, MacOSX 10.8.2 Download ISO image from http://www.jolicloud.com/jolios Once the ISO image is downloaded. Then lets setup the virtual. Since Joli-OS is based on Ubuntu 32-bit , so we will base the configuration on that. Startup VMware Fusion and create a ..