Pospol
banner
pospol.bsky.social
Pospol
@pospol.bsky.social
Apasionado por la tecnología y el desarrollo. Entusiasta de Bash, Linux y el poder de la automatización. Amante de Debian y el scripting para optimizar cada proceso. Compartiendo trucos, tips y conocimientos para potenciar el mundo open-source
¿Dejaste SSH en el puerto 22 sin Fail2ban ni AllowUsers? Tranquilo, el brute force ya viene en camino. Tu servidor será un Airbnb para bots rusos. 🪆
September 17, 2025 at 6:51 PM
🗝️ iptables -A INPUT -p tcp --dport 22 -j DROP — Perfect hardening: nobody logs in. Not even you. Congratulations, you just built a crypt you can’t escape. ⚰️🐧
#Linux #Firewall #Hardening #DarkHumor #Infosec
September 15, 2025 at 8:13 PM
🛡️ Comprueba cambios de certificado como si buscaras cadáveres: echo | openssl s_client -connect target:443 2>/dev/null \
| openssl x509 -noout -fingerprint -sha256 Monitoriza fingerprints y alerta si cambian — a veces el “candado verde” solo es maquillaje. 💀🐧

#Linux #TLS #Infosec #DarkHumor
September 14, 2025 at 10:33 PM
🔓 mitmproxy — peek behind the HTTPS curtain. That cute green padlock was never your guardian angel — just a sticker on a coffin. Proceed ethically (or enjoy awkward subpoenas). 💀🐍
#Linux #MITM #CyberSecurity #DarkTech
September 13, 2025 at 8:43 AM
🦈 wireshark: opening a PCAP is like digging up your ex’s grave — full of skeletons, none you really wanted to face. ⚰️💀

#Linux #PacketSniffing #Infosec #SysAdminLife #HackingHumor
September 11, 2025 at 8:51 PM
🖤🎨 Artists, Designers, Pythonistas & Gamers!
💀 Tired of corps deciding how you use your PC?
⚰️ Wanna keep it alive long after they call it obsolete?
🔥 Join the #EndOf10 Akademy Edition party to install #Linux with KDE.
Freedom tastes better ripped from dead hands. 🐧🔪 #OpenSource #KDE #LinuxCommunity
September 10, 2025 at 9:31 PM
🔑 Enable 2FA in SSH with Google Authenticator:
Add AuthenticationMethods publickey,keyboard-interactive in sshd_config.

Because if your server gets hacked after this, it’s not negligence anymore… it’s destiny. 💀✨

#Linux #SSH #Infosec #SysAdminLife #HackingHumor
September 10, 2025 at 9:17 PM
🚀 masscan -p1-65535 — Like nmap’s cracked-out cousin: scans every port so fast your firewall cries, your ISP flags you, and suddenly you’re explaining to HR why “just curiosity” sounds like a felony. 💀📡

#Linux #Masscan #RedTeam #SysAdminLife #Networking #Infosec #HackingHumor
September 9, 2025 at 8:26 PM
👂 tcpdump -i eth0 port 443 — Capture encrypted traffic. You can’t read it, but at least you’ll confirm your neighbors still trust SSL that died a decade ago. ⚰️🔒

#Linux #Networking #Infosec #PacketSniffer #SysAdminLife #HackingHumor
September 8, 2025 at 10:04 PM
🩸 nmap --script vuln — Port scanning is foreplay, but finding the server’s open wounds? That’s the real feast. 🍷🔪

#Linux #Nmap #CyberSecurity #RedTeam #SysAdminLife #HackingHumor
September 7, 2025 at 8:31 PM
🧨 When you want to silence someone the same way you silence your traumas: ufw deny from boss.company.com to any Blocks their traffic and gives you peace… at least on your firewall, because in real life there’s no rule that fixes it. 🔒💀 #LinuxTips #SysAdminLife #UFW #Firewall #CyberSecurity #DevOps
September 6, 2025 at 8:10 AM
🕳️ When you want to send traffic into a black hole, just like your vacation requests:
ip route add blackhole 203.0.113.0/24
All packets vanish without a trace… just like your promised bonus. 💀

