19 Advance Linux Commands You Should Know! DevOps Descent on October 31, 2024 1. htop Usage: Interactive process viewer that’s much more advanced than top. Command: htop Description: Shows processes, memory, a... Read full post Collapse Expand Sérgio Araújo Sérgio Araújo Sérgio Araújo Follow I am a Free Software enthusiast and a (neo)?vim addicted, I also like shell script, sed, awk, and as you can see I love Regular Expressions. Location Brazil Education Graduate Joined Sep 23, 2017 • Nov 2 '24 • Edited on Nov 2 • Edited Dropdown menu Copy link Hide Have you tryied jq '.' file.json Enter fullscreen mode Exit fullscreen mode Because most of the time cat is not needed. even simple commands hide some tricks mkdir -p lua/{core,plugins} Enter fullscreen mode Exit fullscreen mode But I would add gnu parallel on this list: seq 4500 | parallel -j20 wget -c https://speechling.com/static/audio/male/english/english_{}.mp3 Enter fullscreen mode Exit fullscreen mode Collapse Expand DevOps Descent DevOps Descent DevOps Descent Follow 🚀 DevOps and Cloud Enthusiast | Cloud and DevOps Engineer Location India Pronouns She/Her Work DevOps Engineer Joined Oct 6, 2024 • Nov 2 '24 Dropdown menu Copy link Hide Thanks! I will update jq usage in my post. parallel is a nice addition, I will cover this in my next blog post. Stay tuned. Collapse Expand Oscar Oscar Oscar Follow 18 y/o, full-stack web dev specializing in backend development, content creator, low level programmer (aka Rust and C enjoyer). nvim & arch user Email oscar.gaske.cs@gmail.com Location United States, Virginia Education University of Mary Washington (current student) Joined May 9, 2023 • Nov 2 '24 Dropdown menu Copy link Hide If anyone's curious, btop is a much cleaner version of atop. Collapse Expand DevOps Descent DevOps Descent DevOps Descent Follow 🚀 DevOps and Cloud Enthusiast | Cloud and DevOps Engineer Location India Pronouns She/Her Work DevOps Engineer Joined Oct 6, 2024 • Nov 2 '24 Dropdown menu Copy link Hide Glad someone shared, thanks 🤗 Collapse Expand Boopathi Boopathi Boopathi Follow Programmer with curious to learn different technologies and develop cool product from that Location India Work Full stack dev Joined Jul 13, 2020 • Oct 31 '24 Dropdown menu Copy link Hide This is a great list! I'm bookmarking this for future reference. It's especially helpful to have the basic usage example included with each command. Collapse Expand DevOps Descent DevOps Descent DevOps Descent Follow 🚀 DevOps and Cloud Enthusiast | Cloud and DevOps Engineer Location India Pronouns She/Her Work DevOps Engineer Joined Oct 6, 2024 • Nov 1 '24 Dropdown menu Copy link Hide Noted ✍️for the next post, thanks 🤗 Collapse Expand Comment deleted Collapse Expand DevOps Descent DevOps Descent DevOps Descent Follow 🚀 DevOps and Cloud Enthusiast | Cloud and DevOps Engineer Location India Pronouns She/Her Work DevOps Engineer Joined Oct 6, 2024 • Nov 4 '24 Dropdown menu Copy link Hide Thanks for this, the name caught me😆😆 Collapse Expand Atle Magnussen Atle Magnussen Atle Magnussen Follow web os Joined Mar 24, 2020 • Nov 5 '24 Dropdown menu Copy link Hide iptables is kind of deprecated now. It has been replaced by nftables. Iptables lives on as a compatibility layer with a translation from nftables rules. Collapse Expand DevOps Descent DevOps Descent DevOps Descent Follow 🚀 DevOps and Cloud Enthusiast | Cloud and DevOps Engineer Location India Pronouns She/Her Work DevOps Engineer Joined Oct 6, 2024 • Nov 5 '24 Dropdown menu Copy link Hide Nice catch, thanks for the information 😉 Collapse Expand Niranjan Pandit Niranjan Pandit Niranjan Pandit Follow Joined Nov 4, 2024 • Nov 5 '24 Dropdown menu Copy link Hide netstat Get info on open ports and the processes Collapse Expand DevOps Descent DevOps Descent DevOps Descent Follow 🚀 DevOps and Cloud Enthusiast | Cloud and DevOps Engineer Location India Pronouns She/Her Work DevOps Engineer Joined Oct 6, 2024 • Nov 5 '24 Dropdown menu Copy link Hide Thanks for mentioning 🤗 I'll add this to the next blog Code of Conduct • Report abuse For further actions, you may consider blocking this person and/or reporting abuse
Have you tryied
Because most of the time cat is not needed.
even simple commands hide some tricks
But I would add gnu parallel on this list:
Thanks!
I will update
jq
usage in my post.parallel
is a nice addition, I will cover this in my next blog post.Stay tuned.
If anyone's curious,
btop
is a much cleaner version of atop.Glad someone shared, thanks 🤗
This is a great list! I'm bookmarking this for future reference. It's especially helpful to have the basic usage example included with each command.
Noted ✍️for the next post, thanks 🤗
Thanks for this, the name caught me😆😆
iptables is kind of deprecated now. It has been replaced by nftables. Iptables lives on as a compatibility layer with a translation from nftables rules.
Nice catch, thanks for the information 😉
netstat
Get info on open ports and the processes
Thanks for mentioning 🤗
I'll add this to the next blog