Ubuntu 22.04

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
How To Manage Redis Databases and Keys — step-by-step Linux tutorial on Progressive Robot

How To Manage Redis Databases and Keys

Redis is a key-value data store, which is a type of NoSQL database where keys serve as unique identifiers for their associated values. Any given Redis instance includes a number of databases, each of which can hold many different keys of a variety of data types. In this tutorial, we will go over how to select a database, move keys between databases, and manage and delete keys.

Read more
CHAT