Explore >> Select a destination


You are here

leshow.github.io
| | vninja.net
12.3 parsecs away

Travel
| | I've recently standardized on Ubiquiti equipment in the new house, and so far I am very happy with it. Wireless is working flawlessly, which is more than I could say for my old setup. A part of the new setup is a UniFi® Security Gateway (USG) that I am using as my gateway/firewall for my fiber connection, so I thought why not use that a my VPN termination as well?
| | domoticproject.com
14.3 parsecs away

Travel
| | In this post we will see how to remotely connect to the command line of your Raspberry Pifrom another computer or device using SSH.
| | hack.org
11.7 parsecs away

Travel
| |
| | jborza.com
54.4 parsecs away

Travel
| For reference, I wanted to check how qemu boots RISC-V Linux. Loosely following a guide , I describe how to build and boot a Linux environment targeting the 32-bit RISC-V architecture. There are three things we will need: QEMU the emulator Linux kernel root filesystem with some binaries I'm reusing a custom riscv-gnu-toolchain I've built previously, targeting the RV32IMA architecure. For targeting the 64-bit machine, it's easier to riscv64-linux-gnu- cross-compiler toolchain with the gcc-riscv64-linux-gn...