ubuntu

How To Use the Pyramid Framework To Build Your Python Web App on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Use the Pyramid Framework To Build Your Python Web App on Ubuntu

Pyramid is a very flexible, lightweight framework for Python which can be used to quickly develop a complex application. Pyramid can be used to create a web application with full MVC functionality within a single file, and can also scale to much larger applications. In this guide, we will install Pyramid and explore two separate ways of creating simple web applications.

Read more
Initial Server Setup with Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

Initial Server Setup with Ubuntu 14.04

When you start a new server, there are a few steps that you should take every time to add some basic security and set a solid foundation. In this guide, we’ll walk you through the basic steps necessary to hit the ground running with Ubuntu 14.04.

Read more
NGINX as Reverse Proxy for Node or Angular application — step-by-step Linux tutorial on Progressive Robot

NGINX as Reverse Proxy for Node or Angular application

URL: https://www.progressiverobot.com/nginx-reverse-proxy-node-angular/ A reverse proxy is a server that retrieves resources for clients from one or more upstream servers. It typically places itself behind a firewall in a private network and forwards clients request to these upstream servers. A reverse proxy greatly improves security, performance, and reliability of any web application. Many modern web applications […]

Read more
Ubuntu 18.04 服务器初始设置 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 18.04 服务器初始设置

首次新建 Ubuntu 18.04 服务器时,您应该在基本设置过程早期完成一些配置步骤。 这样将会增加服务器的安全性和可用性,并为后续操作打下坚实基础。 <$>[note] 注:以下指南展示如何手动完成有关新 Ubuntu 18.04 服务器的建议步骤。 通过手动执行此程序,可有助于学习一些基本的系统管理技能,并当作练习以全面了解要在服务器上执行的操作。…

Read more
Как установить WordPress с использованием LAMP в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить WordPress с использованием LAMP в Ubuntu 16.04

WordPress является самой популярной системой управления контентом (CMS, content management system) в Интернете. WordPress позволяет вам легко создавать гибкие в настройке блоги и веб-сайты на базе MySQL и PHP. WordPress используется повсеместно и является отличным выбором для тех,…

Read more
CHAT