Drupal is another PHP based, open-source content management system that is used for managing, publishing and organizing your website, regardless of whether it is your personal blog or your corporate website. Drupal can be easily installed on your CentOS or Fedora VPS in less than 5 minutes. All you need to do is to create a MySQL user and database for your Drupal installation, download the latest version of Drupal and create a configuration file. That’s it.
Jeff Wilson
How to install Joomla 2.5 in CentOS 6
What is Joomla?
It is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications.
What’s a content management system?
A content management system is software that keeps track of every piece of content on your Web site, much like your local public library keeps track of books and stores them. Content can be simple text, photos, music, video, documents, or just about anything you can think of. A major advantage of using a CMS is that it requires almost no technical skill or knowledge to manage.
To install and run Joomla 2.5 in your CentOS 6 Linux VPS you need to complete the following few steps. We assume you have installed and configured LAMP (Linux Apache MySQL and PHP) or LNMP (Linux Nginx MySQL and PHP) on your system.
How to install and test FFMPEG/FFMPEG-PHP in Debian Squeeze
Today we will explain how you can install ‘ffmpeg’ and ‘ffmpeg-php’ on a Debian 6 (Squeeze) VPS. The installation instructions apply to any other Debian 6 based box too.
What is FFMPEG?
It is a complete, cross-platform solution to record, convert and stream audio and video files. FFMPEG ships ‘libavcodec‘ which is one of the leading audio/video codec libraries.
6 Essential WordPress Performance Optimization Tips
Listed below are a few tips to help you get the most out of your WordPress site:
Use reliable Hosting
It is one of the most significant factors when running a successful WordPress based website. Generally, there are three types of hosting that are available to host your WordPress site: Shared, VPS and Dedicated server hosting. You will get the best possible results in terms of performance and flexibility if you host and maintain your WordPress blog on a VPS Hosting solution.
Script: Install ownCloud on an Ubuntu 12.04 VPS
In one of our previous blog posts, we had covered how to install ownCloud on a CentOS 6 VPS, today we will see how to install ownCloud on an Ubuntu 12.04 server using an automated bash script.
Install Squid on Debian 6 ‘Squeeze’
Squid is a high-performance proxy server and web cache daemon that optimizes website operation by caching pages so that they load more quickly for the users. Squid is provided as free, open source software and can be used under the GNU General Public License (GPL) of the Free Software Foundation.
How to install ActiveMQ on CentOS
In today’s article, we’ll explain how to install Apache ActiveMQ on a CentOS 5.X VPS. Apache ActiveMQ is is the most popular and powerful open source messaging and Integration Patterns server.
How to check data integrity using md5sum under GNU/Linux
In this article, we will describe how you can check the integrity of your data using the md5sum utility under the GNU/Linux operating system.
What is md5sum?
md5sum is a tool generally used to check data integrity. It calculates and verifies 128-bit MD5 hashes, so you could know if a particular file is a valid one or a corrupt one.