کانال انجمن کلاد و دوآپس تبریز
Ir al canal en Telegram
کانال انجمن کلاد، دوآپس و مهندسی اتکاپذیری سیستم تبریز، نشر اطلاعیه رویداد ها و همایش های حوزه کلاد و دوآپس تبریز لینک گروه — https://t.me/devops_tabriz_group — admin @arsalanses
Mostrar más284
Suscriptores
Sin datos24 horas
+27 días
Sin datos30 días
Archivo de publicaciones
Blocking Specific Kernel Updates
To lock a package from being installed, updated or removed, we can use the apt-mark command.
sudo apt-mark hold linux-image-$(uname -r)
sudo apt-mark hold linux-headers-$(uname -r)sudo -l
-l, --list If no command is specified, list the allowed (and forbidden) commands for the invoking user (or the user specified by the -U option) on the current host. A longer list format is used if this option is specified multiple times and the security policy supports a verbose output for‐mat. If a command is specified and is permitted by the security policy, the fully-qualified path to the command is displayed along with any command line arguments. If a command is specified but not allowed by the policy, sudo will exit with a status value of 1.
How to Show Users in MySQL
CREATE USER 'sammy'@'%' IDENTIFIED BY 'password' WITH MAX_USER_CONNECTIONS 3;
GRANT PROCESS, SELECT on *.* TO 'sammy'@'%';
# GRANT ALL PRIVILEGES ON *.* TO 'sammy' WITH GRANT OPTION;
FLUSH PRIVILEGES;
SELECT user FROM mysql.user;
SHOW GRANTS FOR 'sammy'@'%';
REVOKE SELECT ON *.* FROM 'sammy'@'%';
DROP USER 'sammy'@'%';https://sre.google/sre-book/managing-incidents/
شنیدم سازمان آتش نشانی قبل حادثه پلاسکو واحدی به اسم سخنگو نداشته و بعد از این حادثه تصمیم گرفتن سازمان باید سخنگو داشته باشه!
اگه هر کسی با اشراف به اطلاعات محدودی که داره بخواد حادثه رو شرح بده داستان های متفاوتی نقل میشه و خودش میشه یه حادثه جدید
اما اگه شخصی رو معرفی کنیم که مرجع باشه اولا همه میتونن ارجاع بدن به اون دوما اون شخص میتونه تصمیم بگیره چه ابعادی از حادثه رو که نیاز هست شرح بده که باعث ایجاد خطر های جدید نشه
DevOps as Service
کارفرمای محترم،
با سلام،
شرکت G2TECH خدمات DevOps as a Service را به شما ارائه میدهد. لطفاً برای بهبود و تسریع فرآیندهای شما، فرم پیوست را تکمیل کنید. اطلاعات شما محرمانه بوده و تنها برای بهبود خدمات استفاده میشود. پس از بررسی، کارشناسان ما با شما تماس خواهند گرفت.
با تشکر
https://docs.google.com/forms/d/e/1FAIpQLSdKgjtYE8_VGi92J1u69N3wXMlr_M5NL_MZ8ifjv0W7P_RpEA/viewform?fbclid=PAZXh0bgNhZW0CMTEAAaY7cC_Famn7ryvrZoCY3soxFx_6y4hP-luKqtqSAJw4V9GEpK545bHOvFs_aem_AUze7OuzVY2hfzfaSE7iFB06iLef2FYehukijqFxG_rgG4uYL6kJSw6cqr3vYwUyW28SLgAGUhX5tQDzawWX0inV&pli=1
حتماً در قسمت توضیحات بیشتر درج کنید معرف کانال تلگرام کلاد و دوآپس
How to block traffic from a specific IP address with Docker
iptables -L --line-numbers
iptables -D FORWARD 1
iptables -I DOCKER-USER -s 1.2.3.4 -j DROP
iptables -A INPUT -s <IP_Address> -p tcp --dport ssh -j DROPss Command Examples to Monitor Network Connections
ss -s ss -at '( dport = :22 or sport = :22 )'
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
