SysAdmin

How to Install Nginx Web Server on Ubuntu 18.04

February 11, 2019

Nginx is an open-source server utility designed to work as a reverse proxy, intercepting client requests and routing them to an appropriate server.

Since then, it has grown to include load balancing, anonymizing, and scaling features. It also has features that can handle static resource requests more quickly than Apache, allowing you to balance requests to improve performance and resource usage strategically. This guide will walk you thru you setting up and installing Nginx on Ubuntu 18.04 (Bionic Beaver).

Read more

How to Start, Stop, or Restart Apache Server on CentOS 7

January 23, 2019

In this SIMPLE Updated Tutorial Learn How to restart, start, & stop Apache web server on the CentOS 7 Linux operating system. Find out how now!

Read more

How to Install Pip on CentOS 7

January 17, 2019

Pip Installs Packages (Pip) is a package management system that simplifies the process of installing and managing software packages written in Python. All packages listed in the Python Package Index (PyPI) can be installed using Pip.

Read more

How to Install & Setup a Mumble Server {Murmur} on Linux CentOS 7

January 14, 2019

Growing demands for extreme compute power lead to the unavoidable presence of bare metal servers in today’s IT industry. Their goal is to handle the most intensive workloads by providing extreme processing power to a single tenant. No shared resources and immense scalability options position bare metal servers as a smart choice for growing infrastructures.

Read more

How to Flush DNS Cache in macOS, Windows, & Linux

January 8, 2019

DNS cache can be corrupted for a number of different reasons, including network attacks or viruses. When that happens, IP address mapping becomes corrupted for certain popular websites. Learn to clear DNS cache on your system and resolve potential issues.

Read more

How to use apt Package Manager on Ubuntu Linux

January 7, 2019

In Linux, special tools were developed for managing applications. Application software for Linux typically comes in a package. The default package manager for Ubuntu is apt-get. Linux operating systems use a software tool known as a package manager to make sure the software is correctly installed and up-to-date. It also keeps a current list of available software, stored externally in a database called a repository. This guide shows you how to use apt-get to manage packages on Ubuntu.

Read more

How to Find Files in Linux With the Find Command

December 19, 2018

The find command is a useful command-line tool in Linux. This tutorial shows how to use the find command.

Read more

How To Add User to Sudoers & Add User to Sudo Group on CentOS 7

December 5, 2018

This guide will walk you through the steps to create or add a sudo user on CentOS 7. The “sudo” command stands for “Super User DO,” and temporarily elevates the privileges of a regular user for administrative tasks.

Read more

How to Restart Windows Server 2016 - Reboot Commands

October 22, 2018

When a computer runs for a long period of time, applications and operating system features can become unstable. An unstable operating system might have application crashes, hanging applications, or memory leaks. Sometimes even basic system functions become unresponsive.

Read more

How to Install phpMyAdmin on CentOS 7


This guide is for users who have already configured a CentOS server and installed the Apache HTTP services, MySQL database management system, and the PHP programming language.

Read more