TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hrmpf rescue system, built on Void Linux

71 pointsby smasher164over 3 years ago

6 comments

opkover 3 years ago
I'll be taking particular note of this rescue system on the basis of the identity of the person who has created it. They're someone I've come across more than once in the open source world and definitely have respect for. I'd also recommend mblaze which is the primary tool I use for reading mail.
评论 #28513409 未加载
评论 #28513767 未加载
CameronNemoover 3 years ago
FYI this ships with zfs modules precompiled, if you&#x27;re into that sort of thing.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;leahneukirchen&#x2F;hrmpf&#x2F;commit&#x2F;dcc35b75676f3bd4617d9c5277c3bf182948bf7f" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;leahneukirchen&#x2F;hrmpf&#x2F;commit&#x2F;dcc35b75676f3...</a>
评论 #28512303 未加载
评论 #28508759 未加载
painchocover 3 years ago
How does this compare to SystemRescue ?<p>Hrmpf has seen no release for the past 8 months <a href="https:&#x2F;&#x2F;github.com&#x2F;leahneukirchen&#x2F;hrmpf&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;leahneukirchen&#x2F;hrmpf&#x2F;releases</a> where SystemRescue is updated regularly <a href="https:&#x2F;&#x2F;www.system-rescue.org&#x2F;Changes-x86&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.system-rescue.org&#x2F;Changes-x86&#x2F;</a> .
评论 #28512031 未加载
anthkover 3 years ago
Good. On games, I&#x27;d add a SDL-less build of Frotz with some z-machine libre games such as Dungeon or All Things Devour.<p>Also, a cgames package for Void would be nice, csokoban it&#x27;s perfect to play on slow recovering.<p>I&#x27;ll add ffmpeg, sox and visidata too as they are the perfect suite for media and office suite files. MPV and Mplayer work on the framebuffer, too.<p>Optional dependencies for visidata: <a href="https:&#x2F;&#x2F;www.visidata.org&#x2F;docs&#x2F;formats&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.visidata.org&#x2F;docs&#x2F;formats&#x2F;</a><p>Finally another must have tool: gnuplot and calc. Because often you need to do some graphs and calculations. And maybe bitlbee listening on localhost, with libpurple support. IM and IRC&#x27;ing for support it&#x27;s unvaluable.<p>Oh, a quick and dirty ebook reader, with unzip and lynx:<p><pre><code> #&#x2F;bin&#x2F;sh unzip -qcp &quot;$1&quot; &quot;*ml&quot; &quot;*.htm&quot; | lynx -force-html -dump -stdin -nolist | less -r -M +Gg</code></pre>
mlang23over 3 years ago
Project name looks like it was inspired by Grml :-)
评论 #28508643 未加载
评论 #28508492 未加载
评论 #28509772 未加载
Tsiklonover 3 years ago
Those shell scripts are nearly perfectly laid out and readable.