Installing nginx web server with php fpm and mysql on CentOS 6
In this article you will find a way to install NGINX web server and add php supporting. PHP from version 5.3 got php-fpm included so now it’s relatively easy to get it work with nginx without...
View ArticlePutting MySQL into a chroot jail (CentOS 6.4 x86_64)
Hi Everyone, today I got the interesting project: take a vanilla CentOS 6.4, install a chrooted MySQL onto it. How hard can it be? As it turned out, it is tricky at least. Here’s how I did it: First, I...
View ArticleSSH key authentication not working under SELinux? Check this.
Just a short story after resolving a recently encountered problem: all our machines that are in the cloud, have SELinux enabled by default. Normally not a problem, but I found one interesting nuisance:...
View ArticleMinimalistic docker: starting from scratch
Introduction Next generation Linux distributions are out. Significant changes create special flavour by comparing to other unix-like derivatives. In spite of implementation of similar features, the...
View Article