Installing GNURadio in a Linux Environment for Software Defined Radio

Installing GNURadio in a Linux Environment for Software Defined Radio

Documenting the process of installing GNURadio 1. Building a GNURadio environment under Linux on Windows: (1) Download the virtual machine VirtualBox and Ubuntu: Download links:https://www.virtualbox.org/wiki/Downloads https://releases.ubuntu.com/jammy/ (2) Install VirtualBox + Ubuntu: (1) Run the VirtualBox installation file and follow the prompts to complete the installation. After that, open VirtualBox and follow the steps in the … Read more

The 6 Best Virtualization Software for Personal Users!

The 6 Best Virtualization Software for Personal Users!

When it comes to virtual machines, those of us in the tech field are likely familiar with them. The use cases for virtual machines are numerous, such as setting up testing environments, installing Linux on Windows systems, or running Windows on Mac machines, and they can even be used for security experiments. The key advantage … Read more

Latest Linux News – May 29, 2025

Latest Linux News - May 29, 2025

🏡 VirtualBox 7.2 Beta Adds Windows 11 Arm Support, Source Code Now Hosted on GitHub Oracle engineers have released the first public beta of VirtualBox 7.2 virtualization software for Windows, Linux, macOS, and Solaris systems. Notable features of Oracle VirtualBox 7.2 Beta 1 include: support for running Windows 11 Arm on Arm hosts, along with … Read more

Resolving Shared File Issues in VirtualBox with Embedded Linux Systems

Resolving Shared File Issues in VirtualBox with Embedded Linux Systems

Thanks to Professors Qin Wen, Liu Feng, Ding Hao, and Liang Meng from Tianjin Medical University for their guidance and sharing. For security reasons, VirtualBox disables the creation of symbolic links in shared folders. This can lead to errors in the operation of certain software, such as FSL, FREESURFER, and the latest version of DPARSFA. … Read more

Plugin Conflict Blue Screen? Virtualization Isolation Solution for Coexisting 300 Plugins

Plugin Conflict Blue Screen? Virtualization Isolation Solution for Coexisting 300 Plugins

Plugin Conflict Blue Screen? Virtualization Isolation Solution for Coexisting 300 Plugins Last night, I stayed up late just to install a small plugin. What happened? My computer gave me a blue screen. Ah, it drove me crazy! Two hours of editing gone! I swore I would never touch that plugin again, but then I thought—if … Read more

Comparison of Linux Virtualization Solutions: VirtualBox vs KVM

Comparison of Linux Virtualization Solutions: VirtualBox vs KVM

Comparison of Virtualization Solutions: VirtualBox vs KVM Comparison Dimension VirtualBox KVM (based on QEMU) Performance – High resource usage, suitable for lightweight virtualization– Does not support hardware acceleration (requires third-party extensions) – High performance, supports Intel VT-x/AMD-V hardware virtualization– Low resource usage, suitable for high-density virtualization Use Cases – Personal development and testing– Teaching demonstrations– … Read more

Popular Virtual Machines for Embedded Development

Popular Virtual Machines for Embedded Development

Follow+Star Public Account, don’t miss exciting content Author | Beginner’s Station In embedded development, virtual machines play an important role, allowing developers to simulate and test various embedded environments on a single hardware platform. The use cases for virtual machines are numerous, such as setting up test environments, installing Linux on Windows systems, or running … Read more

How to Flash ESP32 Chip Program

How to Flash ESP32 Chip Program

01 Preparation Work To flash the ESP32 application program using a serial port in a virtual machine, you must first ensure that the serial port of the development board can be correctly connected to the virtual machine. The virtual machine software I am using is VirtualBox 6.0. When the development board is connected to the … Read more