Linux Reboot Command Explained (With Examples)
Master the Linux reboot command with comprehensive examples. Learn safe rebooting practices, explore alternatives like shutdown and systemctl, and avoid common pitfalls in system administration.
Master the Linux reboot command with comprehensive examples. Learn safe rebooting practices, explore alternatives like shutdown and systemctl, and avoid common pitfalls in system administration.
The sed stream editor is a non-interactive line editor that can perform powerful editing operations on text streams or files. Learning to use sed well will allow you to transform text with great speed and flexibility.
Learn how to download files using cURL from the command line. This guide covers syntax, authentication, HTTP/FTP downloads, headers, and resume tips.
Linux may be daunting to learn about at first, but familiarising yourself with the operating system is easy. The basics are simple, and you’ll learn skills to arm yourself with knowledge in the future.
Justin Ellingwood escribió una versión anterior de este tutorial. Una de las formas más fáciles de protegerse contra errores de falta de memoria en aplicaciones es añadir espacio de intercambio a su servidor. En…
Una de las primeras cosas que debe hacer cuando empiece a usar un servidor de Linux nuevo es agregar y eliminar a usuarios. Con esta guía, aprenderá a crear cuentas de usuarios, asignar privilegios sudo y eliminar usuarios en un servidor CentOS 8.
One of the easiest way of guarding against out-of-memory errors in applications is to add some swap space to your server. In this guide, we will cover how to add a swap file to a Debian 8 server. <$>[warning] Warning: Although swap is generally recommended for systems…
Der Autor wählte den Free and Open Source Fund, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Systemprotokolle sind ein äußerst wichtiger Bestandteil für die Verwaltung…
O SSH, ou shell seguro, é a maneira mais comum de administrar servidores Linux remotos. Embora o daemon permita a autenticação baseada em senha, expor uma conta protegida por senha na rede pode tornar seu servidor vulnerável a ataques de força. Neste guia, demonstraremos como configurar seu servidor com chaves SSH, que é o método de autenticação recomendado. É muito mais difícil para os invasores contorná-lo, tornando o seu mecanismo de login mais seguro.
La commande sudo fournit un mécanisme pour l’octroi de privilèges d’administrateur – normalement réservés aux utilisateur root – pour les utilisateurs normaux. Ce guide vous montrera comment créer un nouvel utilisateur avec un accès sudo sur Ubuntu 18.04 sans avoir à…