Category Linux

Top 5 Disk Partitioning tools for Linux

Top 5 DIsk Partitioning Tools For Linux

Partitions are first created in a Linux Operating System during the installation. But you can add, remove, modify and resize the partitions anytime later after the installation as well. Disk Partition managers are used especially when you add a new…

[FIXED] VirtualBox : No Bootable Medium Found error

Fix VirtualBox Error No Bootable Medium Found

You may have encountered ‘FATAL: Could not read from the boot medium! System halted.’ error, sometimes while booting into a VM inside VirtualBox. It sometimes shows ‘No Bootable Medium Found! System halted’ instead of the above message. In this article,…

Rhythmbox – A Complete Guide

RhythmBox A Complete Review

When music players are discussed in the Linux world, Rhythmbox is the first suggestion of every user. And why wouldn’t it be? It is the best audio player out there, with Radio FM support and even Podcasts! In this article,…

Ranger – A Terminal Based File Manager

Ranger A Terminal Based File Manager

You can use commands like ‘cd’ and ‘cd ..’ to navigate between the folders in the Linux Terminal. But it is not efficient and certainly more time-consuming, as you may not remember all the subdirectories present in a directory, and…

Create New MySQL User And Grant Permissions

How To Create New Mysql User With Grant Permission

hello folks, In this article, We will discuss how to create new MySQL users and grant privileges. MySQL is an open-source relational database management system used to store, manage, query, and retrieve data. Normally, we use MySQL as root but…