System Tools

Cara Menggunakan Systemctl untuk Mengelola Layanan dan Unit Systemd — step-by-step DevOps tutorial on Progressive Robot

Cara Menggunakan Systemctl untuk Mengelola Layanan dan Unit Systemd

Systemd adalah sistem init dan pengelola sistem yang telah menjadi standar baru untuk berbagai distribusi Linux. Dalam panduan ini, kita akan membahas perintah systemctl, yang merupakan alat manajemen pusat untuk mengontrol sistem init. Kita akan membahas cara mengelola layanan, memeriksa keadaan, mengubah keadaan sistem, dan menangani berkas konfigurasi.

Read more
Настройка ключей SSH в Debian 9 — step-by-step Linux tutorial on Progressive Robot

Настройка ключей SSH в Debian 9

SSH или защищенная оболочка — это шифрованный протокол, используемый для администриования и связи с серверами. При работе с сервером Debian вы проведете больше всего времени в сеансах терминала с подключением к серверу через SSH. В этом обучающем модуле мы расскажем о настройке…

Read more
How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04

In this guide, we will discuss how to install and configure the OpenLDAP server on Ubuntu 16.04. We will then install phpLDAPadmin, a web interface for viewing and manipulating LDAP information. We will secure the web interface and the LDAP service with SSL certificates from Let’s Encrypt, a provider of free and automated certificates.

Read more
Ubuntu 20.04でSSHの鍵をセットアップする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04でSSHの鍵をセットアップする方法

本ガイドでは、Ubuntu 20.04インストール用のSSHの鍵をセットアップすることに焦点を合わせます。SSHの鍵は、サーバーに簡単かつ安全にログインすることができるため、すべてのユーザーに推奨されています。

Read more
How To Install and Use Ack, a Grep Replacement for Developers, on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Ack, a Grep Replacement for Developers, on Ubuntu 14.04

Searching for files and searching through files are two activities that you probably do often when developing an application. Ack is a search tool that is optimized for working on source files. It can intelligently handle searches very fast and is a suitable replacement for grep in most situations. In this guide, we’ll show you how to install and use ack on an Ubuntu 14.04 server.

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
CHAT