I have an ASUS RT-AX58U configured with two VPN Fusion servers, one that routes to a VPN, and the default which routes directly to the provider’s Internet service. I also have a guest network configured on the router so that there are two ssids. Is there a way to route […]
Daily Archives: April 5, 2025
11 posts
I am trying to build an aarch64 cross compiler for my Ubuntu 20.04 system. I am running into an issue after configuring and trying to build the toolchain. The source I am using is https://ftp.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.xz ./configure --target=aarch64-linux-gnu --prefix=/usr/local make -j4 Normally when there is some unmet dependency it is obvious […]