Ubuntu 18.04

Установка веб-фреймворка Django в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка веб-фреймворка Django в Ubuntu 18.04

Django — это полноценный веб-фреймворк, написанный на Python и предназначенный для разработки динамических веб-сайтов и приложений. Используя Django, вы сможете быстро создать веб-приложения на Python и выполнить большую часть сложной работы с…

Read more
How To Install WordPress with LAMP on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with LAMP on Ubuntu 18.04

WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. In this guide, we’ll focus on getting a WordPress instance set up on a LAMP stack (Linux, Apache, MySQL, and PHP) on an Ubuntu 18.04 server.

Read more
How To Monitor BGP Announcements and Routes Using BGPalerter on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Monitor BGP Announcements and Routes Using BGPalerter on Ubuntu 18.04

BGPalerter is an open-source BGP network monitoring tool that can provide real-time alerts on BGP activity, including route visibility and new route announcements, as well as potentially nefarious activity such as route hijacks or route leaks. In this tutorial, you will learn how to install and configure BGPalerter to monitor your important networks for potentially suspicious activity.

Read more
How To Set Up a Node.js Application for Production on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Node.js Application for Production on Ubuntu 18.04

Node.js is an open-source JavaScript runtime environment for building server-side and networking applications. Node.js applications can be run at the command line but this guide focuses on running them as a service using PM2, so that they will automatically restart on reboot or failure, and can safely be used in a production environment.

Read more
CHAT