How to set up LAMP (Linux, Apache, MariaDB, PHP) stack on Debian Wheezy

how-to-set-up-lamp-linux-apache-mariadb-php-stack-on-debian-wheezyLAMP usually refers to a full featured stack containing the Apache web server, the popular database server MySQL and the well known web programming language – PHP, set up on a Linux Operating System.

But, as of lately we’ve seen a lot of open-source communities and some of the largest internet giants as Google switched to the use of MySQL’s open source drop-in replacement – the MariaDB database server, which is what are we going to install today instead of MySQL.

In the following step-by-step set up manual we will explain how to install a LAMP (Linux, Apache, MariaDB, PHP) stack on your Debian Wheezy VPS. Let’s begin:

Read More

How to set-up TT-RSS (tiny-tiny RSS) on CentOS 6

how-to-install-and-configure-tt-rss-tyny-tyny-rss-on-centos-6 The following article aims to teach you how you can install and configure TT-RSS (tiny-tiny RSS) on CentOS 6.

We are using one of our blazing fast CentOS 6 VPS, but the procedure applies to any other CentOS 6 based machine.

What is Tiny Tiny RSS?

It is an open source, web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.

Features of Tiny Tiny RSS:

  • Server-side AJAX-powered application, user only needs a web browser
  • Free software, licensed under GNU GPL
  • Supports feed aggregation / syndication,
  • Supports keyboard shortcuts
  • Supports OPML import/export
  • Supports sharing arbitrary content through tt-rss
  • Supports mobile device

and many more….

Read More

How to install LAMP (Linux Apache MySQL and PHP) on CentOS 6 with phpMyAdmin and APC cache

Linux Apache MySQL and PHPIn today’s article we will cover the steps on how to install the LAMP (Linux Apache MySQL and PHP) stack on a CentOS 6 based VPS.

LAMP represents a full featured stack containing the most popular web server known as Apache, the most popular database server MySQL and the most popular open-source web programming language known as PHP.

Read More