#LinuxTips #Networking #SysAdminLife #CyberSecurity #LinuxHumor #DevOps #NetOps #TuxPower #LinuxNetworking
September 4, 2025 at 9:49 PM
🧛‍♂️ Cuando quieres chupar hasta el último paquete de red: tshark -i eth0 -f "port 443" -w sangre.pcap Capturas tráfico HTTPS como vampiro sediento. Eso sí, recuerda… demasiada sangre puede matarte. 🩸 #LinuxTips #SysAdminLife #Networking #CyberSecurity #LinuxHumor #DevOps #TuxPower #LinuxNetworking
August 29, 2025 at 10:33 PM
🪦 Cuando quieres que los puertos “descansen en paz”: nmap -Pn --script vuln jefe.empresa.com Escanea hasta los secretos más oscuros de tu jefe. Porque todos los sistemas… tienen esqueletos en el puerto. 💀

#LinuxTips #Networking #Nmap #CyberSecurity #LinuxHumor #TuxPower #LinuxNetworking
August 26, 2025 at 9:25 PM
🧨 Cuando quieres que el tráfico “desaparezca” discretamente: iptables -A INPUT -s jefe.empresa.com -j DROP Ahora ni un ping pasa… como sus promesas de aumento. 🚫📡 #LinuxTips #SysAdminLife #DevOps #Networking #LinuxNetworking #Iptables #CyberSecurity #LinuxHumor #TuxPower #InfraAsCode
August 25, 2025 at 8:44 PM
🕵️‍♂️ Cuando quieres espiar “legalmente” tu propio tráfico:

tcpdump -i any -nn -s0 -w pecado.pcap

Capturas TODO y lo guardas en un archivo. Como las confesiones: pesado, detallado y puede condenarte si alguien más lo lee. 😅
August 24, 2025 at 8:01 PM
🔒 Crea namespaces de red para aislar tráfico: ip netns add test && ip netns exec test bash. Dentro puedes levantar interfaces, rutas y pruebas sin afectar el host. Ideal para simular entornos y hardening de red. 🛠️ #LinuxTips #SysAdmin #DevOps #Networking #LinuxNetworking #CyberSecurity #LinuxAdmins
August 23, 2025 at 8:58 PM
En Linux no necesitas desfragmentar el disco, porque usa sistemas de archivos decentes. Claro, eso significa que el tiempo que otros pierden desfragmentando… tú lo inviertes peleándote con systemd. 🐧💀
#Linux #FOSS #OpenSource #GNU #Sysadmin #TerminalGang #PenguinPower #BlueSkyLinux
August 19, 2025 at 11:06 PM
Seguimos peleándonos con distros como si elegir entre Arch, Debian o Fedora fuera decidir qué religión salvará a la humanidad. Spoiler: ninguna, pero al menos no tenemos que venderle el alma a Microsoft… todavía. 🐧💀 #Linux #Bluesky 💻🔥🐧
#Linux #ArchBTW #TerminalGang #Sysadmin #debian #BlueSkyLinux
August 19, 2025 at 7:46 AM
After upgrading to Debian 13, check your system logs… to remember all the warnings you’ve ignored for the past decade. #Debian13 #TrixieRelease #sysadmin #Linux
August 12, 2025 at 8:44 PM
Después de actualizar a Debian 13, el primer paso es limpiar paquetes huérfanos… así podrás romper algo y culpar a la actualización. #Debian13 #TrixieRelease #sysadmin #Linux
August 11, 2025 at 9:27 PM
Actualicé a Debian 13 (Trixie) y todo funciona tan bien… que ahora desconfío. #Debian13 #TrixieRelease #sysadmin #Linux
August 10, 2025 at 9:55 PM
Debian 13 (Trixie) ya está aquí… y con KDE Plasma 6.1. Ahora mi escritorio brilla tanto que mi GPU pide vacaciones.

Debian 13 (Trixie) is here… and with KDE Plasma 6.1. My desktop now shines so bright that my GPU is asking for a vacation. #Debian13 #KDE #TrixieRelease #sysadmin
August 9, 2025 at 9:39 PM
Montando un servidor Debian. Todo iba bien hasta que recordé que systemd-resolved y yo no hablamos el mismo idioma. Ahora mi DNS resuelve a “¯\_(ツ)_/¯”. #Debian #Networking #sysadmin #facepalm
August 8, 2025 at 9:04 PM
🐧¿Quieres saber si una interfaz está en modo promiscuo (escuchando todo)?

ip link | grep PROMISC

👂 Muestra si alguna interfaz está capturando todo el tráfico.

📡 Si no eres tú quien lo activó…

💀 Tu servidor no escucha. Espía.

#Linux #Debian #SysAdmin #HumorNegro #Redes #Promisc #Seguridad
August 5, 2025 at 8:11 PM