ubuntu

How To Set Filesystem Quotas on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Filesystem Quotas on Ubuntu 18.04

Quotas are used to limit the amount of disk space a user or group can use on a filesystem. Without such limits, a user could fill up the machine’s disk and cause problems for other users and services. In this tutorial we will install command line tools to create and inspect disk quotas on Ubuntu 18.04, then set a quota for an example user.

Read more
How To Set Up a Video Streaming Server using Nginx-RTMP on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up a Video Streaming Server using Nginx-RTMP on Ubuntu 22.04

There are many use cases for streaming video. Service providers such as Twitch have become very popular for handling the community management aspects of streaming, and free software such as OBS is widely used for combining video from multiple stream sources. While these platforms are very powerful, in some cases you may want to be able to host a stream that does not rely on other service providers. In this tutorial, you will learn how to use Nginx to host an independent RTMP video stream.

Read more
How To Set Up an NFS Mount on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an NFS Mount on Ubuntu 18.04

NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. This tutorial goes over how to install all the components needed to run NFS and also walks readers through two distinct use cases for the protocol.

Read more
Настройка сервера OpenVPN в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка сервера OpenVPN в Ubuntu 18.04

Предыдущая версия данного обучающего руководства была написана Джастином Эллингвудом Хотите организовать безопасный и защищенный доступ к интернету на смартфоне или ноутбуке при подключении к ненадежной сети,…

Read more
How To Set Up GitLab As Your Very Own Private GitHub Clone — step-by-step Linux tutorial on Progressive Robot

How To Set Up GitLab As Your Very Own Private GitHub Clone

GitLab provides a simple but powerful web based interface to your Git repositories a la GitHub. Only you can host it on your own cloud server, control access as you see fit, and repo size is limited only by how much storage space your server has. This tutorial will walk you through setting up a the cloud provider VPS as a GitLab server.

Read more
CHAT