Debian

How To Create Temporary and Permanent Redirects with Apache — step-by-step Linux tutorial on Progressive Robot

How To Create Temporary and Permanent Redirects with Apache

HTTP redirection is a way to point one domain or address to another. There are a few different kinds of redirects (301 Moved Permanently and 302 Found), each of which mean something different to the client browser. You can create a redirect in Apache by adding `Redirect /oldlocation http://www.example.com/newlocation` to the virtual host entry in the server configuration file. This guide will cover a more in depth explanation of how to implement each kind of redirect in Apache.

Read more
How To Install Node.js on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Node.js on Debian 8

Node.js is a JavaScript platform for general-purpose programming that allows users to build network applications quickly. By leveraging JavaScript on both the front-end and the back-end, development can be more consistent and be designed within the same system. In this…

Read more
How To Set Up a Remote Desktop with X2Go on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Remote Desktop with X2Go on Debian 10

X2Go provides a working “cloud desktop,” complete with all the advantages of an always-online, remotely-accessible, and easily-scalable computing system with a very fast network. It is also more responsive and more secure than many VNC solutions. In this tutorial, you’ll use X2Go to create a Debian 10 XFCE desktop environment that you can access remotely. This “cloud desktop” will include the exact same utilities that you would obtain had you installed Debian 10 and XFCE on your local machine.

Read more
How to Set Up and Install Django CMS on a Debian 7 or Ubuntu 13 VPS — step-by-step Linux tutorial on Progressive Robot

How to Set Up and Install Django CMS on a Debian 7 or Ubuntu 13 VPS

In this the cloud provider article, we will walk you through installing Django CMS on a Debian 7/Ubuntu 13 VPS, ready to be configured and used. Django CMS is one of the content management systems that is geared towards working with Django framework based web applications. It is perhaps the most popular one out of almost three dozen other options available today.

Read more
CHAT