Ubuntu 18.04

How To Install MariaDB on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install MariaDB on Ubuntu 18.04

MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL. This tutorial will explain how to install MariaDB on an Ubuntu 18.04 server, and verify that it is running and has a safe initial configuration.

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

How To Install Prosody on Ubuntu 18.04

Prosody is an XMPP chat server that supports TLS encrypted one-to-one chat and group chat rooms. XMPP is an open messaging protocol formally known as Jabber. This means that any XMPP chat client will be able to connect to a Prosody server and start chatting. In this tutorial, you will install and configure a Prosody server that supports one-to-one and group chat sessions and the ability to upload files into the chat panel to share. All of the chat sessions will be protected by TLS.

Read more
How To Install Ruby on Rails with RVM on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Ruby on Rails with RVM on Ubuntu 18.04

This tutorial will take you through the Ruby and Rails installation process and set up via RVM. The command-line tool RVM will let you manage and work with multiple Ruby environments and allow you to switch between them. The project repository is located in a git repository.

Read more
Установка веб-фреймворка 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
CHAT