How To Set Up SSH Keys on CentOS 7
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 CentOS 7 installation.
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 CentOS 7 installation.
SSH, ou secure shell, est un protocole crypté utilisé pour administrer et communiquer avec des serveurs. Lorsque vous travaillez avec un serveur Ubuntu, il y a de fortes chances que vous passiez la majeure partie de votre temps dans une session terminal connectée à votre…
BackupPC is a mature backup program that can be configured to back up Linux and Windows machines. Because of its powerful and flexible configuration options, and its easy to use web-interface, this is a good solution for many users. This guide will cover how to install and configure BackupPC on an Ubuntu 12.04 droplet.
Menemukan berkas adalah tugas yang sangat umum di semua sistem operasi. Perintah “find” dan “locate” di Linux dapat digunakan untuk mencari berkas di sistem berkas. Panduan ini akan membahas cara menggunakan kedua alat ini untuk membuat kueri tertentu terkait berkas.
LVM, or Logical Volume Management, is a storage device management technology that gives users the power to pool and abstract the physical layout of component storage devices for easier and flexible administration. In this guide, we will cover how to manage your storage devices with LVM. We will show you how to display information about volumes and potential targets, how to create and destroy volumes of various types, and how to modify existing volumes through resizing or transformation.
SSH est un outil important utilisé pour administrer des serveurs Linux distants. Dans ce guide, nous aborderons l’utilisation de base de cet utilitaire et la manière de configurer votre environnement SSH.
Terraform is a tool for building and managing infrastructure in an organized way. In this tutorial, you’ll install and use Terraform to create an infrastructure on the cloud provider that consists of two Nginx servers that are load balanced by a load balancers.
<$>[warning] Внимание: Более ранняя версия этой статьи включала упоминание Ubuntu 14.04. Хотя обновление с версии 14.04 может успешно завершиться, обновления с одной версии LTS до следующей версии LTS по умолчанию отключены до момента выхода первого обновления новой версии…
SSH, o shell seguro, es un protocolo cifrado que se usa para administrar servidores y comunicarse con ellos. Al trabajar con un servidor de Ubuntu, es probable que pase la mayor parte de su tiempo en una sesión de terminal conectada a su servidor a través de SSH. En esta…
Collectd is a daemon that can be configured to collect statistics about your server and common services. In this guide, we will install and configure collectd to collect system statistics and send them to Graphite for visualization. We will set this up using an Ubuntu 14.04 server.