Ubuntu 22.04

How To Host a Website Using Cloudflare and Nginx on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Host a Website Using Cloudflare and Nginx on Ubuntu 22.04

In this tutorial, you will secure a website served by Nginx with an Origin CA certificate from Cloudflare and configure Nginx to use authenticated pull requests. The advantages of using this setup are that you benefit from Cloudflare’s CDN and fast DNS resolution while ensuring that all connections pass through Cloudflare. This prevents any malicious requests from reaching your server.

Read more
How To Manage RAID Arrays with mdadm on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Manage RAID Arrays with mdadm on Ubuntu 22.04

In this guide, we discuss how to use Linux’s mdadm utility to manage RAID arrays and perform day-to-day administrative tasks. We cover how to start, stop, or remove RAID arrays, how to find information about both the RAID device and the underlying storage components, and how to adjust the RAID size and add spares to existing arrays.

Read more
How to Set Up Squid Proxy for Private Connections on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Squid Proxy for Private Connections on Ubuntu 22.04

Proxy servers are a useful way of caching or obfuscating web traffic. This means that web requests can be served from different inbound or outbound addresses than they appear to be, by offloading the connection to intermediaries. For regular end users, this usually means allowing you to make web requests from a different IP address than your own. In this tutorial, you will be installing and configuring Squid to support a number of popular proxy protocols on a Ubuntu 22.04 server.

Read more
How To Use Vuls as a Vulnerability Scanner on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Use Vuls as a Vulnerability Scanner on Ubuntu 22.04

Vuls is an open-source, agentless vulnerability scanner that automates security vulnerability analysis of the software installed on a system. In this tutorial, you’ll deploy Vuls to an Ubuntu 22.04 server, building Vuls and its dependencies from source code, configuring scanning and reporting to Slack, and optionally connecting it to additional target machines to enable remote scanning.

Read more
How To Configure BIND as a Private Network DNS Server on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure BIND as a Private Network DNS Server on Ubuntu 22.04

In this tutorial, you will set up an internal DNS server using two Ubuntu 22.04 servers. You will use the BIND name server software (BIND9) to resolve private hostnames and private IP addresses. This provides a central way to manage your internal hostnames and private IP addresses, which is indispensable when your environment expands to more than a few hosts.

Read more
How To Host a Website with Caddy on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Host a Website with Caddy on Ubuntu 22.04

Caddy is a web server designed around simplicity and security that comes with a number of features that are useful for hosting websites. In this tutorial, you’ll build Caddy from source and use it to host a website secured with HTTPS.

Read more
CHAT