Artiklar

 How To Identify If a Linux System is Physical or Virtual Machine

Most of the time we access and manage servers remotely. We will not always have physical access...

 How To Update yum Repositories On Your Server

YUM Repositories are the warehouses of Linux software (RPM package files). RPM package file is a...

 How to Change MySQL user password in Linux

Both MySQL and MariaDB are the most popular open source database systems meant for Linux based...

 How to Flush the Local DNS Cache?

DNS Cache is a temporary storage of information about previous DNS lookups on your Operating...

 How to Install GeoIP on Linux Server?

GeoIP helps you to locate a computer’s geographic location by identifying that computer...

 How to Setup Yum On CentOS 7

Step 1. Login via SSH # ssh root@<ip address> -p <port_number> Step 2....

 How to check your Disk is SSD or HDD ?

You can easily have a look at disk type for your drives whether they are SSD or HDD without...

 How to check your Server is Virtual or Dedicated

METHOD 1 : Using lshw command # yum install epel-release# yum install lshw# lshw -class system...

 How to configuring additional IP addresses ?

To add/remove additional IP manually   1. Run the ip command to display the current ip address...

 How to remove files & directories in linux terminals

How to Remove Files   Use either the rm (remove) or unlink command to remove (or delete) a...

 How to run Speed Test?

Performing speed test on servers is a quick way to find out how fast your internet is. It...