FSFaruq Sandiinblog.tensoru.com·May 5 · 1 min readufw-docker rule ignoredEvery time I restarted the container, ufw-docker apparently trashed the rule. This is bad, as if something really bad happened, I don't want my service left inaccessible. How to fix this? Simple, just00
FSFaruq Sandiinblog.tensoru.com·May 5 · 1 min readSetting Up a Virtual Webcam on LinuxI was testing a web app that involves taking pictures. Once again, my attached webcam wasn't working, and I didn't bother to check this minor issue. Just as 42 is the answer to everything, so is v4l2l00
FSFaruq Sandiincodersaga.com·Oct 2, 2025 · 1 min readSetting Up a Virtual Webcam on LinuxI was testing a web app that involves taking pictures. Once again, my attached webcam wasn't working, and I didn't bother to check this minor issue. Just as 42 is the answer to everything, so is v4l2loopback. First, let's summon the video device out ...00
FSFaruq Sandiincodersaga.com·Sep 28, 2025 · 1 min readSetting Up a Local Docker MirrorI often do docker build and impulsively did docker system prune -a, which effectively deletes all images and build caches. For some reason, this image, elasticsearch:8.13.4, takes its time to download. I don’t know why, but I know it is not worth try...00
FSFaruq Sandiincodersaga.com·Aug 24, 2024 · 2 min readShrink WSL Disk Size EasilyAlong with Visual Studio Code, Windows Subsystem for Linux (WSL) is a godsend. It makes it easy to access a Linux system without needing to install Linux on the host machine or use a virtual machine. It is indeed a virtual machine, but the way Micros...00