After performing two System Restore operations on Windows 10 Pro 22H2, my system drive (C:) lost more than 60 GB of free space (about 30 GB per restore). However, I cannot determine what is occupying this space. System: Windows 10 Pro 22H2 32 GB RAM C: drive ~292 GB (NTFS) […]
Daily Archives: February 23, 2026
I am using Vagrant and Ansible to create a ubuntu vm in parallels pro. I want the hd for the ubuntu vm to be 128gb. My folder structure is: $ tree ubuntu ubuntu ├── ansible │ ├── files │ │ └── config.fish │ └── playbook.yml ├── main.py ├── pyproject.toml ├── […]
Can VLC on Windows 11 stream movie audio to an sndiod running on a Raspberry Pi? How do you set this up? The Raspberry Pi is attached to a stereo.
What code can I use in userChrome.css to change the color of backward, forward and eventually the reload buttons in Firefox? More precisely the backward and forward buttons color when there is a page available so the difference to be more obvious. Eventually increase the boldness of those buttons. Also […]
I use a netfilter-based daemon, ibd-judge (part of ipqbdb). It runs undisturbed from system boot to the next. Its job is to block certain network packets, based on values in a database and to iptables’ -j NFQUEUE targets. To achieve this, it loops around a call, mnl_socket_recvfrom(), which retrieves the […]