Debian 11

How To Set Up an OpenVPN Server on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an OpenVPN Server on Debian 11

OpenVPN is a full-featured, open-source Secure Socket Layer (SSL) VPN solution that accommodates a wide range of configurations. In this tutorial, you will set up an OpenVPN server on a Debian 11 server and then configure access to it from Windows, macOS, Linux, iOS and/or Android devices.

Read more
How To Install and Configure Ansible on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Ansible on Debian 11

Configuration management systems are designed to streamline the process of controlling large numbers of servers, for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. This guide covers setting up the Ansible configuration management system on Debian 11.

Read more
How to Set Up Dante Proxy for Private Connections on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Dante Proxy for Private Connections on Debian 11

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 Debian 11 server.

Read more
How to Install and Configure VNC on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure VNC on Debian 11

Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. It makes managing files, software, and settings on a remote server easier for users who are not yet…

Read more
How To Set Up Django with Postgres, Nginx, and Gunicorn on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Django with Postgres, Nginx, and Gunicorn on Debian 11

Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server like Nginx is a major asset to your stack.

Read more
How to Install and Use Composer on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How to Install and Use Composer on Debian 11

Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. In this guide, we’ll see how to install and use Composer on a Debian 11 server.

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

How to Set Up Squid Proxy for Private Connections on Debian 11

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 Debian 11 server.

Read more
CHAT