(4/4): Master/Expert👴
- How Python is built🧬
- Where are you using your skills?👨🏫
- Apply skills to a profession🏦
Pro Tip💡:
Make sure you master each step before moving forward.
That's it for today's thread! Thank you for reading🥳. If there's anything I have missed, feel free to add.
If you're interested in future posts about
Python🐍
Linux🐧
Security🔒
Follow me! I'll be posting content you wouldn't want to miss
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Replace your Dated 🐧Linux Command Line Utilities with These Modern Alternatives.
Thread🧵↓
1. exa
A modern replacement for ls with coloring written in Rust. github.com/ogham/exa
2. btop++
Modern replacement for top written in C+. Btop++ is a resource monitor that shows usage and stats for processor, memory, disks, network, and processes github.com/aristocratos/b…
The Linux🐧 commands you should NEVER use.
⚠️Disclaimer: Don't RUN these commands.
A thread🧵👇
1. Recursive Deletion🔁🗑️
This is one of the most dangerous commands. Once this command is run, it deletes all the content of the root directory forcefully and recursively. Thus, all your directories and sub-directories will be deleted and the data will be lost.
2. Fork Bomb🍴💣
My personal best😄, this is a simple bash recursive function which once executed creates copies of itself which in turn creates another set of copies of itself. This consumes the CPU time and memory. Thus, it runs recursively until the system freezes.
47. gzip
The gzip command is used to reduce the file size. It is a compressing tool. It replaces the original file by the compressed file having '.gz' extension.
By default the gzip will delete the original files after compressing them. If you don't want the files to get deleted you use the -d option.
Hey everyone👋! I am finally BACK with another Linux🐧 thread!
In today's thread🧵, I will be going over basics commands every Linux user should know !
A Mega🧵 thread
Have grouped these commands so you can easily Identify their usage.
- Linux Manual/Help Commands
- Linux File Commands
- Linux Directory Commands
- Linux File Content Commands
- Linux User Commands
- Linux Filter Commands
- Linux Utility Commands
- Linux Networking Commands
Pro tip💡: There is no need to memorize all the commands options/arguments, just make use of the help menu or manual pages to find the usage of a specific command/option you want.