Linux
Comandos utiles
# iniciar ngrok ./ngrok http 3000 # Hacer usb booteable sudo dd bs=512K status=progress if=l...
Linux firewall security
sudo apt-get install ufw sudo ufw default deny incoming sudo ufw default allow outgoing sudo u...
Install redis
sudo apt-get install redis-server sudo systemctl enable redis-server.service #test redis-cli ...
Actualizar nombre linux
sudo nano /etc/hostname sudo nano /etc/hosts
Escritorio remoto - VNC
ssh -XC user@IP-ADDRESS sudo apt install xauth sudo systemctl restart sshd sudo apt inst...
Install Wekan on linux
https://github.com/wekan/wekan-snap/wiki/Install
Debian sources.list
deb http://deb.debian.org/debian buster main deb-src http://deb.debian.org/debian buster main...
Linux Benchmark
wget -qO- bench.sh | bash
Instalar OpenVPN en servidor
https://www.cyberciti.biz/faq/howto-setup-openvpn-server-on-ubuntu-linux-14-04-or-16-04-lts/ htt...
Instalar ZSH
sudo apt-get install zsh # oh-my-zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/maste...
Digital Ocean Tutorials
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-...
Linux - Cron Tabs
# Ubuntu cron tab file location: # /var/spool/cron/crontabs/ # list crontabs crontab -l #...