ss command is a tool that is used for displaying network socket related information on a Linux system.
nmap -
Nmap is short for Network Mapper. It is an open-source Linux cmd-line tool that is used to scan IPs & ports in a nw & to detect installed apps. Nmap allows nw admins to find which devices r running on their nw, discover open ports & services, and detect vulnerabilities.
ping & traceroute-
Ping cmd is used to test d ability of d src system to reach a specified destination system.
Traceroute is a nw diagnostic tool used to track in realtime d pathway taken by a pkt on an IP nw from src to dest,reporting d IPaddr of all d routers it pinged in b/n
ethtool -
Ethtool is a Network Interface Card (NIC) utility/configuration tool. Ethtool allows you to query and change your NIC settings such as the Speed, Port, auto-negotiation and many other parameters.
dig -
Dig (Domain Information Groper) is a powerful cmd-line tool for querying DNS name servers.
It allows you to query info abt various DNS records, including host addresses, mail exchanges, & name servers. A most common tool among sysadmins for troubleshooting DNS problems.
netcat -
Netcat is one of d powerful networking tool,security tool or nw monitoring tool. It acts like cat cmd over a nw.
It is generally used for:
Port Scanning /listening/redirection
open Remote connections
Read/Write data across network
Network debugging
Network daemon test
socat -
The socat command shuffles data between two locations. One way to think of socat is as the cat command which transfers data between two locations rather than from a file to standard output.
tcpdump -
Tcpdump is a command line utility that allows you to capture and analyze network traffic going through your system. It is often used to help troubleshoot network issues, as well as a security tool.
top -
The top command is used to show the active Linux processes. It provides a dynamic real-time view of the running system. Usually, this command shows the summary information of the system and the list of processes or threads which are currently managed by the Linux kernel.
wireshark -
Wireshark is a packet sniffer and analysis tool. It captures network traffic on the local network and stores that data for offline analysis.
Retweet the thread if you find it useful. You can follow me for more such content.
PC: Julia Evans / Comparitech
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh
A thread with 20+ mid-level to advanced Docker interview questions and answers π³
1/ What is a Docker Compose, and why is it useful? π’
A. Docker Compose is a tool for defining and running multi-container Docker applications. It's useful for managing complex applications with multiple services, enabling easy orchestration. #Docker #Interview
2/ What is Docker Swarm, & how does it differ from Kubernetes? π
A. Docker Swarm is Docker's native orchestration tool for managing clusters of Docker hosts. Kubernetes is a more robust orchestration system that can manage containers from different providers. #Docker #Interview
A thread with 20+ mid-level to advanced Kubernetes interview questions with concise answers π’π· π·π
1/ π Q: What is Kubernetes and why is it essential for container orchestration?
A: Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications, ensuring high availability and reliability.
2/ π οΈ Q: Name the key components of a Kubernetes cluster.
A: A Kubernetes cluster consists of the Master (API Server, Controller Manager, Scheduler, etcd) and Nodes (where containers run). #Kubernetes #Interview
π§΅ How to Start Learning Linux for DevOps Aspirants ππ§
From newbie to pro in no time!
Letβs make Linux your ultimate superpower. π¦ΈββοΈπ¦ΈββοΈ
1/ Start with the Basics π οΈβ¨
β’ Discover Linux distros: Ubuntu π£, CentOS π΅, Red Hat π΄.
β’ Set up Linux in a VM (VirtualBox/VMware π»).
β’ Get cozy with the terminal β your new BFF! π₯οΈπ
1/ Whatβs the difference? π€
All these roles focus on improving software delivery and reliability but have different goals. Hereβs a quick breakdown:
2/ Platform Engineer π·
π Goal: Make life easier for developers.
β’ Build tools & platforms (e.g. CI/CD pipelines, Kubernetes)
β’ Standardize workflows for efficiency
β’ Create self-service systems so developers can work faster
π οΈ They focus on improving developer productivity.
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.
5. IAM β Max 5,000 roles per account, policy size limits. 6. Lambda β Max execution timeout of 15 minutes, memory max 10GB. 7. DynamoDB β Partition throughput limits, item size max of 400KB. 8. CloudFormation β 200 resources limit per stack.