Fixing Docker Desktop on Windows 11

I tried to install Docker Desktop to a laptop running Windows 11, but after the install was completed successfully, Docker Desktop wouldn’t run and there was no clear solution available on the internet.

Here’s how I fixed it.

Minimal desktop linux (part 1): Xmonad

Xmonad is a very lightweight window manager which is highly configurable and extendable. We’ll use Xmonad to create a light desktop environment for Debian based distro. Idea is to have usable, minimal viable desktop that is suitable for general tasks such as programming or system administration.

Tiling window manager, is it for me?

Tiling window managers are great for power users and people who want to be efficient, but I haven’t been able to adjust my workflow to them. I’ve always preferred floating windows.

What are the modern options for Linux users today? Maybe 2023 is the year I finally adapt to tiling window manager way of doing things.

PCAP analysis: Graphing results (part 5)

When analyzing network traffic easiest way to grasp “big picture” is to visualize the data. One of the easiest ways to draw network graphs is to use GraphViz package, which is open source graph visualization software.