Linux

Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка Jupyter Notebook с помощью Python 3 в Ubuntu 18.04

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

Read more
How To Set Up mod_rewrite for Apache on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Set Up mod_rewrite for Apache on CentOS 7

Apache is a modular web server that allows you to customize its capabilities by enabling and disabling modules. This provides administrators the ability to tailor the functionality of Apache to meet the needs of their web application.

Read more
How To Set Up Nginx Server Blocks on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Nginx Server Blocks on CentOS 7

Nginx uses to manage configurations for an individual site or domain. Server blocks allow one server to host multiple domains or interfaces by using a matching system. This is relevant to anyone looking to host more than one site off of a single VPS. In this guide, we will walk through how to set up Nginx server blocks on a CentOS 7 VPS.

Read more
How To Set Up ProFTPD on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up ProFTPD on Ubuntu 12.04

ProFTPD is a popular ftp server. Although it is not the lightest ftp server available for virtual servers, it is a powerful and configurable program. This tutorial explains how to install, configure, and access the ProFTPD server. It is written for Ubuntu 12.04.

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

How to Set Up Squid Proxy for Private Connections on Rocky Linux 9

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. Squid is a stable, popular, open-source HTTP proxy. In this tutorial, you will be installing and configuring Squid to provide an HTTP proxy on Rocky.

Read more
Настройка ключей SSH в Debian 9 — step-by-step Linux tutorial on Progressive Robot

Настройка ключей SSH в Debian 9

SSH или защищенная оболочка — это шифрованный протокол, используемый для администриования и связи с серверами. При работе с сервером Debian вы проведете больше всего времени в сеансах терминала с подключением к серверу через SSH. В этом обучающем модуле мы расскажем о настройке…

Read more
Настройка ключей SSH в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Настройка ключей SSH в Ubuntu 20.04

SSH или защищенная оболочка — это шифрованный протокол, используемый для администриования и связи с серверами. При работе с сервером Ubuntu вы проведете больше всего времени в сеансах терминала с подключением к серверу через SSH. В этом руководстве мы рассмотрим процесс…

Read more
CHAT