How To Install Postgresql 10 on Ubuntu 16.04
2020.02.10 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
2020.01.13 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
2020.01.08 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
2020.01.01 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 …
How to Enable EPEL Repository on CentOS 7
2019.01.02 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
2019.01.01 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 …
How-to Install pip on Ubuntu 16.04 LTS (Xenial Xerus)
2018.12.31 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
2018.12.28 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
2018.11.05 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 …
How to Install Memcached on Ubuntu 18.04
2018.09.29 in Posts
Categories:
Overview In this tutorial we’ll learn how to install Memcached on Ubuntu 18.04 (LTS) Bionic Beaver. Memcached (pronounced: mem-cash-dee) is a free, high performance, distributed memory object caching system. Memcached can be use for any caching …