Install LAMP (Apache2,MariaDB and PHP) on openSUSE 13.2

  LAMP stands for Linux, Apache,MySQL and PHP, of course Linux can be any variant (Debian/Redhat), here is the small tutorial about installing AMP stack on openSUSE 13.2., MySQL is replaced by MariaDB as a default database. Environment: OS: openSUSE 13.2 Install Apache: To start off we will install Apache. Open up the Terminal and […]

Setup ownCloud 7 on openSUSE 13.2

This post may or may not work. Please use at your own risk ownCloud is a web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. Data will be stored on the server and can be downloaded or access any time with browser or […]

How to upgrade from openSUSE 13.1 to openSUSE 13.2

openSUSE 13.2 has been released yesterday, read the release note here.  If you already have openSUSE 13.1 installed on the servers, this is the time to upgrade to openSUSE 13.2. The following guide will help you to upgrade from openSUSE 13.1 to openSUSE 13.2. What to do before upgrade? It is recommended to take backup […]

Installing LLMP (Lighttpd, PHP And MySQL) on Ubuntu 14.10

Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a web server; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting […]

Install WordPress on Ubuntu 16.04 / Ubuntu 14.04 with LAMP

WordPress is the most widely used open source web blogging and content management software written in php and MySQL. Even ITzGeek uses WordPress. Here is the small tutorial on setting up WordPress installation on Ubuntu 16.04 / Ubuntu 14.04. Prerequisites WordPress requires Apache, PHP, and MySQL. You can look at how to install LAMP on […]