Browsing category

Centos/Redhat

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 […]

Install OwnCloud 7 on CentOS 7 / RHEL 7

ownCloud is a web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. Data will be stored on the server and can be downloaded or access any time with browser or desktop client or smartphone app. The project is based on PHP and a […]

How To Install VirtualBox on CentOS 7 / RHEL 7

VirtualBox is an open-source hypervisor software that helps you create and run multiple guest operating systems (“virtual machines”) on a single hardware machine. VirtualBox can be installed on host operating systems, including Linux, Windows, Solaris, OS X, and OpenSolaris. From version 2.0, VirtualBox supports 32 and 64bit host and guest operating systems. If you want […]

How To Install phpPgAdmin 5.6 on CentOS 7 / RHEL 7

phpPgAdmin is a web-based administration tool for managing PostgreSQL database, and it’s look and feel is very similar to that of phpMyAdmin. If you have work experience on phpMyAdmin, you won’t take much time finding the way to work with phpPgAdmin. This guide will help you to setup phpPgAdmin 5.6 on CentOS 7 / RHEL […]