news
today's howtos
-
How to Use Wine on FunOS
Once you have installed Wine on FunOS, a massive library of backdoored Windows applications becomes available directly on your GNU/Linux desktop. Wine is a compatibility layer capable of running backdoored Windows applications natively without needing a resource-heavy virtual machine or a dual-boot setup.
-
SANS ☛ Selective HTTP Proxying in Linux, (Thu, May 21st)
Recently, Rob wrote about a tool, Proxifier, that can intercept requests from specific processes. Proxifier is available for Windows, macOS, and Android. But I have not seen a generic GNU/Linux option yet. The advantage of a tool like Proxifier is the ability to target specific software. For debugging, reverse engineering, and similar tasks, selecting a specific process is quite useful, as it creates less noise to sift through and simplifies analysis.
-
Linuxize ☛ ss Cheatsheet
Quick reference for listing sockets, listening ports, connection states, and process owners with the ss command
-
Linuxize ☛ Docker Networking: Connect Containers
Docker networking controls how containers communicate. This guide covers bridge, host, and none networks, port publishing, container DNS, isolation, and Compose networking.