-
Build SDR++ on Raspberry Pi 5
Introduction Here is another post for a promising program to use with the RTL-SDR Blog V4. Like similar posts, I am going to stitch other posts in so that as the software changes, I only have to update in one location. If you are going to be using the RTL-SDR Blog device, start with installing…
-
Build Gqrx on Raspberry Pi 5
Introduction I have a Raspberry Pi 5 Model B Rev 1.0, 8GB (info from raspi-config) running Debian GNU/Linux 12 (bookworm) (info from /etc/os-release). I am going to build Gqrx 2.17.6 as that is the newest release as of this writing. Due to the nature of open source software and how often things change, I am…
-
Build gr-osmosdr on Raspberry Pi 5
Introduction This package adds libraries for software defined receivers (SDR) in gnuradio. I came across this when trying to get gqrx installed on a Raspberry Pi 5. Building this was fairly straight forward, luckily. The GitHub page had up to date instructions. (ref: https://github.com/Nuand/gr-osmosdr) Building With CMake
-
VMware Cloud Foundation 5.2 – Configuring SFTP Server
Introduction I have a fresh installation of VMware Cloud Foundation (VCF) 5.2 installed and want to configure the SFTP server. This server is used for SDDC Manager and NSX Manager. Luckily, in this version, SDDC Manager should be able to communicate with modern SFTP servers using ECDSA SSH public key encryption. I have a post…
-
ESX Host Memory Sharing
Introduction So first off, why did I call a host ESX in 2024? Well, because Broadcom changed the name back to ESX this year in October. However, as with many branding name changes, the User Interfaces (UI) don’t necessarily catch up right away. You will still see me refer to the ESXi Host Client in…