Browsing category

Linux

Linux Basics: 30 YUM Command Examples for Linux Package Management

Yellowdog Updater, Modified (yum) is an open source package-management utility in Redhat based operating system. Yum takes care of automatic installation of dependent packages during package installation, removal, and updates. Yum uses Redhat Package Manager (RPM) and can install software packages from yum repositories (collections of RPM packages), which can be accessed locally or over […]

How to Install MySQL 8.0/5.7 on CentOS 7 / RHEL 7

MySQL is a free and open-source database management system, commonly used in web applications to store and retrieve records and information. MySQL was initially 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 […]

Install Apache SVN (Subversion) on Debian 9 / Ubuntu 16.04

Subversion, also known as SVN, an open-source version control system. It is used to keep track of source file and documents. Any time you change, add or delete a file or folder that you control with Subversion, you commit these changes to the Subversion repository, which creates a new revision in the repository reflecting these […]