SysAdmin

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 Restart or Reboot Linux Server from the Command Line


There's a reason that tech support asks you if you've rebooted your Linux server.  It's cliched but true - restarting a server solves a wide variety of issues.

Read more

How to Reset or Change the Root Password in Linux


In Linux, root privileges (or root access) refers to a user account that has full access to all files, applications, and system functions.

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

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 Edit Hosts File in Linux, Windows, or Mac


The hosts file in Windows, Mac, or Linux maps hostnames to IP addresses. This could be in an intranet, like a corporate office that has servers for users to access, or it could be domain names for servers on the internet.

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 Update Linux Kernel In Ubuntu


The Linux kernel is like the central core of the operating system.  It works as sort of a mediator, providing an interface between software applications and the computer hardware.

Read more

How to Back Up & Restore a MySQL Database


A MySQL database has been lost, and you’re scrambling to restore a copy from your last backup. This guide will help you become the hero your database needs. You’ll learn about the mysqldump command for creating and restoring backups.

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