The ls(1) command has a lot of options (Look at the man page synopsis!). So much so, that the most recent option added in DragonFly is “_”. That’s to show nanotime as part of the -l output. This will be most useful when you have multiple files being created within the same second of time, and you want to see which came first.
Almost all of this was done within 24 hours of the last Lazy Reading. No idea why there were so many good candidates for reading, but I’m happy about it.
- Digital Minimalism for the Working Hacker. I like the plan he is working towards, though I’m not sure how to implement it for myself. (via)
- acme-colors, using font faces instead of colors for syntax highlighting in Vim. I really like this, more than Solarized. (via previous link)
- There’s a Solarized theme for puTTY? Found by accident looking up Solarized for the previous link.
- Make the 486 Great Again! Not found via previous link, just to break the pattern. (via)
- Gopher: still active.
- Tetris on a business card.
- Life in Unix V7: an attempt at a simple task. (via)
- UnifrakturMaguntia: a Unicode Fraktur Font.
- Xerox Alto’s 3 Mb/s Ethernet: Building a gateway with a BeagleBone.
- Analog Hard Disk. (via)
- Reading disks from 1988 in 2018. I have a linear foot of disks like this.(via)
- “Facebook is done with quality journalism. Deal with it.”
- The Making of Lemmings. (via)
- Monster Manual, but not the one you remember. (via)
- VintageCG on YouTube. (via)
- Amiga.
Done well ahead of time.
- ELI5: In 2018, what are the pros and cons between Linux, FreeBSD, and macOS in terms of kernel technology and user space tools.
- Adding IPv6 to an Nginx website on FreeBSD / FreshPorts.
- Should I use BSD?
- Certifications…are they worth it? Will they be in the future?
- OPNsense 18.1-RC2 released.
- CPU microcode update code for amd64. Hints of a new firmware update from Intel.
- Announcing the pkgsrc-2017Q4 release.
- Interview with Abdorrahman Homaei.
- A need for BSD items at freecodecamp. (via)
- DiscoverBSD for 2018/01/15.
- Some thoughts on Spectre and Meltdown.
I’m still catching up with the pre-2018, pre-Meltdown commits, so here’s one: Changing the staged packet count in DragonFly changes forwarding rate, for the better – up to a point. There’s probably some specific ratio in the change that makes sense, though I don’t know it.
The Meltdown/Spectre talk continues on BSDNow 229, along with an interview of @newnix, GhostBSD, and other recent news.
The commands rcp(1), rlogin(1), rlogind(1), rsh(1) and rshd(1) have been removed from DragonFly. There’s a net/bsdrcmds port if you still need them… though I imagine/hope ssh is filling the void for everyone.
I’m sure this was needed by someone: morse(6) can now encode and decode Morse code, signified by . and – of course.
I say “one more” like I know when this saga will end. If you are using the devcpu-data port to update your processors, you’ll need to add
microcode_update_enable="YES"
to your /etc/rc.conf, as Sepherosa Ziehau points out.
This is almost all link overflow from last week – and next week’s edition is almost complete. There’s a lot to read lately!
- drill if you can, dig if you have to, nslookup if you must. (also via)
- Free-Net history. I grew up with Buffalo Free Net.
- Xerox Alto zero-day: cracking disk password protection on a 45 year old system. (via)
- An 8-tube module from a 1954 IBM mainframe examined: it’s a key debouncer. (via)
- Open source modular synth software lets you create 70s & 80s electronic music. (via)
- The year we wanted the internet to be smaller. (via)
- A Brief History of sed. (via)
- Legends of the Ancient Web. (via)
- 100 Outstanding Pieces of Audio for 2017. (via)
- Here at the End of All Things, fantasy maps. (via, via)
- Survival Research Laboratories: Inconsiderate fantasies of negative acceleration. For SRL, whatever their machinery looks like it could do, it does. Those aren’t movie props. (via)
- RISC-V, getting more attention lately. Not vulnerable to Meltdown/Spectre and open. Here’s hardware. Don’t know if any BSDs run on any of them – but I haven’t looked. (via a number of places)
- THE tinySAURUS GENERATOR. (via)
- Tea if by sea, cha if by land. (via)
A full slate of BSDs this week.
- Church of BSD. From 2005, and it is accurate for that timeframe. (via)
- ADOM, newly updated at 3.0.6, but only at 1.1.1_6 in ports/dports, pkgsrc, and two years gone in OpenBSD. But the ADOM download page lists new BSD versions? I may not have investigated far enough.
- OPNsense® 18.1 Release Candidate 1.
- Does anyone run OpenBSD as a desktop (ie not a server)?
- SMB V2+ client on FreeBSD 11.
- Intel microcode updates now available for NetBSD. (via)
- Bitcoin Full Node on FreeBSD.
- July – September 2017 FreeBSD Status Report.
- Hijacking Your Free Beasties. (via)
- Operating System of the Year 2017 : NetBSD Third place. (via)
- A positive look at GhostBSD 11.1. (via)
- DiscoverBSD for 2018/01/08.
- OpenBSD-current now has ‘smtpctl spf walk’.
The regular maintenance scripts for HAMMER1 assume that it’s mounted at the time of cleanup. If you have them unmounted, they won’t go through that regular maintenance, but it’s easy enough to fix.
Continuing the all-Spectre, all-Meltdown week here at the Digest, BSDNow 228 talks about it for FreeBSD and will cover more next week. And oh yeah other news, including a mention of new-to-me NomadBSD.
Matthew Dillon posted a summary of IBRS and IBPB support in DragonFly, and some numbers showing its impact in various configurations of options and CPUs.
Are you tired of hearing about Meltdown/Spectre yet? Doesn’t matter! The two sysctls for controlling mitigation in DragonFly have been renamed:
machdep.meltdown_mitigation machdep.spectre_mitigation
They go to hopefully sensible defaults, but Matthew Dillon has done some testing to show the effects of each in various combinations. (Update: more changes and tests.) Note that this is not the final mitigation work; compilers (i.e. gcc) are being updated to include workarounds for this, so new gcc -> new compiler in DragonFly -> new defenses. No silver bullet there, though.
One side effect of Meltdown/Spectre are CPU microcode (firmware) updates. For future needs: sysutils/devcpu-data is the port that has the updates for Intel, and cpucontrol(8) is the program you run on DragonFly to add them.
I haven’t used this myself, yet, so I can’t tell you how necessary an immediate update could be – but you will probably want to use it soon.
Update: Newer CPUs might require this sizing change.
Update update: a better explanation of applying microcode updates. There’s new ones out, too. (via)
If you’re on the bleeding edge of DragonFly and already updated for Meltdown fixes, there’s a few more commits you’ll want to get.
Matthew Dillon wrote a summary of the current status, noting there’s not much you can do for Spectre beyond new hardware. There is an update to the “defensive browser setup” plan for DragonFly (using –site-per-process) that can help at least with Javascript versions of Spectre.
Update: step-by-step microcode fixes from Intel if you really want to trash your performance.
I had to trim this down; there’s been a post-Christmas surge in material.
- Always good to start the year with new (to me) Mickens: Life as a Developer. (via)
- Learn – Computer-Aided Instruction on Unix. A UNIX tutorial program from 1979. (via)
- Espple – Apple 1 Emulator with PAL RF Output. (via)
- The History of Rogue: Have at You, You Deadly Zs (2009). (via)
- From the previous link: Rog-O-Matic.
- Operating System Design Book Series. (via)
- 30 Days of Stuff. Some gems in there, like 140 issues of Maximum RockNRoll! (via)
- ReCurta: Our goal is to build the first Curta calculator since 1972. (via)
- The Story of the Gömböc. (via)
- Productivity is Dangerous. Fun for the line “LINKEDIN IS A DEATH CULT”. (via)
- Inventing the Lisa User Interface. (via)
- REMEMBER turn your computer off before midnight on 12/31/99. The most eighties tumblog ever. (via)
- A history of S_IFMT. (via)
- V7/x86 – x86 port of Unix V7. (via)
Note the non-profit link; that may be useful to you.
- BSD on New Hardware.
- BSDCAN2017 Interview with Peter Hessler, Reyk Floeter, and Henning Brauer. (video)
- Moving bacula-sd into a FreeBSD jail.
- As noted here in a comment, you can name a BSD non-profit as a recipient of the ‘commission’ from Amazon purchases. Doesn’t cost you anything, or at least Amazon keeps that part of their pricing opaque.
- OpenBSD Workstation Guide. More hardware detail than I expected… and I really like the key storage idea. (via)
- Scripts to run an OpenBSD mirror, rsync and verify. (via)
- Best BSD for PowerPC machine?
- The LLVM Memory Sanitizer support work in progress. On NetBSD. (via)
- Linux Professional Institute and BSD Certification Group Join Efforts. (via)
- Thinking of joining Mastodon? Try bsd.network!
- Which BSD systems are affected by new Intel cpu bug?
- Meltdown, aka “Dear Intel, you suck”
- Every day a bug is embargoed is actually two days. Looking at it that way, the 48 hours it took Matt Dillon to patch DragonFly turned into 367 days – and it was Google/Intel’s decision to have it that way. (via)
- MWL’s 2017 Wrap-Up. Ironically, systemd is a moneymaker for him.
I’m a bit late posting it, but: BSDNow 227 covers Open, Free, and Net this week.
By now you’ve probably heard of the Meltdown/Spectre attacks. (background rumors, technical note) Matthew Dillon’s put together a Meltdown mitigation in DragonFly, done in four commits.
It’s turned off and on by the sysctl machdep.isolated_user_pmap – and defaults to on for Intel CPUs. Buildworld tests show about a 4-5% performance hit, but that’s only one form of activity, measured, so there will surely be other effects.
Note that Spectre is not mitigated by this commit series, and as I understand it, cannot be realistically fixed in software.
Update: Matthew Dillon posted a summary to users@.
Update 2: He told us so.