Posts in 2018
How to Install Memcached on Ubuntu 18.04
Saturday, September 29, 2018 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 …
How to Install MySQL 8.0 on Ubuntu 16.04
Friday, September 21, 2018 in Posts
Categories:
Overview In this tutorial, we learn how to install MySQL 8.0 on Ubuntu 16.04 (Xenial Xerus) from MySQL apt repository. MySQL 8.0 is the long-awaited release of MySQL that brings a lot of new features and enhancements. Prerequisites This tutorial …
How to Install Chkrootkit on Ubuntu 16.04
Sunday, July 15, 2018 in Posts
Categories:
Overview In this tutorial we’ll learn how to install chkrootkit on Ubuntu 16.04 (Xenial Xerus). Chkrootkit is a tool that will check locally for a sign of a rootkit. It will check the following items: – Modification of system binaries – Check …
How to Install MySQL 5.5 on Ubuntu 14.04
Friday, June 22, 2018 in Posts
Categories:
Overview MySQL is one of the most used open source database especially for web application. MySQL 5.5 is a pretty old version of MySQL but if your application still needs to use this version of MySQL you can follow this tutorial. In this tutorial …
How To Install Memcached on Ubuntu 16.04
Sunday, April 29, 2018 in Posts
Categories:
Overview Memcached (pronounced: mem-cash-dee) is a free, high performance, distributed memory object caching system. Memcached can be use for any caching usage but mostly used by dynamic web application to reduce database load. We can also cache API …
How To Install and Configure Memcached on Ubuntu 14.04
Saturday, April 07, 2018 in Posts
Categories:
Overview Memcached is a high performance distributed memory object caching system. Originally created to speed up dynamic web application by reducing database load but can be used as generic caching system. Objective In this tutorial we’ll …
Posts in 2017
How to Install julia on Ubuntu 16.04
Saturday, September 30, 2017 in Posts
Categories:
Overview In this tutorial we’ll learn how to install Julia on Ubuntu 16.04 (Xenial Xerus). Julia is a high-level, high-performance dynamic programming language for numerical computing. It provides a sophisticated compiler, distributed parallel …
How to Install nim on Ubuntu 16.04
Saturday, September 30, 2017 in Posts
Categories:
Overview In this tutorial we’ll learn how to install Nim on Ubuntu 16.04. We will install Nim from the Ubuntu repository and also install nim from source. Nim is : systems and applications programming language. Statically typed and compiled, it …
How To Install Redis On Ubuntu 16.04
Saturday, September 30, 2017 in Posts
Categories:
Objective In this tutorial we’ll learn how to install Redis on Ubuntu 16.04 Xenial Xerus. We will learn how to install Redis from Ubuntu repository, from PPA repository and latest version from source What is Redis Redis is : an open source …
How To Install Git on CentOS 7
Saturday, September 30, 2017 in Posts
Categories:
Overview In this tutorial we’ll learn how to install git on CentOS 7. Git is a free and open source distributed version control system (VCS) designed to handle all project from small to large with speed and efficiency. Originally created by …