Diagnosticar problemas en la red
Chequear las conexiones fisicas Ver si el cable esta bien conectado, esta correctamente ponchado, cambiar de posicion en el switch.
Chequear las conexiones fisicas Ver si el cable esta bien conectado, esta correctamente ponchado, cambiar de posicion en el switch.
Install y activar REMI y EPEL RPM Repositorios
1 2 |
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm && rpm -Uvh epel-release-latest-6.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm && rpm -Uvh remi-release-6*.rpm |
Now to enable the REMI repository globally:
1 |
nano /etc/yum.repos.d/remi.repo |
Para Instalar
1 2 3 4 5 6 7 8 |
yum install geoip-devel yum install ncurses-devel wget http://tar.goaccess.io/goaccess-1.1.1.tar.gz tar -xzvf goaccess-1.1.1.tar.gz cd goaccess-1.1.1 ./configure --enable-geoip --enable-utf8 make make install |
Configurar nano /usr/local/etc/goaccess.conf
1 2 3 |
time-format %H:%M:%S date-format %d/%b/%Y log-format %h %^[%d:%t %^] "%r" %s %b |
Para ejecutar
1 |
goaccess -f /var/log/httpd/access_log -a -o /var/www/html/reporte.html |
Para que haga informe de todos los log
1 |
cat /var/log/httpd/access_log* | goaccess -a -o /var/www/html/reporte.html |
Bajar los drivers
1 |
wget http://elrepo.org/linux/elrepo/el7/x86_64/RPMS/kmod-via-rhine-1.5.1-1.el7.elrepo.x86_64.rpm |
Instalar los drivers
1 |
rpm -i kmod-via-rhine-1.5.1-2.el7.elrepo.x86_64.rpm |
Habilitar los drivers
1 |
modprobe via-rhine |
Clonezilla – One Partition and disk cloning program to rule them all Clonezilla is a partition and disk imaging/cloning program similar to True Image and Norton Ghost. I frequently use Clonezilla software to do system deployment, bare metal backup and recovery. Clonezilla live is good
Se explica como crear un RAID 1 por software para CentOS 5 / RHEL 5 / Redhat enterprise Linux server 5
Google En la plataforma de Google Cloud Plataform, habilitar la facturacion al proyecto. (*)
Set up a sensor-free presence detector to let you know when someone’s close enough to connect to the WiFi Origen: Wifi detector – know who’s at home – The MagPi MagazineThe MagPi Magazine
Instalar el sistema base de cmusphinx
Instalar los paquetes necesarios
1 |
yum install postgresql-libs unixODBC |
Instalar el sphinx mas nuevo de la pagina: sphinx
1 2 |
wget http://sphinxsearch.com/files/sphinx-2.2.11-1.rhel7.x86_64.rpm rpm -Uhv sphinx-2.2.11-1.rhel7.x86_64.rpm |
Iniciar el servicio
1 |
systemctl start searchd |