If you’ve ever used yt-dlp or gallery-dl from the command line to save videos, images, or media from around the web you already know how powerful these tools are. But running them manually, remembering the flags, managing cookies for authenticated sites, and keeping track of what you’ve downloaded gets tedious fast. That’s why I built […]
Tag: Linux
Hi everyone! For years, I’ve tinkered with VMs in my home lab using VMware and Hyper-V. Recently, I took the plunge and switched to Proxmox as my primary “Type 1” hypervisor. It’s been a fantastic learning experience, filled with both challenges and excitement. I’m eager to share my journey, offer insights to others, and learn […]
Why is this needed If your system supports SMP (Symmetric multiprocessing) with some combination of multiple physical CPUs, CPU cores, and logical CPUs, you can achieve increased performance in some cases by assigning Docker Containers to specific CPU resources. This process is known as CPU affinity (or processor affinity). Gather Required Information To assign a […]
This image is built from the latest released .deb packages and should be identical to a standard OpenWebRX+ installation on Debian. All receivers and demodulators available in this image. Install Blacklisting device drivers on host You should disable the kernel drivers for RTL, SDRPlay and HackRF devices on the host linux (where docker runs) before […]
Installing Docker on Ubuntu 18.04
To start, make sure our system is up to date Update your systems:sudo apt-get updatesudo apt-get upgrade Once the system is up to date, we install Docker followed by portainer which is a simple management solution for Docker. It consists of a web UI that allows you to easily manage your Docker containers, images, networks, […]
Has anyone noticed issues with #vSphere Customization Specification and #Ubuntu 17.10 (GNU/Linux 4.13.0-25-generic x86_64) – Now that the network settings are located in: /etc/netplan/01-netcfg.yaml, I’m back to manually updating IP information (Server Naming still works). Although the traditional /etc/network/interfaces reflects the information provided by the customization process, the host still acquires a DHCP issued address. After some digging […]