SysAdmin

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 Install phpMyAdmin on CentOS 7

October 22, 2018

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

How to Install Docker on CentOS 7


Docker is an increasingly popular software package that creates a container for application development. Essentially, it creates a uniform interface so that any application running on it is highly compatible with most operating systems. Developing in Docker also helps speed up applications, since it shares the kernel and other resources.

Read more

How to Install Docker On Ubuntu 18.04


Docker is an increasingly popular software package that creates a container for application development. Essentially, it creates a smooth operating system interface, so that applications running on it are compatible with most operating systems. Developing in Docker also helps speed up applications, since it shares the kernel and other resources (instead of pulling dedicated resources just for the application).

Read more

How to Set or Change a Hostname in CentOS 7

October 21, 2018

This technical guide is for users who already have a server running the CentOS 7 operating system on a network.

Read more

How to Install and Configure Nginx on CentOS 7

September 26, 2018

If you are new to the hosting business and just acquired your first self-managed server, it might be challenging to decide on a web daemon. Apache is currently the most popular choice. However, NGINX has undoubtedly found its place in the hosting industry.

Read more

How to Install & Configure Veeam Backup for Office 365

September 25, 2018

Managed Backup for Microsoft Office 365 powered by Veeam is completely independent of Microsoft’s infrastructure. Even in the case of a major outage on Microsoft’s part, you would still have all your emails and be able to view them within the Veeam Explorer for Microsoft Exchange. You can recover items from any point in time using the interface with a traditional mailbox look. In this guide, you will learn how to add phoenixNAP as a service provider and how to perform Microsoft Exchange restore operations within the Veeam console

Read more

How to Configure & Setup AWS Direct Connect


AWS Direct Connect establishes a direct private connection from your equipment to AWS. Use AWS Direct Connect to form a dedicated network between your physical hardware (e.g., colocation environment, office, etc.) and AWS resources.

Read more