Linux π§ | Cloud βοΈ | DevOps π» | Security πͺ
Exploring and sharing tech insights through my writings βοΈ Come along on this journey! π
8 subscribers
Dec 6 β’ 13 tweets β’ 2 min read
π§ Linux Networking Commands: 10 Daily-Used Examples (Thread) 𧡠1/ ifconfig (Deprecated: Use ip):
Check & configure network interfaces.
ifconfig eth0 up # Enable interface
ifconfig eth0 down # Disable interface
Use ip instead:
ip addr show eth0
ip link set eth0 up
#LinuxNetworking #SysAdmin
Nov 21 β’ 9 tweets β’ 2 min read
Platform Engineer vs. SRE vs. DevOps Engineer!
A Thread π§΅
1/ Whatβs the difference? π€
All these roles focus on improving software delivery and reliability but have different goals. Hereβs a quick breakdown:
Sep 12 β’ 13 tweets β’ 3 min read
AWS service limitations to keep in mind!
A List of critical #AWS services and their limitations π 1. EC2 β Instance limits by region, instance type restrictions. 2. RDS β Max database storage limits, instance size restrictions. 3. S3 β Max object size is 5TB, bucket policies can limit access. 4. EBS β Volume size max of 64TB, 20,000 IOPS for io1/io2 volumes.
Sep 9 β’ 18 tweets β’ 2 min read
Mastering Ansible command line!
A Thread of 10 key #Ansible commands and concepts all #DevOps and #Linux Administrators should focus on ππ
1οΈβ£ Check Ansible Version
Command:
ansible --version
Explanation:
Verify your Ansible installation and check version details.
Sep 5 β’ 18 tweets β’ 3 min read
𧡠Mastering Docker Troubleshooting: 15 Key Tips for Developers and DevOps Engineers!
A Thread ππ 1/ π³ Check Container Status
Use docker ps -a to view all containers and their statuses. A container may have exited unexpectedly.
Look at STATUS and RESTART policies to identify potential issues.
Sep 3 β’ 18 tweets β’ 2 min read
𧡠Mastering Dockerfile: A Breakdown of 15 most important Parameters!
A thread ππ
1οΈβ£ FROM:
The first instruction in any Dockerfile. It defines the base image for subsequent instructions.
FROM ubuntu:20.04 - Starts with an Ubuntu 20.04 image.
15 Must-Know Concepts with Examples! π
1οΈβ£ Kubernetes Overview:
K8s is like the conductor of an orchestra, managing containerized apps across multiple machines. π»
Example: You have a web app, API, and database, all in different containersβK8s ensures they play in harmony. πΆ
Aug 23 β’ 18 tweets β’ 2 min read
𧡠Docker Master Guide!
15 Must-Know Concepts with Examples!
1οΈβ£ Containers vs. VMs
Containers are lightweight & share the host OS, while VMs are heavier, with separate OS instances.
Example:
Container: 10 MB
VM: 1 GB
Save resources with Docker containers!
Jul 31 β’ 15 tweets β’ 2 min read
Typical Tasks for #DevOps or #Cloud Infrastructure Admins Using #Terraform!
A thread π
A DevOps or cloud infra admin typically uses Terraform to manage & automate the provisioning of infrastructure. Their responsibilities with Terraform often include tasks that are more operational & infrastructure-focused, distinct from the development or QA tasks.
Jul 29 β’ 18 tweets β’ 3 min read
15 Advanced Linux Commands Explained Simply! π
A Thread 𧡠π
1οΈβ£ grep
Searches for text within files.
Example: grep "hello" file.txt
π Finds the word "hello" in "file.txt" and shows the line where it appears.
Jul 18 β’ 22 tweets β’ 4 min read
Advanced Ansible Guide π οΈ
#Ansible #DevOps
π Using Ansible Vault:
Encrypt sensitive data for enhanced security. Ansible Vault helps protect your secrets like passwords and API keys. π‘οΈ #Ansible #DevSecOps
#docker #containers #security
1/11 π Use Official Images
Always use official, trusted container images from reputable sources to minimize vulnerabilities. Check image signatures to ensure authenticity. #ContainerSecurity #DevSecOps
Jul 14 β’ 22 tweets β’ 3 min read
Ansible Guide!
Easy Understanding Concepts of Ansible for beginner!
1/20 π§΅β¨ Let's dive into Ansible, your friendly automation tool! Whether you're a beginner or just need a refresher, this thread is for you! π #Ansible #DevOps
Jul 13 β’ 22 tweets β’ 3 min read
Terraform Guide!
Easy Understanding Concepts of Terraform for beginners π
1οΈβ£ ππ Welcome to the ultimate Terraform guide for beginners! Let's dive into the world of Infrastructure as Code (IaC) and make your cloud deployments a breeze. #Terraform #DevOps
Jul 11 β’ 22 tweets β’ 3 min read
Linux Guide!
A thread explaining Basic to Advanced Linux concept!
𧡠1/20: π Welcome to Basic to Advanced Linux Concepts! Let's dive deeper into the powerful features and capabilities of Linux. #Linux #AdvancedLinux
Jul 10 β’ 21 tweets β’ 3 min read
Docker Guide!
Easy Understanding Concepts of Docker π³
#docker #Containers 1/ π³ What is Docker?
Docker is a platform that allows you to package applications into containersβstandardized units that include everything needed to run the app: code, runtime, libraries, and dependencies.
Jul 9 β’ 42 tweets β’ 5 min read
Kubernetes Guide!
Easy Understanding Concepts of Kubernetes πΈοΈ 1. Kubernetes Basics:
β Pods: Smallest deployable units in Kubernetes that can hold one or multiple containers.
β Nodes: Worker machines in Kubernetes.
β Clusters: A set of worker machines, called nodes, that run containerized applications.
May 24 β’ 18 tweets β’ 2 min read
Troubleshooting Jenkins - 15 Common Issues and Solutions! π
#Jenkins #DevOps 1/ Issue: Jenkins Out of Memory Errors
Solution: Increase Java heap size in Jenkins. Go to /etc/default/jenkins and set JAVA_ARGS="-Xmx2g" (adjust the size as needed).
Apr 29 β’ 9 tweets β’ 2 min read
π AIOps vs. DevOps
Can AIOps Replace the Whole DevOps? π
A threadπ§΅π 1/ π‘ Culture Matters:
DevOps isn't just about tools; it's about teamwork and making things better together. AIOps helps with some tasks, but it can't fix team dynamics.
Example: In DevOps, developers and IT folks work closely to solve problems faster.
Apr 27 β’ 11 tweets β’ 4 min read
Is Linuxπ§a must have skill for high-paying #DevOps jobs!
Here is the answer π π§΅
Absolutely! Linux is a cornerstone skill for high-paying #DevOps jobs. Here's why π