LEMP is a combination of operating system and open-source software stack. The acronym LEMP is derived from first letters of Linux, engine-x (Nginx) HTTP Server,MariaDB database, and PHP/Perl/Python. In this…
PostgreSQL is a powerful, open source object-relational database system ( ORDBMS ). Unlike other relational database systems, PostgreSQL allows users to create unique operators, complex data types, aggregate functions, data…
Adiscon LogAnalyzer is a web interface to syslog/Rsyslog and other network event data. Although, it provides easy browsing, analysis of real time network events and reporting services. In this guide,…
LATEST POSTS
-
-
DatabasesLinux
How To Enable Network Remote Access To PostgreSQL Database Server
by Lotfi Waderni February 4, 2017By default, PostgreSQL Server allow access to clients localy using Unix sockets. Here, we’ll show you how to enable the network remote access to PostgreSQL Database Server. If you did…
-
DatabasesUbuntu
How To Change PostgreSQL Data Directory Location on Ubuntu 16.04
by Lotfi Waderni February 3, 2017Let’s suppose that the database grows frequently and need more space, the best solution is to relocate the PostgreSQL data directory to a new location. In this article, we will…
-
LinuxUbuntu
How To Install WordPress with LAMP Stack on Ubuntu 16.04
by Lotfi Waderni January 31, 2017WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. In this guide tutorial, we are going to show you how to install WordPress with…
-
LinuxUbuntu
How To Install LAMP Stack (Linux, Apache, MySQL, PHP 7) On Ubuntu 16.04
by Lotfi Waderni January 31, 2017A LAMP (Linux, Apache, MySQL, PHP) stack is a common web stack used for hosting web content. In this guide tutorial we are going to show you how to install…