daf@daftitanium:~$ lsusb Bus 003 Device 101: ID 534d:2109 MacroSilicon USB Video cat /var/log/syslog Oct 2 11:31:13 daftitanium kernel: [738079.626765] usb 3-3: new high-speed USB device […]
Category: Linux
How To Install PostgreSQL With Docker Quickly
Many developers still install a database on their computer and work on it. It may be a preferable method, but using Docker takes only seconds […]
Make DNS follow configuration from Network Manager in 19.04
I’ve installed 19.04 and removed dsnmasq, disabled systemd-resolve using sudo systemctl disable systemd-resolved.service sudo systemctl stop systemd-resolved and want to use Network Manager to set […]
How To Protect Grub2 Bootloader With Password In Rhel/Centos 7
What is GRUB? GRUB stands for Grand Unified Bootloader is the default bootloader for all linux and Unix like Operating Systems. It was first invented […]
How to install mutt from source in CentOS 7
and configure SMTP options for Gmail, Yandex or custom SMTP server… In this tutorial we will install latest mutt (on day: 31/03/2017) from source, configure […]
Compartir una carpeta en Centos
En el Master Instalo los paquetes necesarios: yum install nfs-utils rpcbind Editar archivos /etc/exports y agregar: /mbt/archivos Server_Client_IP(no_root_squash,rw,sync) RUTA QUE QUIERO COMPARTIR | IP DONDE […]
Diferencia entre apt-get update y apt-get upgrade
Cada día intentan ocultarnos más el trasfondo del sistema de paquetes, que bastante ya abstrae de la instalación de software, con programas como el Centro […]
Instalando Postfix como MTA en Centos 7
Instalar Postfix # yum remove sendmail # yum install postfix Ponemos postfix como default MTA para el systema # alternatives –set mta /usr/sbin/sendmail.postfix Configuramos […]
Buscar archivos modificados en la ultima hora en Centos
Para buscar archivos, el clasico find: $ find . -mtime -1 el . es la ruta -mtime fecha de modificacion -1 archivos modificados en el […]
SNMP en Centos 7
Bueno, despues de remarla en dulce de leche, le encontre la vuelta al monitoreo via SNMP de los Centos 7. Lo mas facil fue publicar […]