Anwar

Posts

How to use shutdown command under Ubuntu Linux

Q. I’ve just installed Ubuntu Linux on my computer. I’d like to know – how to shutdown Ubuntu box over ssh session? A. If you...

How can I fix python version mismatch of apache mod wsgi

I get this error   [Thu Jul 12 14:31:36 2012] [error] python_init: Python version mismatch, expected ‘2.6.7’, found ‘2.6.8’.       Solution apt-get remove...

How To Add Swap on Ubuntu 14.04

Introduction One of the easiest way of increasing the responsiveness of your server and guarding against out of memory errors in your applications is to...

How to get passive ftp working on an amazon ec2 ubuntu instance with proftpd

At Superrb website security is one of our core priorities, therefore we actively encourage our hosting clients to consider using secure and encrypted methods of...

How To Install cPanel on a Virtual Server Running Centos 6

About cPanel cPanel is a convenient application that allows users to administer servers through a GUI interface instead of the traditional command line. Although the...

HowTo: RedMine 2.0.0, Passenger & Subversion Repositories in Ubuntu 12.04

This is an update to my earlier installation guide for Redmine 1.1.0. The new Redmine 2.0.0 release now supports Rails 3.2.3 and that, along with a few other...

How To Setup Multiple Magento Stores

There are numerous ways to setup multiple Magento stores that all share the same codebase and backend, but what method you use depends on your...

How to update Ubuntu to plug the Heartbleed OpenSSL flaw

The Heartbleed OpenSSL bug is unlike virtually any Internet security threat you’ve probably ever heard of. It’s not a virus that’s specific to one operating system or...

Importing and Exporting MySQL Databases Using PHP

Follow the steps below to import or export your MySQL database using a PHP script as opposed to using the phpMyAdmin web interface or performing...