Category: Utilities

How To Install phpMyAdmin on CentOS 7

In this tutorial, we will go through the steps to installing and configuring phpMyAdmin in CentOS 7. All commands – without sudo yum update -y yum install epel-release -y yum install phpmyadmin -y All commands – with sudo sudo yum update -y sudo yum install epel-release -y sudo yum install phpmyadmin -y Introduction phpMyAdmin is

Continue reading…

How to Perform a Traceroute on Windows Linux and OSX

This guide will show you how to use traceroute in Windows, Linux and OSX. Quick Steps Note: Instead of example.com, type in your actual domain name, hostname or the IP address of the server. Step 1: In Windows, Start Menu > type ‘cmd’ to open the command prompt and in cmd window, type in “tracert example.com” Step

Continue reading…