How to Install MySQL 8.0 on Ubuntu 16.04
2018.09.21 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
2018.07.15 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
2018.06.22 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
2018.04.29 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 Memcached on Ubuntu 14.04
2018.04.07 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 …
How to Install julia on Ubuntu 16.04
2017.09.30 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
2017.09.30 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
2017.09.30 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
2017.09.30 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 …
How To Install Rust On Ubuntu 16.04
2017.09.17 in Posts
Categories:
Overview What is Rust? Quoting [Rust website][1]: Rust is a system programming language that runs blazingly fast, prevent segfaults and guarantees thread safety. Several features of Rust language: zero-cost abstraction move semantics guarantted …