Explore >> Select a destination


You are here

blog.grem.de
| | kzimmermann.0x.no
7.3 parsecs away

Travel
| |
| | www.jrgsystems.com
9.4 parsecs away

Travel
| | I've been using FreeBSD on and off for many years now. I really like the project's focus on quality engineering and documentation. Recently, I've begun to look for ways to increase my skill as a software engineer while also contributing to open source software once again. Happily, joining the FreeBSD community as a developer meets both of these goals. With this in mind, I decided to purchase a UNIXy compatible laptop to develop on.
| | www.tumfatig.net
6.9 parsecs away

Travel
| | For some reasons, I decided to use FreeBSD on my laptop. Several times have I tried it in the last few years. Several times have I stopped after the first issue that I felt was sign of it not being built for me. This time, I'll go for at least a whole month of using it. So I can really decide if I keep using it ; or switch back to OpenBSD.
| | tthtlc.wordpress.com
26.3 parsecs away

Travel
| How to use QEMU to run a VM client, assuming that the kernel have kvm enabled and running? a. create rootfs image as your OS file image, with all the general GNU/Linux utilities: This is how I create the rootfs for Xenial (I copied and modified from Syzkaller project), using the debootstrap command mainly, but...