SysAdmin

How to Enable SSH on Debian 12

March 20, 2024

If you are using Debian 9 or Debian 10 to manage servers, you must ensure that the transfer of data is as safe as possible. This tutorial covers the necessary steps you need to take to establish a secure connection with a remote machine by using SSH.

Read more

How to Install PostgreSQL on Ubuntu

March 14, 2024

PostgreSQL is an open-source, relational database management system. Follow this guide for two ways of installing PostgreSQL on Ubuntu and connecting to your database.

Read more

How to Set up & Use NGINX as a Reverse Proxy


NGINX (pronounced "Engine X") is a web server application used to set up a reverse proxy. This guide provides an in-depth look into setting up a reverse proxy via NGINX.

Read more

How to Fix Missing PHP MySQL Extension in WordPress


This guide explains how to fix the "Your PHP installation appears to be missing the MySQL extension" using several different methods.

Read more

How to Set up Nginx as Reverse Proxy for Docker Container


The easiest way to set up a reverse proxy is using Docker and Nginx. Learn how to set up reverse proxy for web servers by running each service in a Docker container.

Read more

How to Install VirtualBox on Ubuntu

March 13, 2024

VirtualBox is a powerful tool for running a virtual operating system on your computer. In this tutorial learn how to install VirtualBox on Ubuntu 18.04.

Read more

How to Get the Current Date and Time in Python

March 12, 2024

The article shows you how to create a basic Python script that displays the current date and time. Find out how to use the datetime and time modules to format the information you need.

Read more

How to Generate SSH Keys on Ubuntu

March 7, 2024

This article is meant to help system administrators configure SSH Keys on Ubuntu. The instructions allow you to set up encrypted credentials quickly.

Read more

How to Set up and Enable Automatic Updates on Ubuntu


If you do not keep your Ubuntu operating system up-to-date, you run the risk of compromising overall system security. Managing the process manually, wastes valuable resources and can even lead to overlooking essential security updates. In this tutorial, we explain how to Enable automatic security updates in Ubuntu 18.04. Doing so ensures your system stays protected with the latest security packages at all times.

Read more

How to Check CPU Utilization in Linux with Command Line

March 6, 2024

You have probably noticed your Linux OS slowing down, especially when working harder. Understanding CPU processor usage is critical for overall performance measurement.

Read more
1 3 4 5 6 7 75