
Similar Posts

How to install lollypop in Ubuntu
SHORT INTRODUCTION Lollypop Music Player is a free open source music player which is simple to use, graphical interface is amazing and user-friendly and has a beautiful interface. It is based on Python / GTK+ which is made for Gnome Desktop Environment. Step 1: Add repository & update Step 2: Install Lollypop Step 3 :…

Linux chapters
SHORT INTRODUCTION This book contains 16 chapters with a total of 191 pages, which covers all official exam objectives for the Red Hat Certified System Administrator (RHCSA) exam (EX200) that includes the topics described below: Chapter 1: Understanding Essential Commands & System Documentation Chapter 2: How to Perform File and Directory Management Chapter 3: Text Editors and Regular Expressions Chapter 4:…

How to Install the LAMP Stack on CentOS 7
SHORT INTRODUCTION LAMP stands for Linux Apache MariaDB Php Step 1: Update the system & Install Apache Now, we need to start & enable Apache service – Step 2: Install MariaDB Database Now, we need to install & start MariaDB service – Now, Securing MariaDB – Our MariaDB is not secure by default so we…

How to install Audacious in Centos 7
SHORT INTRODUCTION Audacious is an open source audio player, it plays your favorite music how you want it, Drag and drop folders and individual song files, search for artists and albums in your entire music library, create your own custom playlists & edit too. Also listening online musics Step 1: Install the Extra Package (EPEL)in…

How to install Amarok in Centos 7
SHORT INTRODUCTION Amarok is a cross-platform free & open-source music player & It is also part of the KDE project. It is released under the terms of the GNU General Public License version 2. Most of that it serves many functions in addition to the basic function of playing music files & albums Step 1:…

How to Install NextCloud on CentOS 8
SHORT INTRODUCTION NextCloud For Installing Nextcloud, its crucial ensure that LAMP is already installed in your centos 8 & php version is atleast php 7.2 LAMP is short form of Linux, Apache, Mariadb & php. Step 1: Install Additional PHP Modules Step 2: Create a NextCloud Database Login as a root user to MySQL console…