Chequear las conexiones fisicas
Ver si el cable esta bien conectado, esta correctamente ponchado, cambiar de posicion en el switch.
Documentos y manuales de UDP
Ver si el cable esta bien conectado, esta correctamente ponchado, cambiar de posicion en el switch.
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 |
Continuar leyendo «Actualizar MySQL 5.1 a la version MySQL 5.5 en CentOS 6.7»
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 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 for single machine backup and restore at home. Clonezilla SE is for massive deployment in data center, it can clone many (40 plus!) computers simultaneously. Clonezilla saves and restores only used blocks in the harddisk. This increases the clone efficiency. It supports the following file systems
Se explica como crear un RAID 1 por software para CentOS 5 / RHEL 5 / Redhat enterprise Linux server 5
Continuar leyendo «CentOS / Redhat: Create Software RAID 1 Array»
En la plataforma de Google Cloud Plataform, habilitar la facturacion al proyecto. (*)
Continuar leyendo «Como reconocer voz a texto en linux – Parte 2 (Utilizando Google o Microsoft)»
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 |