Linux

How to install and enable GUI GNOME Desktop on centos 7

Usually CentOS 7 comes in a numbers of variants, For most users, there are two major options are the GUI…

6 years ago

Set mysql root password after new installation on Linux

What is MySQL MySQL is a relational database management system based on SQL – Structured Query Language. The application is…

7 years ago

how to mount new disk drive to Centos VPS Server

In this tutorial we are using fdisk  to mount disk drive to your server , this tutorial can be applied…

7 years ago

Backup Files in Linux using Rsync Command Line

linux rsync  stands for remote sync which was written by Andrew Tridgell and Paul Mackerras back in 1996. It’s one…

7 years ago

Linux “df” Commands to Check Disk Space

Linux df Commands stand for “disk filesystem“, it is used to get full summary of available and used disk space…

7 years ago

How to Reset/Recover a Forgotten root Password On Linux OS

Main Steps to Reset/Recover root password on LINUX If you forgot your root password from our dedicated server ,there are…

7 years ago

How to change Server Hostname In Centos

We are going to learn here how to change server hostname . But first what is Server Hostname: Every server…

7 years ago

chown command Linux to Change owner with examples

chown Command linux is an administrator command is used to change the owner user and/or group of each given file…

7 years ago

chmod command for linux tutorial and Examples

What is chmod Linux command chmod command or “change mode command”, and as that name implies, the chmod command is…

7 years ago

How to create User and Grant Permission In MySQL on Linux Command Line

MySQL Linux Commands We are going to take a quick tour of common Linux command to deal with MySQL database:…

7 years ago