ubuntu

How to Install and Configure VNC on Ubuntu 20.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure VNC on Ubuntu 20.04 [Quickstart]

Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. In this quickstart tutorial, you’ll set up a VNC server on an Ubuntu 20.04 server and connect to it securely through an SSH tunnel.

Read more
How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04

To containerize an application refers to the process of adapting an application and its components in order to be able to run it in lightweight environments known as containers. Such environments are isolated and disposable, and can be leveraged for developing, testing, and deploying applications to production. In this guide, we’ll use Docker Compose to containerize a Laravel application for development on Ubuntu 20.04.

Read more
How To Install and Use Byobu for Terminal Management on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Byobu for Terminal Management on Ubuntu 16.04

Byobu is an easy-to-use wrapper around the tmux (or screen) terminal multiplexer. This means that it makes it easy for you to open multiple windows and run multiple commands within a single terminal connection. This tutorial will cover how to install and configure Byobu as well as how to use its most common features.

Read more
Ubuntu 20.04へのDocker Composeのインストールおよび使用方法 — step-by-step Docker tutorial on Progressive Robot

Ubuntu 20.04へのDocker Composeのインストールおよび使用方法

Docker Composeは、YAMLファイルの定義に基づいてマルチコンテナアプリケーション環境を実行できるツールです。サービス定義を使用して、ネットワークやデータ量を共有できる複数のコンテナで完全にカスタマイズ可能な環境を構築します。本ガイドでは、Ubuntu 20.04サーバーにDocker Composeをインストールし、このツールを使用する方法を説明します。

Read more
How To Install and Use phpPgAdmin on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use phpPgAdmin on Ubuntu 12.04

phpPgAdmin is a php-based web application that provides a GUI interface for the postgresql system. It performs a similar function to phpMyAdmin, which allows users to manipulate database information in a visual program in MySQL. Here’s how to install and use phpPgAdmin on Ubuntu 12.04.

Read more
How To Install Apache Kafka on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Kafka on Ubuntu 14.04

Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data efficiently. A Kafka cluster is not only highly scalable and fault-tolerant, but it also has a much higher throughput compared to other message brokers such as ActiveMQ and RabbitMQ. Though it is generally used as a pub/sub messaging system, a lot of organizations also use it for log aggregation because it offers persistent storage for published messages.

Read more
CHAT