Archivi categoria: Unix/Linux

RHEL7: Avviare, riavviare e spegnere normalmente un sistema.

Nota: questo è un obiettivo d’esame RHCSA 7. Prerequisiti Attivare un server fisico o una macchina virtuale (in questo caso, digitare: # virsh start vm). Connettiti alla console. Gestione di base Per riavviare il sistema, scegli un comando tra questi: # reboot # systemctl reboot # shutdown -r now # init 6 # telinit 6… Read More: RHEL7: Avviare, riavviare e spegnere normalmente un sistema. »

Installare Spacewalk su CentOS 6 (7)

Spacewalk è un prodotto open source per la gestione centralizzata di sistemi Linux, grazie a una comoda interfaccia web. La caratteristica principale di Spacewalk è la gestione centralizzata degli aggiornamenti di tutte le distrubzioni derivate da RedHat, come ad esempio CentOS, Fedora, Scientific Linux ecc. Ma questa è una delle tante funzionalità del prodotto, dove troveremo… Read More: Installare Spacewalk su CentOS 6 (7) »

File Permissions Labs

Table of Contents File Permissions Labs 1. Manage File Security from the Command Line 2. Control New File Permissions and Ownership Manage File Security from the Command Line In this lab, you create a collaborative directory for pre-existing users. On the server system become the root user. [student@server1 ~]$ su – Password:r3dh@t1! Create a shared… Read More: File Permissions Labs »

Enable the EPEL repository on CentOS/RedHat 7

The EPEL repository, maintained by the team of fedoraproject, give us the ability to install additional packages such as htop, nagios, etc. multitail with the yum command. By default in RedHat or CentOS, are not allowed because it is not considered stable or reliable. After seeing how to enable on the 5 and 6 versions of… Read More: Enable the EPEL repository on CentOS/RedHat 7 »