RHEV 3.3 e Red Hat Cloud Infrastructure 4.0
Red Hat ha rilasciato la versione 3.3 della sua piattaforma di virtualizzazione Red Hat Enterprise Virtualization (RHEV), con la nuova versione Red Hat garantisce la portabilità tra ambienti cloud eterogenei, migliorando definitivamente la gestione delle infrastrutture come la rete e lo storage. La nuova versione 3.3 tra le tante funzioni avanzate offre Image-Service- (Glance) e Full Article…
Installare RPMFORGE REPO e LSHW su RHEL e CentOS
#!/bin/sh # CentOS/RHEL 6 install script for RPMForge repo and lshw export ARCH=`uname -i` cd /~ wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.$ARCH.rpm rpm -Uhv rpmforge-release-0.5.3-1.el6.rf.$ARCH.rpm rm rpmforge-release-0.5.3-1.el6.rf.$ARCH.rpm yum install lshw -y
Installare Google Drive e Google Docs FS su Fedora/RHEL
Google ha rilasciato il suo Google Drive, alternativa a DropBox e altri sistemi di Cloud Storage. Quello che ancora oggi manca é un client ufficiale per i diversi sistemi operativi. Non esiste ancora un Software Client, paragonabile a DropBox, con le funzionalità note di tutti i sistemi file Storage. Quello che possiamo fare oggi é Full Article…
Eliminare i pacchetti i386 da un sistema CentOS 5.x / RHEL 5.x x86_64
Una soluzione molto semplice per eliminare i pacchetti “doppi” che contengono sia la versione a 32bit sia quella a 64bit. # yum remove \*.i\?86
Modificare RHEL 6 in CentOS6
Quando si prova una versione RHEL, dopo il periodo di prova non é possibile aggiornarla. È possibile tramutare una RHEL 6 in CentOS con alcuni semplice comandi: mkdir /tmp/centos cd /tmp/centos yum clean all wget ftp://mirror.fraunhofer.de/centos.org/6.0/os/x86_64/Packages/centos-release-6-0.el6.centos.5.x86_64.rpm wget ftp://mirror.fraunhofer.de/centos.org/6.0/os/x86_64/Packages/yum-3.2.27-14.el6.centos.noarch.rpm wget http://mirror.centos.org/centos/6/os/x86_64/RPM-GPG-KEY-CentOS-6 wget ftp://mirror.fraunhofer.de/centos.org/6.0/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.26-11.el6.noarch.rpm rpm –import RPM-GPG-KEY-CentOS-6 rpm -e –nodeps redhat-release-server-6Server rpm -e yum-rhn-plugin rhn-check rhnsd rhn-setup Full Article…
La guida NSA per la configurazione sicura di Red Hat Enterprise Linux
Scarica e leggi il PDF in inglese della NSA per configurazione di RHEL scarica qui
Gestione di Red Hat Enterprise Linux con YUM
Un semplice articolo che spiega come gestire RHEL con YUM qui il link YUM
Red Hat comandi fondamentali
[adduser student] to create a user named ‘student’ [passwd student] to change the password for user named ‘student’ [man command] to Show command details in brief [what command] what is the command actually [where command] location of the command [which command] to Show exactly from where the command runs [date] to show date [cd directory] Full Article…