mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#manpage

0 posts0 participants0 posts today
AskUbuntu<p>Colored man pages stopped working in Ubuntu 24 <a href="https://ubuntu.social/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://ubuntu.social/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://ubuntu.social/tags/less" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>less</span></a></p><p><a href="https://askubuntu.com/q/1553539/612" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">askubuntu.com/q/1553539/612</span><span class="invisible"></span></a></p>
jablkoziemne<p>Am I missing some <a href="https://101010.pl/tags/environmentVariable" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>environmentVariable</span></a> when running <a href="https://101010.pl/tags/dnf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dnf</span></a> with <a href="https://101010.pl/tags/run0" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>run0</span></a>, it throws at me 203 <a href="https://101010.pl/tags/exitcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>exitcode</span></a></p><p>I checked the run0 and dnf <a href="https://101010.pl/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a>, but found nothing specific :/</p><p>Anyway, run0 still is better than <a href="https://101010.pl/tags/sudo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sudo</span></a>, as i like having <a href="https://101010.pl/tags/gnome" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gnome</span></a> show me <a href="https://101010.pl/tags/polkit" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>polkit</span></a> password dialog, and I know then at least I will enter that password into correct application.</p><p><a href="https://101010.pl/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://101010.pl/tags/fedora" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fedora</span></a> <a href="https://101010.pl/tags/systemd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemd</span></a></p>
scy 🔜 WHY<p>Today this bugged me enough to investigate it again, and it's actually a confirmed bug in the `man` command! 😂</p><p><a href="https://gitlab.com/man-db/man-db/-/issues/40" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gitlab.com/man-db/man-db/-/iss</span><span class="invisible">ues/40</span></a></p><p>As far as I understand it, English man pages are special since they're not in a subdirectory:</p><p>/usr/share/man/man1/tac.1.gz<br>—vs—<br>/usr/share/man/de/man1/tac.1.gz</p><p>And somehow man's language handling doesn't consider them at all when also finding a page in the $LANGUAGE list.</p><p>Workaround: Unset $LANGUAGE when invoking `man`. 💁‍♂️</p><p><a href="https://chaos.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://chaos.social/tags/CLI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CLI</span></a> <a href="https://chaos.social/tags/man" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>man</span></a> <a href="https://chaos.social/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://chaos.social/tags/language" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>language</span></a></p>
Felix Palmen :freebsd: :c64:<p>For documenting <a href="https://mastodon.bsd.cafe/tags/swad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swad</span></a>'s new <a href="https://mastodon.bsd.cafe/tags/configuration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>configuration</span></a> <a href="https://mastodon.bsd.cafe/tags/reload" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>reload</span></a> feature, I finally decided to go with a (at least according to <a href="https://mastodon.bsd.cafe/tags/mdoc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mdoc</span></a> "non-standard") <a href="https://mastodon.bsd.cafe/tags/SIGNALS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SIGNALS</span></a> section in the <a href="https://mastodon.bsd.cafe/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a>. I think it's the most useful way for this. What do you think? 🤔</p>
Mark T. Tomczak<p>(Possibly relevant to <span class="h-card" translate="no"><a href="https://social.jvns.ca/@b0rk" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>b0rk</span></a></span> 's interests)</p><p>So I hit a flag in diff, <code>--unchanged-group-format</code>. It does not show up in the manpage. It does not show up in --help. You can search both those channels for that string and you will not find it.</p><p>You know where it shows up first? If you Google it, you'll get an example in <a href="https://www.gnu.org/software/diffutils/manual/html_node/Line-Group-Formats.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">gnu.org/software/diffutils/man</span><span class="invisible">ual/html_node/Line-Group-Formats.html</span></a>.</p><p>So why doesn't it show up in the manpage? Well, it does! If you read the entire manpage. With your eyes.</p><pre><code> -D, --ifdef=NAME output merged file with '#ifdef NAME' diffs <br> --GTYPE-group-format=GFMT format GTYPE input groups with GFMT <br> --line-format=LFMT format all input lines with LFMT <br> --LTYPE-line-format=LFMT format LTYPE input lines with LFMT <br> These format options provide fine-grained control over the output <br> of diff, generalizing -D/--ifdef. <br> LTYPE is 'old', 'new', or 'unchanged'. GTYPE is LTYPE or 'changed'. <br></code></pre><p>"What do you mean it isn't documented? Of course it's documented. You did read every line and do some template-substitution in your brain, didn't you?"</p><p>This isn't advocating for <em>not</em> reading the manpage. If you really want to understand how the tool works, you read the whole manpage. And probably the source code. 😉 </p><p>... but I <em>don't</em> want to understand how the tool works. I want to diff two files and not have the lines that are the same get emitted.</p><p>And I think a lot of application- and solution-generating computer people, most of the time, in most of their careers, are operating on that level of depth. Problems come in too fast and with too much variety. You <em>absolutely</em> go deep on some things. There is <em>no time</em> to go deep on everything.</p><p>So how do we address this (other than throw up our hands and say "Relying on Google's fuzzy search of the whole Internet and vibe-coding LLMs is the future actually")? I don't have magic bullets, but a "fuzzy search" mode in something like <code>less</code> that could take an input like <code>--unchanged-group-format</code> and twig that it if there's no exact match, it <em>might</em> be related to <code>--GTYPE-group-format</code> would be nice.</p><p>Maybe I should mock that up in emacs. Actually, I bet someone already put it in emacs. ;)</p><p><a href="https://mastodon.fixermark.com/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://mastodon.fixermark.com/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://mastodon.fixermark.com/tags/less" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>less</span></a></p>
Alessandro Scapuzzi<p>Mi domando se sono l'unico che rimpiango i cari e vecchi <a href="https://mastodon.uno/tags/howto" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>howto</span></a> <br>I <a href="https://mastodon.uno/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> howto e <a href="https://mastodon.uno/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> dove era perfettamente SCRITTO come fare qualcosa da A-Z.<br>Solitamente un wiki, lo leggevi ed il tuo cervello si metteva in moto.<br>Adesso si và avanti a video, reels, reddit, 30 post X, e pure ChatGPT, e alla fine non si capisce una mazza, è questo lo sviluppo?</p>
Felix Palmen :freebsd: :c64:<p>And finally, the last piece of <a href="https://mastodon.bsd.cafe/tags/documentation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>documentation</span></a>: An actual <a href="https://mastodon.bsd.cafe/tags/README" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>README</span></a>, which you can read directly on github:<br><a href="https://github.com/Zirias/swad" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/Zirias/swad</span><span class="invisible"></span></a></p><p>This is probably the most important part, because it should be the first thing anyone reads who might be interested in using the software. Together with a <a href="https://mastodon.bsd.cafe/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> and a fully commented example <a href="https://mastodon.bsd.cafe/tags/configuration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>configuration</span></a> file, I'd say documentation is finally complete! 🥳 </p><p>Probably time to craft a first (preview) release of <a href="https://mastodon.bsd.cafe/tags/swad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swad</span></a> 😎</p>
Felix Palmen :freebsd: :c64:<p>And even more <a href="https://mastodon.bsd.cafe/tags/documentation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>documentation</span></a>: Now <a href="https://mastodon.bsd.cafe/tags/swad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swad</span></a> has a <a href="https://mastodon.bsd.cafe/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> (I still think <a href="https://mastodon.bsd.cafe/tags/man" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>man</span></a> is the nicest documentation system for CLI tools and daemons).</p><p>To keep it in sync with help output (-h flag), I use my own tool to generate it:<br><a href="https://github.com/Zirias/mkclidoc" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/Zirias/mkclidoc</span><span class="invisible"></span></a></p><p><a href="https://mastodon.bsd.cafe/tags/C" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>C</span></a> <a href="https://mastodon.bsd.cafe/tags/coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>coding</span></a></p>
gary<p><span class="h-card" translate="no"><a href="https://bsd.network/@lattera" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>lattera</span></a></span> every line of code and new algo or what have you can have provenance and confidence rating as well as tell you exactly what is happening - all the metadata, they have the resources to own and they do interdiction and camp out for years <a href="https://infosec.exchange/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://infosec.exchange/tags/tldp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tldp</span></a> <a href="https://infosec.exchange/tags/documentation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>documentation</span></a> <a href="https://infosec.exchange/tags/metadata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>metadata</span></a> <a href="https://infosec.exchange/tags/katie" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>katie</span></a> sstam <a href="https://infosec.exchange/tags/ft" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ft</span></a> meade</p>
Beady Belle Fanchannel<p>Yes, it’s happening.</p><p><a href="https://mastodon.xyz/tags/mdoc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mdoc</span></a> <a href="https://mastodon.xyz/tags/scdoc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scdoc</span></a> <a href="https://mastodon.xyz/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://mastodon.xyz/tags/lorri" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lorri</span></a></p>
Kevin Bowen (has moved) :xfce:<p>Another "Tech notes to myself" blog post: Adding color to man pages</p><p>I'm still trying to figure out a decent workflow of getting my MarkDown documents converted over to HTML and getting them to render decently. I feel like I may be struggling with publishing to Blogspot than I need to be. Or, I just need more practice.</p><p><a href="https://suburbanalities.blogspot.com/2025/02/adding-color-to-man-pages.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">suburbanalities.blogspot.com/2</span><span class="invisible">025/02/adding-color-to-man-pages.html</span></a></p><p><a href="https://fosstodon.org/tags/ManPage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ManPage</span></a> <a href="https://fosstodon.org/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://fosstodon.org/tags/Terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Terminal</span></a> <a href="https://fosstodon.org/tags/Bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Bash</span></a></p>
Eelco Mulder :mastodon: 🇪🇺<p><span class="h-card" translate="no"><a href="https://mastodon.nl/@mboelen" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>mboelen</span></a></span> </p><p>Wow Michael, wat een werk en wat een boel nuttige info! Rustig uitgelegd en helder verwoord.</p><p>Ik heb zelfs geleerd dat alle package managers TODO heten 🙃 😇 </p><p>Maar alle gekheid op een stokkie, kudo's voor al je werk! Ik ga er zeker zelf nog van leren en zeker naar verwijzen bij mijn geïnteresseerde leerlingen!</p><p><a href="https://mastodon.nl/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://mastodon.nl/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a></p>
LisPiPeople really should stop recommending nodatacow with <a class="hashtag" href="https://udongein.xyz/tag/btrfs" rel="nofollow noopener" target="_blank">#btrfs</a> on anything they care about.<br><br>It also breaks integrity guarantees. Does no one else read the <a class="hashtag" href="https://udongein.xyz/tag/manpage" rel="nofollow noopener" target="_blank">#manpage</a>?
Dendrobatus Azureus<p>When I need docs I do </p><p>`man command'</p><p>When I pressed F1 in a gui program it did the following</p><p>* Request a helper running in my DE to parse a html page<br>* Ask the helper to open my default html parser<br>* __Without asking me__ the helper opened a __massive browser__ ravaging ram just to show me what I could find with<br>`man command`<br>* I wonder why instead the Ui program did not do the following</p><p>* request a helper open a (ba)sh<br>* parse &gt;man command to the helper<br>* have the helper display the manpage in the sh</p><p>The results would be<br>* Much less resources used<br>* No assumption on my current internet connection would be made<br>* That method has worked for 60 years</p><p>&lt;IRC&gt;<br>/m shakes head and looks at the massive browser showing the equivalence of a manpage<br>&lt;/IRC&gt;</p><p><span class="h-card" translate="no"><a href="https://fuzzies.wtf/@altbot" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>altbot</span></a></span> </p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csh</span></a> <a href="https://mastodon.bsd.cafe/tags/qBittorrent" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>qBittorrent</span></a> <a href="https://mastodon.bsd.cafe/tags/torrent" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>torrent</span></a> <a href="https://mastodon.bsd.cafe/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://mastodon.bsd.cafe/tags/man1" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>man1</span></a> <a href="https://mastodon.bsd.cafe/tags/F1" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>F1</span></a> <a href="https://mastodon.bsd.cafe/tags/F1Help" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>F1Help</span></a> <a href="https://mastodon.bsd.cafe/tags/WomenWhoCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WomenWhoCode</span></a> <a href="https://mastodon.bsd.cafe/tags/640daysofcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>640daysofcode</span></a> <a href="https://mastodon.bsd.cafe/tags/301daysofcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>301daysofcode</span></a> <a href="https://mastodon.bsd.cafe/tags/730daysofcode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>730daysofcode</span></a> <a href="https://mastodon.bsd.cafe/tags/100DaysOfCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>100DaysOfCode</span></a> <a href="https://mastodon.bsd.cafe/tags/1000DaysOfCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>1000DaysOfCode</span></a> <a href="https://mastodon.bsd.cafe/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.bsd.cafe/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://mastodon.bsd.cafe/tags/DEVCommunity" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DEVCommunity</span></a> <a href="https://mastodon.bsd.cafe/tags/RetroComputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RetroComputing</span></a> </p><p><a href="https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/qbittorrent/qBittor</span><span class="invisible">rent/wiki/Frequently-Asked-Questions</span></a></p>
avlap<p>Please put examples in your <a href="https://mastodon.nl/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a>. </p><p>It tells more then words. </p><p><a href="https://mastodon.nl/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.nl/tags/Unix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Unix</span></a> <a href="https://mastodon.nl/tags/Debian" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Debian</span></a></p>
Dendrobatus Azureus<p><span class="h-card" translate="no"><a href="https://mastodon.social/@RadioAzureus" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>RadioAzureus</span></a></span> </p><p>$ man lolcat</p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/man" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>man</span></a> <a href="https://mastodon.bsd.cafe/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://mastodon.bsd.cafe/tags/7z" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>7z</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csh</span></a> <a href="https://mastodon.bsd.cafe/tags/sockets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sockets</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>POSIX</span></a></p>
Dendrobatus Azureus<p><span class="h-card" translate="no"><a href="https://infosec.exchange/@schtaks" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>schtaks</span></a></span> </p><p>My world runs on Libre FOSS OSS software </p><p>🖋️ <a href="https://mastodon.bsd.cafe/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://mastodon.bsd.cafe/tags/C64" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>C64</span></a> <a href="https://mastodon.bsd.cafe/tags/assembly" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>assembly</span></a> <a href="https://mastodon.bsd.cafe/tags/binary" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>binary</span></a> <a href="https://mastodon.bsd.cafe/tags/hexadecimal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hexadecimal</span></a> <a href="https://mastodon.bsd.cafe/tags/hex" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hex</span></a> <a href="https://mastodon.bsd.cafe/tags/man" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>man</span></a> <a href="https://mastodon.bsd.cafe/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://mastodon.bsd.cafe/tags/7z" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>7z</span></a> <a href="https://mastodon.bsd.cafe/tags/sh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sh</span></a> <a href="https://mastodon.bsd.cafe/tags/zsh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.bsd.cafe/tags/ksh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.bsd.cafe/tags/csh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csh</span></a> <a href="https://mastodon.bsd.cafe/tags/sockets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sockets</span></a> <a href="https://mastodon.bsd.cafe/tags/freeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/netBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/openBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.bsd.cafe/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.bsd.cafe/tags/POSIX" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>POSIX</span></a></p>
Radio Azureus<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@visone" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>visone</span></a></span> I tried 7zip as the command because that is the way it was mapped in win64 in bash. I have scoop &amp; git installed on those machines.</p><p>🖋️ <a href="https://mastodon.social/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://mastodon.social/tags/man" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>man</span></a> <a href="https://mastodon.social/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://mastodon.social/tags/7z" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>7z</span></a> <a href="https://mastodon.social/tags/sh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sh</span></a> <a href="https://mastodon.social/tags/zsh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.social/tags/ksh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.social/tags/csh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csh</span></a> <a href="https://mastodon.social/tags/sockets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sockets</span></a> <a href="https://mastodon.social/tags/freeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.social/tags/netBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.social/tags/openBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/POSIX" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>POSIX</span></a></p>
Radio Azureus<p>I've learned something wonderfull again from my POSIX OS workstation.</p><p>I was looking for 7zip and did not bother to type 7z then tab. I was so delighted the name is **just** 7z. Of course Im reading the man page!</p><p>🖋️ <a href="https://mastodon.social/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://mastodon.social/tags/man" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>man</span></a> <a href="https://mastodon.social/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://mastodon.social/tags/7z" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>7z</span></a> <a href="https://mastodon.social/tags/sh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sh</span></a> <a href="https://mastodon.social/tags/zsh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.social/tags/ksh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.social/tags/csh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csh</span></a> <a href="https://mastodon.social/tags/sockets" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sockets</span></a> <a href="https://mastodon.social/tags/freeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>freeBSD</span></a> <a href="https://mastodon.social/tags/netBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>netBSD</span></a> <a href="https://mastodon.social/tags/openBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>openBSD</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/POSIX" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>POSIX</span></a></p>
Radio Azureus<p>TIL about manpageblog which is <br>a small, lightweight blog engine, {Python} offering several advantages in a look of a man page</p><p><a href="https://github.com/gyptazy/manpageblog" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/gyptazy/manpageblog</span><span class="invisible"></span></a></p><p>🖋️ 🖋️ <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://mastodon.social/tags/sh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sh</span></a> <a href="https://mastodon.social/tags/zsh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zsh</span></a> <a href="https://mastodon.social/tags/ksh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ksh</span></a> <a href="https://mastodon.social/tags/csh" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>csh</span></a> <a href="https://mastodon.social/tags/manpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>manpage</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/POSIX" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.social/tags/NIC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NIC</span></a></p>