docker registry retention policy
https://github.com/andrey-pohilko/registry-cli
registry.py -l user:pass -r https://example.com:5000 --delete --num 2
registry garbage-collect -m /etc/docker/registry/config.yml
https://github.com/andrey-pohilko/registry-cli
👍1
How to Unban IP Address in Fail2Ban?
sudo fail2ban-client status sshd
sudo fail2ban-client set sshd unbanip 192.168.1.100
sudo nano -l /etc/fail2ban/jail.local
ignoreip = 127.0.0.1/8 ::1 192.168.1.100
systemctl reload fail2ban
systemctl status fail2ban
❤1
مرج شدن پچ روی کرنل یکی از خفن های حوزه کلاد که افتخار داشتم دوران دانشگاه هم دوره ای بودیم
ببینید لذت ببرید
https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=ef3ba8c258ee
ببینید لذت ببرید
https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/commit/?id=ef3ba8c258ee
❤2
Top 5 processes by CPU usage:
ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%cpu | head -6
Container Runtime Interface (CRI)
Container Network Interface (CNI)
Container Storage Interface (CSI)
Container Network Interface (CNI)
Container Storage Interface (CSI)
👍3