General


Install PHP 5.5 with OpCache and Google PageSpeed

This tutorial guides step-by-step on how to install most recent/most updated versions of a regular PHP stack. This comprises PHP 5.5 with OpCache, Percona 5.6 server and Google PageSpeed for Apache HTTPD Import needed repo for PHP 5.5:[bash]rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm [/bash] Install PHP 5.5 and related softwares:[bash]yum […]


Install StartSSL certificate to Webmin

This guide provide step-by-step on how to install StartSSL certificate to Webmin so that we can access to the Wemin Control Panel with a signed https address. First, if the private key is created by StartSSL and password-protected, we should decrypt it:[bash]openssl rsa -in server.name-ssl.key -out server.name-ssl.key[/bash] Combined private keys […]


Install mod_pagespeed for Apache on CentOS

PageSpeed speeds up your site and reduces page load time. This open-source webserver module automatically applies web performance best practices to pages and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow. This tutorial help install mod_pagespeed for Apache on CentOS server. Install mod_pagespeed For 64-bit OS: [bash]wget […]


Install KingSoft Office for Fedora 17/18/19 or CentOS

Kingsoft Office is an office suite developed by Zhuhai based Chinese software developer Kingsoft.  This offers most of the features and functionality like Microsoft Office. This tutorial guides how to install KingSoft Office for Fedora users. KingSoft Office includes the following components: Kingsoft Writer, Kingsoft Presentation and Kingsoft Spreadsheet. Kingsoft Office personal […]