Zach PfefferMay 21, 2018CLKSCREW, Meltdown and Spectre MitigationMeltdown: Apply the KAISER patch to the Linux kernel and patches that accomplish the same thing for Windows and MacOS. This patch removes ke
Zach PfefferMay 3, 2018man page sections1 Executable programs or shell commands 2 System calls (functions provided by the kernel) 3 Library calls (functions within program librarie
Zach PfefferOct 19, 2017To spellcheck in VimPurpose Summarizes what I always refer to in http://vimdoc.sourceforge.net/htmldoc/spell.html. To spellcheck in Vim type: :setlocal spell...
Zach PfefferOct 14, 2017Key points from Chris Beams git-commitPurpose I wrote this to quickly refer to the the points I found relevant in https://chris.beams.io/posts/git-commit/. Point 1 While many...