Linux

How To Set Up Mod_Rewrite — step-by-step Linux tutorial on Progressive Robot

How To Set Up Mod_Rewrite

This tutorial goes over Mod_Rewrite, an apache module that allows you to manipulate URLS to provide shorter or more relevant ones. This tutorial will go over Activating Mod_Rewrite, Creating and Using the required .htaccess page, and setting up the URL rewrites.

Read more
How To Set Up Python 2.7.6 and 3.3.3 on CentOS 6.4 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Python 2.7.6 and 3.3.3 on CentOS 6.4

In this the cloud provider article, we are going to talk about downloading and setting up Python (versions 2.7.6 and 3.3.3) without breaking the system’s default 2.6 (or 2.4 depending on CentOS distribution) and without breaking critical system tools such as YUM which depend on the system’s default. Furthermore, we continue with setting up two popular must-have Python tools: pip and virtualenv.

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 Set Up SSH Keys on Rocky Linux 8 — step-by-step Linux tutorial on Progressive Robot

How To Set Up SSH Keys on Rocky Linux 8

SSH, or secure shell, is an encrypted protocol used to administer and communicate with servers. When working with a Rocky Linux server, chances are you will spend most of your time in a terminal session connected to your server through SSH. In this guide, we’ll focus on…

Read more
How To Set Up the code-server Cloud IDE Platform on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up the code-server Cloud IDE Platform on Ubuntu 22.04

code-server is Microsoft Visual Studio Code running on a remote server and accessible directly from your browser as a cloud IDE (Integrated Development Environment). In this tutorial, you will set up the code-server cloud IDE platform on Ubuntu 22.04 and expose it at your domain, secured with Let’s Encrypt TLS certificates.

Read more
How To Set Up Time Synchronization on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Time Synchronization on Debian 9

Accurate timekeeping has become a critical component of modern software deployments. Whether it’s making sure logs are recorded in the right order or database updates are applied correctly, out-of-sync time can cause errors, data corruption, and other hard to debug…

Read more
CHAT