Ubuntu 18.04

Installation von Git auf Ubuntu 18.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

Installation von Git auf Ubuntu 18.04 [Quickstart]

Versionskontrollsysteme unterstützen Sie bei der Freigabe von und Zusammenarbeit an Softwareentwicklungsprojekten. Git ist eines der beliebtesten Versionskontrollsysteme, die derzeit erhältlich sind. Diese Anleitung erläutert die Installation und Konfiguration von Git auf…

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

How To Install Jenkins on Ubuntu 18.04

Jenkins is an open-source automation server that automates the repetitive technical tasks involved in the continuous integration and delivery of software. In this tutorial, you will install Jenkins by adding its Debian package repository, and using that repository to install the package with `apt`.

Read more
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
CHAT