How to Install MediaWiki on Debian

How to install MediaWiki on Debian

We’ll show you, How to install MediaWiki on Debian. MediaWiki is an open source PHP-based software application developed by the Wikimedia Foundation. MediaWiki requires Apache web server, PHP 5 and a database server (MySQL, PostgreSQL, or SQLite) installed and running on the server. This is a short tutorial on how to install MediaWiki on a virtual server with Debian Wheezy.

Read More

How to install the latest versions of node.js and Bower on Ubuntu 13.10

node.js bowerNode.js is a popular platform created for easily building fast and scalable network applications. Also, node.js contains a highly customizable HTTP server library so it is possible to run a web server without the use of external software, such as Apache thus allowing more control of how the web server works. Node.js is maturing quickly and it has become wildly popular. Node.js is able to handle modern Web content in all its richness. It’s fairly easy to get started with node.js. To install the latest version of node.js on a virtual server running Ubuntu 13.10, follow the steps below:

Read More

Optimize your CentOS 6 VPS Nginx-powered Joomla Installation

optimize-your-centos-6-vps-nginx-powered-joomla-installationAs promised, in this sequel of my previous post, we’ll see some useful steps for performance and security optimization of your Nginx-powered Joomla installation on a CentOS VPS and get it ready for its production run. Please note that these are not one-time and/or persistent settings. Performance and security optimization is a constant process.

So, the first thing I do after every Joomla installation is to hide its version, since it’s known that attackers usually scan for the Joomla version so they can track and explore its vulnerabilities.

Read More

Run Joomla with Nginx on a Centos VPS

run-joomla-on-nginx-on-centos-vpsToday we will show you how to install Joomla, one of the most popular open source Content Management Systems on your LNMP stack (Nginx, MySQL and PHP-FPM) Centos VPS.
Follow this article carefully and in no more than 10 minutes you will have a common Joomla CMS installed on your LNMP stack Centos VPS, and in the next article we will optimize the very same installation performance-wise, as an addition to several security tips that will provide safer hosting for you and your business.

Let’s get to work.

Read More

How to install and integrate SpamAssassin with Postfix on a CentOS 6 VPS

spamassassinThe following article is part 4 of our mailserver set-up with virtual users and domains using Postfix and Dovecot on a CentOS 6 VPS, followed by part 2 which explains how to install and set-up the Roundcube webmail interface on a linux vps server and then part 3 which is all about how to set-up an SSL encrypted connection in Postfix, Dovecot and Apache using SSL certificates.

In this tutorial we are going to set-up SpamAssassin on one of our CentOS 6 linux virtual servers and integrate it into our Postfix mailserver set-up so it can scan and mark the emails detected as SPAM.

What is SpamAssassin?

It is a program released under the Apache License 2.0 used for e-mail spam filtering based on content-matching rules.

Read More

How to install SilverStripe CMS on a Linux Virtual Server

silverstripe vpsSilverStripe is a very popular open source Content Management System (CMS) and Framework that can help you to create and manage the content of your websites and web applications.
To install and run SilverStripe on a Linux virtual server follow the very easy steps described below.
The installation instructions apply to any Linux based server with LAMP (Linux, Apache, MySQL and PHP) installed on it. Currently, SilverStripe requires PHP >= 5.3+ with MySQL, GD graphics library, tidy, curl and zlib extensions enabled, Apache Web Server >= 1.3.19 compiled with mod_rewrite module and ‘AllowOverride All’ set, and MySQL >= 5.0 installed on your Linux virtual server.

Read More

How to Install Ruby 2.0 and RubyGems 2.1.11 on Ubuntu 13.10 from source

ruby 2.0 Ruby is an open source, object-oriented scripting language, best known for its use in the Ruby on Rails framework. The amount of Ruby code being written suggests it’s genuinely popular and will be around for quite some time.
This is a quick tutorial on installing Ruby 2.0 and RubyGems 2.1.11 on Ubuntu 13.10 from source. You can download, compile and install Ruby from source code on a Linux VPS with Ubuntu 13.10 OS in less than 5 minutes using the following steps:

Update the Ubuntu package lists from the repositories to get information on the newest versions of packages and their dependencies, then install Ruby dependencies using the following commands:

Read More

Install And Set Up Roundcube Webmail Interface

Install and set-up Roundcube webmail interfaceThe following article is about how to install and set up the Roundcube webmail interface on a CentOS VPS.

It is actually part 2 of our mailserver with virtual users and domains using Postfix and Dovecot on a CentOS 6 VPS series.

What is Roundcube?

Roundcube is a web-based IMAP email client written in PHP. Roundcube’s most prominent feature is the pervasive use of Ajax technology to present a more fluid and responsive user interface than one of the traditional webmail clients. It provides the full functionality you expect from an email client, including MIME support, address book, folder manipulation, message searching, spell checking, etc.

Read More