sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

579
active users

#sysadmin

45 posts39 participants8 posts today

🐧 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 🐧⚡

Acabo de grabar la resolución de una práctica de firewall dual con DMZ usando #nftables en GNU/Linux... casi una hora de video configurando reglas y jugando con los equipos! 😅

¿Quieren aprender nftables? ¿Quieren migrar desde iptables? Espero que este curso sea una buena aproximación!💪

Ya falta poquito para lanzarlo! 🎉

Luego publico un short con las novedades! ✨

#gnu#linux#learning

Gonna have to do a bunch of Debian manual installs for #openzfsmastery, so I'm installing on a flash drive that I can move between test hosts. Yes, I have the live CD, but I want a user account with SSH keys and static IP and all that.

Filesystems. Ugh. #sysadmin

On #OpenZFS:

$ zpool get feature@longname
NAME PROPERTY VALUE SOURCE
usb-pool feature@longname enabled local
$ touch $(python -c 'print("a"*256)')
touch: cannot touch 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa': File name too long

Nueva Entrada en #h4ckseed : Buenas Practicas para Prevenir Ataques Brute-Force Login SSH en Linux

Los servidores que ejecutan #SSH suelen ser un blanco fácil para ataques de fuerza bruta. Los ciberatacantes, ciberdelincuentes, entre otros, constantemente desarrollan herramientas innovadoras, ademas de bots para automatizar ataques de fuerza bruta (incluyendo IA, hoy por hoy), lo que aumenta aún más el riesgo de intrusión....

#sysadmin #linux #fail2ban #hardening

h4ckseed.wordpress.com/2025/09

h4ckseed · Buenas Practicas para Prevenir Ataques Brute-Force Login SSH en LinuxLos servidores que ejecutan SSH suelen ser un blanco fácil para ataques de fuerza bruta. Los ciberatacantes, ciberdelincuentes, entre otros, constantemente desarrollan herramientas innovadoras, ade…

This is really beautiful, as in art, Things of Beauty. A webserver running on a disposable vape (which for some sick performance of runaway late-stage capitalism runs a whole shiny ARM Cortex board).

bogdanthegeek.github.io/blog/p

The site it serves was not up for me at the time of GET. Too late I'm a believer.

(... and they're using my #1 fave network tool of tools `socat`)

#linux #sysadmin #selfhosted

BogdanTheGeek's Blog · Hosting a WebSite on a Disposable VapeSomeone's trash is another person's web server.
Replied in thread

@strypey It’s a great set of tips for any consistent habit you need to build.

Had to smile tho - as a #sysadmin I had several known virus signatures or triggers in .txt files ready to test AV updates - usually just one character off triggering or zipped so they wouldn’t trigger without prior warning:

“the humble .txt file can be read by practically every application on your computer, can be pasted directly into an email, and can't transmit a virus” 🦠