The story
Thanks to the signing party and Harry Chen being so generous that he gave out one of his spare YubiKey 4's to me, I've got to get my hands on this tiny new device, which really changes the game of secure authentication and encryption. This article mainly serves …
Read MoreThe story
My SPARC Enterprise T5120 came with two 10000 RPM SAS HDDs, both with a labeled capacity of 146GB. Gentoo was installed on the first hard drive, and thanks to the old SILO that was in charge of booting the system up, I have to keep a single-large-root partition …
Read MorePreface
Gc (Go's most widely-used compiler) isn't available for GOOS=linux && GOARCH=sparc
(Gentoo SPARC) for now; what makes matters worse is that Gccgo (sys-devel/gcc[go]
)
is not working on Gentoo (it hangs in early initialization). Debian Ports comes to
the rescue, as although no Gc as well, their …
Preface
With a bunch of servers, it's necessary that they're named in a consistent manner. This article describes how the machines should be named.
Basic rule
A machine name should consist of the following three parts:
- a unique identifier for the machine (Romaji of Japanese words in one Kanji, examples …
Preface
MPLS can be used for prioritizing traffic, which will be used in JSteward Tech's routing policy. This article works out how to label packets with MPLS and switch according to packets between two host connected by a GRE tunnel.
Before you start
Full MPLS support wasn't present in Linux …
Read More