Ubuntu 18.04

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

How To Install Git on Ubuntu 18.04

With version control systems for your software development projects, you can share and collaborate on code. In this guide, we will install and configure the popular version control system Git on an Ubuntu 18.04 server.

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

How To Install MongoDB on Ubuntu 18.04

MongoDB is an open-source document database used commonly in modern web applications. It is classified as a NoSQL database because it does not rely on a traditional table-based relational database structure. Instead, it uses JSON-like documents with dynamic schemas. In this tutorial you’ll install MongoDB on an Ubuntu 18.04 server, test it, and learn how to manage it as a systemd service.

Read more
Установка Python 3 и настройка среды программирования на сервере Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Python 3 и настройка среды программирования на сервере Ubuntu 18.04

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

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

How To Install WordPress with a Managed Database 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 managed MySQL database on an Ubuntu 18.04 server.

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

How To Install WordPress with LEMP 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. WordPress has seen incredible adoption and is a great choice for getting a website up and…

Read more
CHAT