Explore >> Select a destination


You are here

davmac.wordpress.com
| | tthtlc.wordpress.com
6.2 parsecs away

Travel
| | First boot up the Freebsd QEMU guest image as per normal: qemu-system-x86_64 -net user -net nic -m 2048 -hda freebsd10.img -boot c -cdrom FreeBSD-10.0-RELEASE-amd64-dvd1.iso And copy out the kernel and kernel.symbols file from /boot/kernel directory to the host machine. Then shut the guest image down, and reboot with QEMU serial debugging enabled: qemu-system-x86_64 -s -S...
| | astr0baby.wordpress.com
3.7 parsecs away

Travel
| | I wanted to see how pkgsrc works on aarch64 Linux Manjaro since it is a very mature framework that is very portable and supported by many architectures - pkgsrc (package source) is a package management system for Unix-like operating systems. It was forked from the FreeBSD ports collection in 1997 as the primary package management...
| | smallhacks.wordpress.com
4.8 parsecs away

Travel
| | One of my old home automation boards running ebusd is still using Raspberry PI 1 B SoC. FreeBSD is still perfectly supporting this hardware, however, due to being a Tier-2 platform, binary updates freebsd-update are not supported. Of course, one can download the new image, but this will mean re-installing and reconfiguring all the software,...
| | www.markusdosch.com
17.6 parsecs away

Travel
| With the Windows Subsystem for Linux (WSL & WSL2), Microsoft has brought a full Linux environment to Windows. I'll show some tips and tricks, so software development on the WSL2 becomes even more fun!