Best Ways to Uninstall Software in Microsoft Windows

Best Ways to Uninstall Software in Microsoft Windows

In this article, we are going to learn how to uninstall software in Microsoft windows. Installation and Uninstallation of software’s in Microsoft Windows are normal. Sometimes we install software for testing purposes only or for some particular project or tasks and after completion of the project, we need to uninstall that software. We can install … Read more

How To Install Mariadb MySQL Server And Mariadb Client In Rhel 7 / Centos 7

How To Install Mariadb Mysql Server And Mariadb Client In Rhel 7 Centos 7

In this article, we are going to learn how to install MariaDB MySQL Server & MariaDB Client on RHEL 7/CentOS 7. MariaDB MySQL Server is an opensource Database server application like Relational Database Management System (RDBMS) used to Create, Update, Delete and other database-related tasks. This is a database server like MySQL database and even … Read more

Step By Step Recover Forgotten Mysql Root Password

Step By Step Recover Forgotten Mysql Root Password

In this article, we are going to learn how to recover forgotten MySQL root password. Sometimes It happens when we forgot the passwords and Suppose you are a database administrator and forgot the root password of MySQL Server in that case you might come in trouble if you don’t know the ways to recover the … Read more

How To Update Linux Kernel Version In Rhel/Centos 7

How To Update Linux Kernel Version In Rhel Centos 7

In this article, we are going to discuss How to Upgrade / Update Linux Kernel Version in RHEL/CentOS 7. Before that let’s understand what is Kernel. The kernel is nothing but a base of any operating system or we can say core part of an operating system. It interacts with all Hardware devices like Motherboard, … Read more

Setup Netdata For Real Time Performance Monitor In Linux System

Setup Netdata For Real Time Performance Monitor In Linux System

Netdata is nothing but a nice daemon used to real-time performance monitor of Linux systems. Performance Monitor in the sense Hardware Monitoring (like Disk Usage, Memory Usage, RAID usage, LVM usage, SWAP Memory Usage, Kernel performance and so on.), Network Monitoring (Eg: Bandwidth Usage, Network link up and down status, PING status, and so on.), … Read more

Step By Step Linux DHCP Server Configuration In Redhat/Centos/Fedora

Step By Step Linux DHCP Server Configuration In Redhat/Centos/Fedora

In this article, we are going to discuss a very interesting and important topic i.e. Linux DHCP Server Configuration. Linux DHCP Server stands for Dynamic Host Configuration Protocol is used to provide IP Address to client Computers Dynamically OR Automatically. The Port Number of DHCP Server is 67 and The Port Number of DHCP Client is … Read more

How To Configure vsftpd Linux FTP Server In Redhat/Centos/Fedora

How To Configure Linux FTP Server (vsftpd Server) In Redhat/Centos/Fedora

In this article, we are going to learn How To Configure vsftpd Linux FTP Server In Redhat/Centos/Fedora. Vsftpd stands for Very Secure File Transfer Protocol is an FTP Server used to transfer data over the network securely. The port number of Vsftpd Server is 21. Vsftpd Linux FTP Server is available for all Linux distros … Read more