Entradas

Mostrando entradas de octubre, 2019

monitorizar cpu linux

Imagen
Los procesadores de ordenador deben trabajar en un rango de temperatura de entre 30º y 70º, más o menos. De todas formas, los procesadores actuales, cuando se sobrecalientan, se apagan automáticamente evitando así quemarse y que se vean afectados también otros componentes del equipo. Los motivos para el sobrecalentamiento son varios pero el más común es la suciedad en los ventiladores y el disipador que no permiten la entrada de aire fresco al equipo y la salida del aire caliente generado en él. No está de más saber a qué temperatura está trabajando nuestro procesador. Si vemos que sobrepasa habitualmente los 70º es conveniente hacer una limpieza de ventiladores / disipador para ayudar a su refrigeración. Si el problema continúa habrá que revisar el procesador y, en su caso, cambiarlo. Vemos ahora como monitorizar la temperatura del procesador en Linux Mint. Pasos: 1.-  Abrimos el  Terminal  e instalamos el paquete  lm-sensors  escribiendo (en Linux Mint 18.x ya está instalado y pasamo

abrir puerto en cisco ios router

si estoy nateando access-list 100 permit tcp any eq 3389 ip nat inside source static tcp xx.x.x.x 3389 interface gigabitEthernet x/x

Consultar temperatura CPU

sudo apt-get install lm-sensors $ sensors

CHMOD +x , 755 , explicacion

Explanation: Firstly you should know that: +  means add this permission to the other permissions that the file already has. =  means ignore all permissions, set them exactly as I provide. So all of the "read, write, execute, sticky bit, suid and guid" will be ignored and only the ones provided will be set. read = 4, write = 2, execute = 1 Here is the binary logic behind it (if you're interested): Symbolic: r-- -w- --x | 421 Binary: 100 010 001 | ------- Decimal: 4 2 1 | 000 = 0 | 001 = 1 Symbolic: rwx r-x r-x | 010 = 2 Binary: 111 101 101 | 011 = 3 Decimal: 7 5 5 | 100 = 4 / / / | 101 = 5 Owner ---/ / / | 110 = 6 Group ------/ / | 111 = 7 Others ---------/ | Binary to Octal chart Using  +x  you are telling to add ( + ) the executable bit ( x ) to the owner, group and others. it's equal to  ugo+x  or  u+x,g+x,o+x When you don't specify

Capturar paquetes en gns3 sin ser root en wireshark

sudo dpkg-reconfigure wireshark-common #Select "Yes"  chmod +x /usr/bin/dumpcap newgrp wireshark