To grant remote access here are the steps: Step 1. Edit the file etc/my.cnf and add these lines on [mysqld_safe] [mysqld_safe] Port = 3...
Continue Reading→Monday, July 12, 2021
Autostart Network Services on CentOS
Network Service: Open the file /etc/sysconfig/network-scripts/ifcfg-eno<number> and check for the IPADDR value. If you set IP address ...
Continue Reading→Sunday, July 11, 2021
Install older version of PhpMyAdmin on Centos7 manually
This is a short guide on how to install PhpMyAdmin manually on CentOS 7 server. For that download the required version of PhpMyAdmin from th...
Continue Reading→Downgrade MySql from your CentOS installation
Sometimes old version of MySQL Server is required for smooth operation of old application. For that first clean up your existing MySQL insta...
Continue Reading→Monday, May 31, 2021
CentOS 8 and RHEL 8 Runlevel : How to Change
Since CentOS 7 / RHEL 7, system run levels are replaced with targets and are managed by systemd. Systemd targets are represented by target...
Continue Reading→Tuesday, May 25, 2021
Installing VLC Media player in CentOS 8 / RHEL
Step 1. Update your system using the following command: # dnf update -y Output ------------------------------------------------ [root@local...
Continue Reading→Create Multiboot USB Drives With Ventoy In Linux
Ventoy is a free, open source and cross-platform program to create multiboot USB drives in Linux and MS Windows. You don't need to forma...
Continue Reading→Monday, May 24, 2021
12 New features implemented in CentOS 8
Here is the 12 new features implemented in CentOS8 1. Your desktop background: The GUI version of CentOS 8’S GNOME Shell rebased to ...
Continue Reading→Linux Package Manager apt and yum
Package Managers are a great feature of every Linux system. In Windows, we usually install software by downloading and running executable ...
Continue Reading→How to access NTFS file system on CentOS 8 / RHEL
This tutorial will show you how to mount an NTFS drive in a read/write mode on CentOS and other RHEL based Linux operating systems with ntf...
Continue Reading→Install Apache, MySql and phpMyAdmin on CentOS 8
Apache is a popular Linux-based web server application. It is part of the LAMP stack (Linux, Apache, MySQL, PHP) that powers much of the i...
Continue Reading→