Miscellaneous

Linuxで環境変数およびシェル変数を読み込み設定する方法 — step-by-step Linux tutorial on Progressive Robot

Linuxで環境変数およびシェル変数を読み込み設定する方法

Linuxシステムでは、環境変数とシェル変数を使用して、シェルの動作条件を決定します。これらは子プロセスに渡され、オプションを設定したり、セッションで作成されたプロセスで特定の情報を利用できるようにするために使用できます。このガイドでは、環境変数およびシェル変数を読み込み、変更、作成、破棄する方法を説明します。

Read more
How To Use the Emacs Editor in Linux — step-by-step Linux tutorial on Progressive Robot

How To Use the Emacs Editor in Linux

In this article, we will see how we can install emacs in a Linux system and use it for basic text editing. Emacs is also available for graphical window managers for Linux like GNOME; however, we will only cover the “text based” version here.

Read more
How To Interact with Data in ElasticSearch Using CRUD Operations — step-by-step Linux tutorial on Progressive Robot

How To Interact with Data in ElasticSearch Using CRUD Operations

ElasticSearch is a flexible search implementation that can be accessed and configured programmatically in order to build complex search features into your application or website. In this guide, we will discuss how to create, read, update, and delete data from ElasticSearch using simple HTTP requests.

Read more
Как установить и настроить VNC в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить и настроить VNC в Ubuntu 16.04

VNC (расшифровывается как Virtual Network Computing) – это система, позволяющая вам использовать клавиатуру и мышь для взаимодействия с графическим интерфейсом пользователя на удалённом сервере. Эта система позволяет управлять файлами, программным обеспечением и настройками на…

Read more
How to Install and Configure VNC on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure VNC on Debian 11

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. It makes managing files, software, and settings on a remote server easier for users who are not yet…

Read more
How to Install and Configure VNC on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure VNC on Ubuntu 22.04

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 guide, you’ll set up a VNC server on an Ubuntu 22.04 server and connect to it securely through an SSH tunnel.

Read more
CHAT