Posts in 2020
How To Install PostgreSQL 10 on Ubuntu 18.04
Saturday, February 15, 2020 in Posts
Categories:
Introduction In this tutorial, we learn how to install PostgreSQL 10 on Ubuntu 18.04 (Bionic Beaver). PostgreSQL or Postgres is an open-source object-relational database management system (ORDBMS) with an emphasis on extensibility and standards …
How To Install Postgresql 10 on Ubuntu 16.04
Monday, February 10, 2020 in Posts
Categories:
Introduction In this tutorial, we learn how to install PostgreSQL 10 on Ubuntu 16.04 (Xenial Xerus). PostgreSQL, or usually called Postgres, is an open-source object-relational database management system (ORDBMS) with an emphasis on extensibility and …
How to Install MongoDB 4.2 on Ubuntu 16.04
Monday, January 13, 2020 in Posts
Categories:
Introduction In this tutorial, we will learn how to install MongoDB 4.2 on Ubuntu 16.04 LTS (Xenial Xerus). What is mongoDB? from MongoDB website: MongoDB is a document database with scalability and flexibility that you want with query and indexing …
How To Install MongoDB 3.4 on Ubuntu 16.04
Wednesday, January 08, 2020 in Posts
Categories:
Introduction In this guide, we will learn how to install MongoDB 3.4 on Ubuntu 16.04 LTS (Xenial Xerus). We Will also learn how to configure and secure our MongoDB installation, What is mongoDB? from [MongoDB website][1]: MongoDB is a document …
How to Install rkhunter on Ubuntu 16.04
Wednesday, January 01, 2020 in Posts
Categories:
Overview In this tutorial, we’ll learn how to install rkhunter on ubuntu 16.04. rkhunter (Rootkit Hunter) is an open-source rootkit scanner released under GNU GPL version 2. Before we go further to install an application that will clean rootkit …
Posts in 2019
How to Enable EPEL Repository on CentOS 7
Wednesday, January 02, 2019 in Posts
Categories:
Introduction In this tutorial we’ll learn how to enable EPEL repository on CentOS 7 EPEL stands for Extra Packages for Enterprise Linux. It’s a Fedora Special Interest Group that creates, maintain and manages high quality set of …
How to Enable EPEL Repository on CentOS 6
Tuesday, January 01, 2019 in Posts
Categories:
Introduction In this tutorial, we learn how to enable EPEL on CentOS 6. EPEL stands for Extra Packages for Enterprise Linux. It’s a Fedora Special Interest Group that creates, maintains, and manages a high-quality set of additional packages for …
Posts in 2018
How-to Install pip on Ubuntu 16.04 LTS (Xenial Xerus)
Monday, December 31, 2018 in Posts
Categories:
Introduction In this tutorial, we learn how to install pip on Ubuntu 16.04. There are two installation methods that we can use. We can install pip from the Ubuntu repository or PyPI. pip is a package management system for Python programming …
How to Install Python 2 on Ubuntu 16.04
Friday, December 28, 2018 in Posts
Categories:
Introduction In this tutorial we’ll learn how to install Python 2 on Ubuntu 16.04. Ubuntu 16.04 (Xenial Xerus) is not shipped with Python 2 by default but it’s available on Ubuntu 16.04 repository. Install Python 2 We can install python 2 …
How to Install Memcached From Source on Ubuntu 16.04
Monday, November 05, 2018 in Posts
Categories:
Overview This tutorial explain how to install memcached from source on Ubuntu 16.04 (LTS) Xenial Xerus. Memcached can be use for any caching usage but mostly used by dynamic web application to reduce database load. We can also cache API calls and …