What's the best open source app or utility that no one else has heard of?
(Please note that your replies may be read out and discussed on an episode of Late Night)
What's the best open source app or utility that no one else has heard of?
(Please note that your replies may be read out and discussed on an episode of Late Night)
@LateNightLinux Zim Wiki. It's a FOSS note-taking/personal wiki manager that is amazing and doesn't get enough love.
@LateNightLinux
Dunno if two are allowed, but I'd say:
- Cameractrls
- - A utility for controlling aspects of your webcam
- Hidamari
- - Live wallpaper program for Linux, allowing for i.e. setting a video file as your wallpaper
(kinda like a Wallpaper Engine for Linux, if you will)
@LateNightLinux I really like Kanata¹ which is a keyboard remapper. The features work the same as QMK firmware so now laptop keyboard mapping behaves the same as my split ergonomic Corne keyboard.
QMK for your laptop is my sales pitch!
sshfs
for mounting remote folders easily into the local filesystem, without needing to set up Samba or NFS first.
(I heard about it on various podcasts over the years, so couldn't really say nobody has heard of it.. :)
@LateNightLinux not sure about the "no one else heard of" part, but those tools are awesome and not super popular, I guess:
- @forgejo a selfhostable GitHub alternative with easy config and setup
- kStars, a skymap, telescope control and astrophotography image acquisition software
- siril, advanced astrophotography editing app
Chat via email, encrypted
Ledger - nifty little program for accounting and timekeeping. All from the command line and following the Unix philosophy.
https://ledger-cli.org
@LateNightLinux This is going to be niche as hell, but it's saved me so much work over the years. It's a Windows app, yes, but it's fully open source, released under the GPLv3 license.
It’s called the SIP Testing Tool, written by Mike Fields at Central Library Consortium in Ohio. As a systems librarian I deal with a thing called Standard Interchange Protocol version 2, aka SIP2. This protocol provides a common language between self-checkout machines at your local library and the library automation system running in the background.
Now, sometimes this protocol falls over and I need to get into a public library's database and production server to see what might be wrong. With this tool, I can send and receive communications just like a self-checkout machine and see how the library's server responds. It provides a readout of the messages (or lack thereof) traveling between the systems and, in minutes, I can usually nail down where the problem might be and fix it.
And then everyone at the library can check out their materials again!
@LateNightLinux GNU Octave helped me in some math classes. I love having a FOSS implementation of Matlab which integrates really well with the other tools I use, like Emacs with org-mode to generate nice documents, but Emacs is a whole other thing and it's also a lot more known.
@LateNightLinux
Recently discovered the 'nvme' tool, for retrieving disk information (for NVMe drives). As SSD's only increase in numbers, it could be good to know about.
And some self-promotion, as many people still don't know it: Lynis, a configuration checker / security scanner, made in shell script.
Stretchly is a fantastic break reminder app. Simple intuitive UI. Helpful tips. Helps prevent all sorts of health issues from sitting down for too long
OctoPrint is a must-have for 3D printers. It's a tool that runs as website, and can control your 3D printer using direct firmware messages.
Converts any cheap 3D printer into a smart one, you only need a Raspberry Pie or similar connected to it.
@LateNightLinux Serious answer first: vidir
Edit directories and filenames in any text editor, making it much easier to bulk rename and move.
~/.bashrc: alias vidir='VISUAL="kate --block" vidir'
For fun: Microsoft PowerToys.
It gets me a bit closer to Linux desktop comforts (e.g. always on top) on my work Windows 11 laptop.