Linux Admin – Volume Management
Logical Volume Management (LVM) is a method used by Linux to manage storage volumes across different physical hard disks. This is not to be confused with RAID. However, it can be…
For Linux
Logical Volume Management (LVM) is a method used by Linux to manage storage volumes across different physical hard disks. This is not to be confused with RAID. However, it can be…
MariaDB partners well with a wide variety of programming languages and frameworks such as PHP, C#, JavaScript, Ruby on Rails, Django, and more. PHP remains the most popular of all…
As touched upon briefly when configuring CentOS for use with Maria DB, there is no native MySQL package in the CentOS 7 yum repository. To account for this, we will need to…
Package management in CentOS can be performed in two ways: from the terminal and from the Graphical User Interface. More often than not a majority of a CentOS administrator's time…
Before attempting to run MariaDB, first determine its current state, running or shutdown. There are three options for starting and stopping MariaDB − Run mysqld (the MariaDB binary).Run the mysqld_safe…
Introduction to Bash Shell In this guide, we will discuss Shell Scripting in Linux. Like flavors of GNU Linux, shells come in many varieties and vary incompatibility. The default shell…
All downloads for MariaDB are located in the Download section of the official MariaDB foundation website. Click the link to the version you would like, and a list of downloads for multiple…
In this section, we will learn how to take Linux system updates. The CentOS 7 system can be updated in three ways − ManuallyAutomaticallyUpdate manually for major security issues and…
A database application exists separate from the main application and stores data collections. Every database employs one or multiple APIs to create, access, manage, search, and replicate the data it…
MariaDB is a fork of the MySQL relational database management system. The original developers of MySQL created MariaDB after concerns raised by Oracle's acquisition of MySQL. This tutorial will provide…