SysAdmin

How to Set Up and Use Private Docker Registry

March 21, 2024

By setting up a private Docker registry, you can save valuable resources and speed up development processes. With a private registry, you can pull images from Docker Hub and share them with other Docker hosts in your network. In this tutorial, learn how to set up Docker private registry and configure it for external accessibility.

Read more

How to Create & Edit the WordPress .htaccess File

March 20, 2024

The .htaccess file in WordPress is a configuration file for managing hyperlinks. It is most commonly used to rewrite URLs, making them clearer and more readable by both people and search engines. This file is included by default in a new WordPress installation. This guide will help you find, modify, and create a .htaccess file for WordPress.

Read more

How to Enable SSH on Debian 12


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