Linux

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
How to Set Up Apache Virtual Hosts on Ubuntu 13.10 — step-by-step Linux tutorial on Progressive Robot

How to Set Up Apache Virtual Hosts on Ubuntu 13.10

Virtual Hosts are a way to host more than one domain from a single IP address/server. This could be helpful, for example, to people who wish to host more than one website from a single droplet. Here’s how to get set up on your Ubuntu 13.10 VPS.

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

How to Set Up Dante 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
Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 20.04 и подключение через туннель SSH — step-by-step Linux tutorial on Progressive Robot

Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 20.04 и подключение через туннель SSH

Jupyter Notebook — веб-приложение с открытым исходным кодом, позволяющее создавать интерактивный код, визуализации и другие элементы и делиться ими. Этот инструмент можно использовать с несколькими языками программирования, включая Python, Julia, R, Haskell…

Read more
How To Set Up Nginx with HTTP/2 Support on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Nginx with HTTP/2 Support on Ubuntu 16.04

NGINX is a fast and reliable open-source web server. It gained its popularity due to its low memory footprint, high scalability, ease of configuration, and support for the vast majority of different protocols. The main advantage of HTTP/2 is its high transfer speed for content-rich websites.

Read more
Настройка аутентификации по паролю для Apache в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка аутентификации по паролю для Apache в Ubuntu 18.04

Вам как веб-администратору может быть полезна возможность ограничения доступа посетителей к отдельным частям веб-сайта, как временного, так и постоянного. Хотя веб-приложения могут иметь собственные методы аутентификации и авторизации, вы можете использовать непосредственно сам…

Read more
CHAT