NGINX How to Install Nginx on Ubuntu Server & Set Up Server Blocks. In this today tutorial, we will install and configure Nginx on Ubuntu 20.04 server adjust the firewall, manage the Nginx process, and also configure some server blocks so we can host multiple domains.
how to 🪄 How to Kill user tty/pts sessions on Linux Systems. Unix login session can be killed remotely by sending a hangup signal (SIGHUP) to the process running the login session. In this How2, we will dig further into it and explain the command-line option to kill unwanted or unused or idle ttys.
how to 🪄 How to Redirect HTTP to HTTPS in Nginx. Today, we will explain how to redirect the HTTP traffic to HTTPS in Nginx. How we can secure our website by redirecting all unsecured traffic on port 80 to SSL secured port 443.
linux 🐧 Behind the Scenes: SMTP Server. Is send emails difficult? From a client's viewpoint, everything looks very straightforward. Under the hood, it is nothing else, complex system that drives messages from the sender to the recipient. Today, we'll be talking about a concept related to an outgoing mail server, known as an SMTP server.
how to 🪄 How to Configure a Firewall with UFW on Ubuntu Server. One of the first lines of defense in securing your Ubuntu server is a well-configured firewall. In this guide, you'll learn how to set up and manage UFW (Uncomplicated Firewall) to control traffic and lock down unnecessary access — simply and effectively.
SSH 🕳 What the heck is SSH? Secure Shell (SSH), sometimes referred to as Secure Socket Shell, is a protocol that enables secure connection to a remote computer or server through a text-based interface.
NGINX What the heck is NGINX? Today we will be covering NGINX, an open source web server and the main alternative and competitor to the Apache HTTP Server.
linux 🐧 What exactly is a daemon? A daemon (pronounced DEE-muhn) is a program that runs continuously in the background, designed to handle periodic service requests that the system expects to receive.
how to 🪄 How to Configure Static IP Address on Ubuntu Server. In this tutorial, you will learn how to configure networking in Ubuntu 20.04 with Netplan. You will learn how to set static IP addresses, DHCP addresses, as well as how to configure DNS.
linux 🐧 Is Linux an Operating System or a Kernel? One of the most common questions you’ll encounter on tech forums is whether Linux is an operating system or just a kernel. Even for experienced Linux users, this question can sometimes cause confusion. 🤷♂️🥷🏿
linux 🐧 What is Linux Kernel? The Linux kernel is the core component of the Linux operating system. It acts as a bridge between a computer’s hardware and its software applications. Here’s a more detailed breakdown of what it is and what it does: