Explore >> Select a destination


You are here

www.jukie.net
| | nativeguru.wordpress.com
5.0 parsecs away

Travel
| | Hi there. This is the last post in the series of a local AOSP gerrit server setup. In this post, We'll finalize the configuration of Gerrit, add new branches for development and see how to maintain the setup. In the last post, we've finished creating the project in Gerrit. When we develop locally, we should...
| | eerielinux.wordpress.com
6.5 parsecs away

Travel
| | Over the years I've written quite a few posts to help people get into FreeBSD (or FreeBSD-related projects). This is the place to get a quick overview of those posts: 2021 Multi-OS PXE boot server on FreeBSD (Jan 2021) Multi-OS PXE-booting from FreeBSD 12: Introduction (pt. 1) Part 1 of this mini-series explains why you...
| | vermaden.wordpress.com
6.4 parsecs away

Travel
| | The Valuable News weekly series is dedicated to provide summary about news, articles and other interesting stuff mostly but not always related to the UNIX/BSD/Linux systems. Whenever I stumble upon something worth mentioning on the Internet I just put it here. Today the amount information that we get using various information streams is at massive...
| | briankung.dev
36.3 parsecs away

Travel
| I realized that one of my favorite Rust features doesn't have a blog post highlighting it [0], so I thought I'd talk a bit about documentation comments and doc tests in Rust. I'll give you a quick example. Let's say you have some code: There's a cargo command to generate documentation from that code: Which...