SysAdmin

How to Install Apache Maven on CentOS 7

March 20, 2019

Apache Maven is a project management tool for developing Java applications designed to provide a comprehensive and easy-to-read status of a project. This guide will walk you through installation on CentOS 7.

Read more

How to Install Git on CentOS 7 With Yum or Latest Repository

March 15, 2019

In this tutorial, learn how to install Git on CentOS 7. Git is a distributed version control system to track the code changes. Installation is easy with this guide.

Read more

How To Install an FTP Server on CentOS 7 With VSFTPD

February 28, 2019

In this updated Tutorial, learn how to Setup FTP Server with VSFTPD on CentOS 7. FTP stands for File Transfer Protocol and has been a standard method for transferring files for decades.

Read more

How to Change Hostname on Ubuntu 18.04

February 27, 2019

Learn The Simple Way How to Change Hostname on Ubuntu 18.04. Multiple options, including using Linux command line tools.

Read more

How to Install Pip on Ubuntu

February 20, 2019

Pip is a software utility that downloads packages from PyPI – the Python Package Index. Using PIP is like adding additional software repositories to Linux. This guide will walk you through installing PIP on Ubuntu.

Read more

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