To anyone who is interested in a comprehensive #course about #linux #DevOps and the #terminal aka #commandline
A recommendable course is happening right now! https://live.monospacementor.com/federation/VjTMfJjNR
To anyone who is interested in a comprehensive #course about #linux #DevOps and the #terminal aka #commandline
A recommendable course is happening right now! https://live.monospacementor.com/federation/VjTMfJjNR
Top 50 Linux Commands – Quick Guide for Security & SysAdmin Pros
Linux is the backbone of cybersecurity , servers
, and DevOps
. Mastering commands makes you faster, sharper, and more effective in troubleshooting
, monitoring
, and defending systems
.
From navigation & file ops (ls, cd, pwd, cp, mv) to permissions & ownership
(chmod, chown, umask), Linux gives you total control. For process & system monitoring
(ps, top, htop, kill, uptime), you can quickly spot what’s happening inside your machine.
Networking is at the heart of cybersecurity: commands like ifconfig/ip a
, ping
, traceroute
, netstat/ss
, and curl/wget
help you diagnose and analyze connections. For security researchers
, tools like tcpdump
, nmap
, and wireshark
provide deep packet insights.
You’ll also need package & service management (apt-get, yum, systemctl, journalctl), archiving & compression
(tar, gzip, zip/unzip), and text processing
(grep, awk, sed, sort). Combine them with scripting
(bash, cron, alias) to automate and scale your work.
Disclaimer:
For educational purposes only. Use these commands responsibly in labs or on systems you manage.
#Linux #CyberSecurity #InfoSec #SysAdmin #BlueTeam #RedTeam #CommandLine #LinuxCommands #SecurityAwareness
I only just learned you can use the mouse in the TTY! (The Linux text-only console you get to by pressing Ctrl+Alt+F1, F2, etc.)
Some applications that enable this are gpm and consolation.
consolation
worked better for me, especially when in tmux
; however, I still can't get scrolling with middle button and trackpoint to work, which is what would be the most useful for me. I don't know if it has to do with consolation
, tmux
mouse bindings, my particular ThinkPad model, etc. I can't find anything online about this, so if you've also dabbled in this, please share your experience!
A really cool thing I just learned: since version 3.4, Pandoc lets you output markup with ANSI escape codes so you can see formatted text in the terminal!
However, the default formatting (e. g. inline code as red on light grey) kind of makes my eyes bleed?
Here's the commit. Any Pandoc mavens know how to customize the colours? Like do I edit a copy of ANSI.hs and put it…somewhere? Do I make a custom Lua filter? Halp ;_;
Pairing to a Logitech Unifying Receiver Under GNU/Linux
How to pair a device to a Logitech Unifying receiver using GNU/Linux in the command line or using a graphical application.
https://www.adamsdesk.com/posts/pair-device-logitech-unifying-receiver/
how to configure ubuntun 24.05 desktop as a switch with multiple ethernet ports and dhcp on all ports? #networking #commandline #internet #ethernet #dhcp
Behold, Murex: the Swiss Army knife of shells that promises to revolutionize your command line experience by letting you juggle #JSON, #YAML, and #CSV like a circus clown.
Spoiler alert: it's just another way to practice your eye-roll reflex while trying not to accidentally cast your data types into oblivion.
https://murex.rocks/ #Murex #CommandLine #Revolution #DataHandling #HackerNews #ngated
Omg Kitty terminal is like crack
How to update only core system packages on ubuntu 24 from terminal by command? #commandline #apt #upgrade
Ah, the "genius" of #Unix strikes again - a password manager that doubles as a #nostalgia trip back to the '70s, because who doesn't love storing sensitive information in a file system? Who needs user-friendly interfaces when you can wield the mighty command line to navigate your password jungle like a true tech wizard?
https://www.passwordstore.org/ #PasswordManager #CommandLine #TechWizard #Humor #HackerNews #ngated
Using jqp for interactive queries with jq
How you can use `jqp` to improve your experience with writing queries with `jq`.https://fed.brid.gy/r/https://www.jvt.me/posts/2025/09/12/jqp/
I made just another new release of #tablizer with a couple of small fixes: 1.5.3. The most important change is that I switched the demo tool. I am now using vhs by charm, which I love soooo much! See the result attached, very nice.
1. Install a couple of dict sources (namely dict-wn and gcide)
2. add this to your .{zsh,bash}rc
```
define () {
dict "$1" | colorit | less -R
}
```
3. profit!
(offline quality dictionary service at the tip of your terminal)
How to get an overview of nested shells? #commandline
Hell yeah, TUIs for everything
**modder-rs** — Manage Minecraft mods from the terminal.
Supports bulk update/download from Modrinth, CurseForge, and GitHub releases.
Written in Rust & built with @ratatui_rs
I released a new version of tablizer 1.5.1, which now includes an interactive table editor. You can select certain rows, filter with fuzzy search and change sort order.
how to have stdout and stderr sent to separate files and also a combined file (in the correct order) in a single command #commandline #bash #stdout
Oh, joy! Yet another command-line tool that lets you #retry that command you *already* know is going to fail. Because obviously, the solution to bad code is to make it fail faster!
Why fix bugs when you can just keep smashing your head against the keyboard with style?
https://github.com/MaxBondABE/attempt #commandline #tools #badcode #failfast #codinghumor #developerlife #HackerNews #ngated
Công cụ dòng lệnh "attempt" giúp tự động thử lại các lệnh bị lỗi, hữu ích khi làm việc với Docker Compose hoặc cần kiểm tra lỗi kết nối. Tác giả chia sẻ kinh nghiệm xây dựng CLI bằng cách mô phỏng API của thư viện `tenacity`.
#commandline #docker #devops #retry #lệnh #dockercompose #gỡlỗi