How To Install Z Shell (zsh) on a Cloud Server
In this article, we will discuss how to install and configure Z shell on a VPS server. Z shell, or zsh, is a bash replacement that offers a more powerful command line and scripting interface.
In this article, we will discuss how to install and configure Z shell on a VPS server. Z shell, or zsh, is a bash replacement that offers a more powerful command line and scripting interface.
The iptables firewall is a great way to secure your Linux server. In this guide, we’ll discuss how to configure iptables rules on an Ubuntu 14.04 server.
SSH-key-based authentication provides a more secure alternative to password-based authentication. In this tutorial we’ll learn how to set up SSH key-based authentication on a Debian 10 installation.
Dalam panduan ini, kita akan berfokus pada penyiapan kunci SSH untuk instalasi Ubuntu 20.04. Kunci SSH menyediakan cara yang aman dan mudah untuk log masuk ke server Anda dan disarankan untuk semua pengguna.
Eine frühere Version dieses Tutorials wurde von Shaun Lewis geschrieben. Cron ist ein zeitbasierter Daemon für die Feinterminierung, der in Unix-ähnlichen Betriebssystemen gefunden wird, einschließlich Linux-Distributionen. Cron wird im…
ファイルの検索は、オペレーティングシステムを問わずごく一般的なタスクです。Linuxの「find」と「locate」コマンドは、どちらもファイルシステムのファイルの検索に使用します。このガイドでは、これら2つのツールを使用して、個別にファイルのクエリを作成する方法を説明します。
Make is a tool that is primarily used to assist in compiling software in an automated way. However, makefiles, the files that make relies on for configuration, are very flexible and can be used to automate just about any task. In this article, we will discuss how to use makefiles to make repetitive system administration tasks easier.
SSH adalah alat penting yang digunakan untuk mengelola server jauh Linux. Dalam panduan ini, kita akan membahas penggunaan dasar utilitas ini dan cara mengonfigurasi lingkungan SSH Anda.
Awk is a programming language and utility included in all Linux distributions that can be used to manipulate and process text files in a fine-grained manner. In this guide, we will discuss the basics of how to use awk to process text files efficiently.
Package management software allows you to easily control the software on your servers. These tools allow you to install, remove, update, and configure thousands of packages through a unified interface. In this guide, we will discuss some of the most common package management procedures that can be used with Ubuntu and Debian systems.