Browsing category

How To’s

How To Install MySQL 5.7/8.0 on Ubuntu 16.04/14.04 & Debian 9/8

MySQL is an open source relational database management system, commonly used in web applications to store and retrieve records and information. MySQL was first developed by MYSQL AB, now owned by Oracle Corporation. It was the primary database application for Linux operating system until MariaDB, a fork of MySQL, came into the picture. In this […]

20 Useful apt, apt-get, and apt-cache Command Examples for Package Management

Advanced Package Tool (APT) is a powerful and free software package-management user interface in Debian based operating systems, including Ubuntu and LinuxMint to handle the installation and removal of software packages. The apt command has been introduced to merge apt-get and apt-cache into one single command and provide a pleasant experience for end users by […]

Configure FreeIPA server On CentOS 7 / RHEL 7 – A Identity Management System

FreeIPA is an opensource identity management system for Linux/Unix environments which provides centralized account management and authentication, like Microsoft Active Directory or LDAP. FreeIPA is a combination of 389 Directory Server, MIT Kerberos, Apache HTTP Server, NTP, DNS, Dogtag (certificate system), and SSSD, making it as a single integrated security solution to manage the Identity, […]

How to Launch an OpenStack Instance using Horizon Dashboard

This article is the third part of our OpenStack series. In this tutorial, we will go through steps to launch an OpenStack instance from Horizon Dashboard. Prerequisites 1: Install Single Node OpenStack in CentOS 7 / RHEL 7 2: Configure OpenStack Networking to Enable Access to VM Instances Launch OpenStack Instance Before launching an instance, […]