Browsing tag

centos 7

How To Disable IPv6 On CentOS 7 / RHEL 7

IPv6 has been around for many years, and organizations do not fully implement it since the IPv4 was enough for them. This post helps you how to disable IPv6 on CentOS 7 / RHEL 7. THIS DOCUMENT IS ALSO AVAILABLE FOR CentOS 8 CentOS 6 Debian 10 Debian 9 Ubuntu 18.04 Ubuntu 16.04 Disable IPv6 […]

Change default runlevel in CentOS 7 / RHEL 7

In CentOS 7 / RHEL 7,  systemd uses targets instead of run-levels.  /etc/inittab is no more used by systemd to change the run levels. This guide will help you to set default runlevel in CentOS 7 / RHEL 7. Change default runlevel The default runlevel can be set either by using the systemctl command or […]

Install Gnome GUI on CentOS 7 / RHEL 7

Linux admins spend most of their time on working in a terminal; there are some who like to work on GUI instead of a terminal. By default, CentOS 7 installed as the minimal server, and user intervention is required to change the installation type. This guide will help you to install GUI on CentOS 7 […]

How To Create Local YUM repository on CentOS 7 / RHEL 7 using DVD

THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 YUM is the package management tool that helps you to install or update the package through the network or local and at the same time, it provides an easy method to install a package with its dependent packages. READ: Linux Basics: 30 YUM Command Examples for Linux […]

How To Install phpMyAdmin with Apache on CentOS 7 / RHEL 7

phpMyAdmin is the web-based administration tool for managing the MySQL and MariaDB servers. It helps in performing databases activities such as creating, deleting, querying, tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin with Apache on CentOS 7 / RHEL 7. Prerequisites phpMyAdmin requires PHP v7.13 or newer and […]