veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

260
active users

#cli

14 posts14 participants4 posts today

Exciting news — Packt’s C# & .NET Mega Bundle is now live on Humble Bundle!

Whether you’re just starting with C# fundamentals or building .NET solutions, this curated collection of 20+ expert-written books has you covered.
💡 $785 worth of books 💸 Just for $18

Plus, a portion of the proceeds supports @save the Children

packt.link/QlGrs

Humble BundleHumble Tech Book Bundle: C# and .NET Mega Bundle by PacktLearn how to master C# and .NET with the newest Mega Bundle of coding and programming courses by Packt. Pay what you want & support charity!

With so many SSH keys it can be hard to know which pubkey (as in the file, not contents) belongs to which SSH agent, especially if not created with a trailing comment (which has opsec value btw).

Drop this oneliner into your ~/.bashrc (have not tested other $SHELL):

```
whichkey() { c="cut -d ' ' -f 2"; k=$(ssh-add -L | eval $c); for i in $(ls ~/.ssh/*.pub); do j=$(cat $i | eval $c); if [[ $k == $j ]]; then echo $i; fi; done; }
```

`source ~/.bashrc` then:

```
whichkey
```
#linux #unix #cli

Replied in thread

@wolf480pl OFC limiting the scope of a project is important.

  • I.e. "I don't want to do a #GUI with like a modern desktop for @OS1337 because that'll exceed the desired complexity and sticking to #TUI / #CLI is the best I want to do." is such a scope.

OFC there are reasons why #bash is bash and why i.e. #toybox will most likely only implement a tiny subset of bash in toysh and why @landley hasn't implemented support for .bash_aliases yet [if he'd ever do that considering there are more pressing TODOs than "some hobbyist doodler's wish"...

  • Either way I don't fault either #developers for that: I don't pay them for their work so I don't get to tell them what they should do! In fact I'm grateful for their work and that they decided to release it and license it as #FLOSS and not #CCSS...
landley.netToybox 0.8.12 command help

How To Convert A PDF File To Markdown (With Images) In Linux | OSTechnix - DF files are great for sharing documents, but they are not easy to edit or convert into other formats. If you want to convert a PDF to Markdown format (while keeping the images), this guide will show you how to do it using poppler-utils and pandoc, two powerful open-source tools used for document processing.
ostechnix.com/convert-pdf-to-m
#pdf #linux #documentation #cli #debian #ubuntu
via magicfab.ca/liens

I built an open-source CLI for developers that TLDRs emails privately using Ollama. This will be my first CLI ever, and I'm concerned it might have issues. What can I do?

My brilliant idea is to gather feedback before I start implementing it. You can leave it here: github.com/Frodigo/garage/disc

(The attached image shows a summarized email using this tool and the Llama 2 model)

Clocking buttons on a form doesn't inspire #creativity, it doesn't feel powerful, everyone's doing it, it can't inspire #curiosity.. Now, typing a few commands into the #cli, makes you feel like a powerful level 99 #wizard and makes you want to dig round in your infinite bag of holding.

I guess what I'm saying, is if you are new to the #homelab or #selfhosted space,... Ditch #wireguard #web #gui apps and use the #terminal

Moreso,.. Ditch #windows and use #linux

Start with a spare device.

Der #Mastodon #cli Client #tut unterschlägt immer mal wieder meine eigenen Nachrichten und zeigt diese nicht an. Zum Beispiel meine unmittelbar zuvor geschriebene. In der App ist sie zu sehen, aber hier auf dem PC nicht. (Deswegen konnte ich auch nicht diesen Text als Antwort darauf verfassen) Wollte ich einfach mal angemerkt haben.