X Media (@thetechnxmedia) 's Twitter Profile
X Media

@thetechnxmedia

Verified News 🌍| Daily Updates | Focused : G7 , BRICS , Middleeast | Anti War | Pro Peace | Probably Centrist.

ID: 1860665262275809280

calendar_today24-11-2024 12:42:38

5,5K Tweet

1,1K Followers

758 Following

X Media (@thetechnxmedia) 's Twitter Profile Photo

📌🚨Master Linux File Permissions with 10 examples ⤵️ ✅SAVE FOR LATER and comment down if it helped you , I will make more such tips. Each permission has three digits: 1.First digit = Owner (user) 2.Second digit = Group 3.Third digit = Others (everyone else) ♻️Check

📌🚨Master Linux File Permissions with 10 examples ⤵️

âś…SAVE FOR LATER  and comment down if it helped you , I will make more such tips.

Each permission has three digits:

1.First digit = Owner (user)
2.Second digit = Group
3.Third digit = Others (everyone else)

♻️Check
X Media (@thetechnxmedia) 's Twitter Profile Photo

🤖Simple shell script for creating new users on linux system. 👉It will prompt you to enter username and password 👉You can check created user under - cat /etc/passwd

🤖Simple shell script for creating new users on linux system.

👉It will prompt you to enter username and password

👉You can check created user under - 
cat /etc/passwd
X Media (@thetechnxmedia) 's Twitter Profile Photo

Infrastructure as Code isn’t about Terraform files. It’s about traceability. If your infra can’t be rebuilt from scratch by a new hire , you’re doing IaC wrong.

Infrastructure as Code isn’t about Terraform files.

It’s about traceability.

If your infra can’t be rebuilt from scratch by a new hire , you’re doing IaC wrong.
X Media (@thetechnxmedia) 's Twitter Profile Photo

Backups Are Useless “Backups mean nothing if you’ve never tested a restore. A broken restore script is just a false sense of security.”

X Media (@thetechnxmedia) 's Twitter Profile Photo

Docker Container Using Too Much Memory? 👉Limit resources in docker run. cmd : docker run -m 512m --cpus="1.0" nginx ✅This prevents runaway containers from crashing your host.

Docker Container Using Too Much Memory?

👉Limit resources in docker run.

cmd : docker run -m 512m --cpus="1.0" nginx 

âś…This prevents runaway containers from crashing your host.