Categoría: Linux
-
Automate your tweets with Python code running on a Raspberry Pi | Opensource.com
Make your own Twitter bot with Python and Raspberry Pi Automate your tweets with some simple Python code running on a Raspberry Pi. Origen: Automate your tweets with Python code running on a Raspberry Pi | Opensource.com
-
How to Create a Fully Featured Mail Server using Postal
Origen: How to Create a Fully Featured Mail Server using Postal
-
Comprimir discos de maquina virtuales muy grandes
Si tenemos un archivo mas pesado y queremos comprimirlo debemos hacerlo de la siguiente manera. Ejecutamos el siguiente comando: $ time bsdtar cvfz sparse.tar.gz 1tb a 1tb real 0m0.362s user 0m0.336s sys 0m0.020s $ ls -l total 8 -rw-rw-r– 1 autouser autouser 1099511627777 Nov 7 01:43 1tb -rw-rw-r– 1 autouser autouser 257 Nov 7 01:43…
-
Instalar FFmpeg en Centos 7
Instalar Nux Dextop YUM repo En CentOS 7,: sudo rpm –import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm Para CentOS 6: sudo rpm –import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm Instalar FFmpeg y FFmpeg development packages sudo yum install ffmpeg ffmpeg-devel -y
-
How to Install Samba on Ubuntu for File Sharing on Windows
Origen: How to Install Samba on Ubuntu for File Sharing on Windows
-
IPTABLES
Que es Iptables es un firewall nativo de Linux y casi viene preinstalado con todas las distribuciones. Si por casualidad no está en su sistema, puede instalar el paquete de iptables para obtenerlo. Como su firewall, tiene políticas denominadas como «políticas de cadena» que se utilizan para determinar si se debe permitir o bloquear la…
-
How to install GlusterFS with a replicated high availability storage volume on Ubuntu Linux 16.04 LTS
This tutorial shows you how to install GlusterFS on Ubuntu Linux 16.04 LTS server and configure 2 nodes high availability storage for your web server. Origen: How to install GlusterFS with a replicated high availability storage volume on Ubuntu Linux 16.04 LTS
-
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.
-
Actualizar MySQL 5.1 a la version MySQL 5.5 en CentOS 6.7
Install y activar REMI y EPEL RPM Repositorios 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: nano /etc/yum.repos.d/remi.repo
