es
Feedback
کانال انجمن کلاد و دوآپس تبریز

کانال انجمن کلاد و دوآپس تبریز

Ir al canal en Telegram

کانال انجمن کلاد، دوآپس و مهندسی اتکاپذیری سیستم تبریز، نشر اطلاعیه رویداد ها و همایش های حوزه کلاد و دوآپس تبریز لینک گروه — https://t.me/devops_tabriz_group — admin @arsalanses

Mostrar más
284
Suscriptores
+124 horas
+27 días
Sin datos30 días
Archivo de publicaciones
Kubernetes architecture and components
Kubernetes architecture and components

Kubernetes commands cheatsheet

Linux debugging tools
Linux debugging tools

Linux disk management command
Linux disk management command

Linux Logical Volume Management (LVM) essentials
Linux Logical Volume Management (LVM) essentials

Linux tar command cheatsheet
Linux tar command cheatsheet

Linux Logical Volume Manager overview
Linux Logical Volume Manager overview

YubiKey generate ssh key
ssh-keygen -t ed25519-sk -O resident -P ''

watch -n1 "docker exec -i mysql mysql -u root -p'pass' -e 'SHOW FULL PROCESSLIST;'"

sudo apt-get install -y --only-upgrade nginx
echo "" | sudo -S service phpx.x-fpm reload

https://contabo.com/blog/linux-port-forwarding-with-iptables/
sudo iptables -t nat -A PREROUTING -p tcp --dport 11434 -j DNAT --to-destination 192.168.1.100:11434
sudo iptables -A FORWARD -p tcp -d 192.168.1.100 --dport 11434 -j ACCEPT
sudo iptables -t nat -A POSTROUTING -j MASQUERADE

Linux commands - basics
Linux commands - basics