this post was submitted on 14 Jun 2025
232 points (99.2% liked)

Linux

55243 readers
1494 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Why software do you use in your day-to-day computing which might not be well-known?

For me, there are ~~two~~ three things for personal information management:

  • for shopping receipts, notes and such, I write them down using vim on a small Gemini PDA with a keyboard. I transfer them via scp to a Raspberry Pi home server on from there to my main PC. Because it runs on Sailfish OS, it also runs calendar (via CalDav) and mail nicely - and without any FAANG server.

  • for things like manuals and stuff that is needed every few months ("what was just the number of our gas meter?" "what is the process to clean the dishwasher?") , I have a Gollum Wiki which I have running on my Laptop and the home Raspi server. This is a very simple web wiki which supports several markup languages (like Markdown, MediaWiki, reStructuredText, and Creole), and stores them via git. For me, it is perfect to organize personal information around the home.

  • for work, I use Zim wiki. It is very nice for collecting and organizing snippets of information.

  • oh, and I love Inkscape(a powerful vector drawing program), Xournal (a program you can write with a tablet on and annotate PDFs), and Shotwell (a simple photo manager). The great thing about Shotwell is that it supports nicely to filter your photos by quality - and doing that again and again with a critical eye makes you a better photographer.

top 50 comments
sorted by: hot top controversial new old
[–] floatingpin@lemmy.blahaj.zone 10 points 2 hours ago (2 children)

I really like units. It feels much better to use than the calculator that pops up after a Google search.

~ $ units '190 cm' 'ft;in'
	6 ft + 2.8031496 in
[–] SilverShark@lemmy.world 1 points 40 minutes ago

This looks amazing and I need to have it in my life. Thank you so much for sharing

[–] vaionko@sopuli.xyz 1 points 48 minutes ago

Cool! Though I'll probably still use krunner for this

[–] fodor@lemmy.zip 5 points 2 hours ago

qpdf is handy for merging PDFs. Command line but quick to learn for most usage.

[–] FlappyBubble@lemmy.ml 2 points 2 hours ago (1 children)

I would say Rymdport (https://github.com/Jacalz/rymdport). It's a GUI for the magic-wormhole tool (another recommendation in itself). It let's you easily and safely transfer files to another computer.

[–] Unmapped@lemmy.ml 1 points 1 hour ago (1 children)

I use Localsend to send files between my computers. Also to family and friends if they are local at the time. I keep seeing magic-wormhole mentioned on Lemmy. Do you know if wormhole is better somehow? Is it worth me trying it?

[–] Flatfire@lemmy.ca 1 points 22 minutes ago

Biggest difference is that wormhole will pass traffic between devices on different networks as long as both are routable. So it's not limited to a local network connection.

[–] meekah@lemmy.world 8 points 3 hours ago

Steam added an excellent screen capture feature to their overlay, but I like being able to capture my screen anytime, not just when playing games with the steam overlay.

gpu-screen-recorder is the perfect tool for this, you set up a command to run at startup and the software records the last X minutes in the background, with barely any hardware utilization. Add a hotkey for another command that saves the recorded clip to a file, and boom, simple and efficient replay recorder. I'm honestly surprised this app wasn't mentioned yet.

[–] Gelik@feddit.dk 10 points 3 hours ago

auto-cpufreq to automatic CPU speed & power optimizer to improve battery life for Laptops.

Syncthing for syncing folders and files directly between your devices.

Also whatever software or driver I loaded to make this HP Thunderbolt Docking Station work with Linux.

[–] ohshit604@sh.itjust.works 2 points 2 hours ago* (last edited 2 hours ago)

The Docker Engine makes hosting applications over your network easy, if you have spare hardware I highly recommend setting up your own server.

[–] Nemoder@lemmy.ml 3 points 3 hours ago (1 children)

Ocenaudio for audio editing. It's not FOSS but it's native, simple to use, and doesn't have backend library issues I kept having with audacity.

[–] kurcatovium@lemm.ee 5 points 3 hours ago

Try tenacity, it's audacity fork, available on flathub. I have good experience with it.

[–] arsCynic@beehaw.org 4 points 3 hours ago* (last edited 3 hours ago)

AutoKey automation / word expander tool.

  • I reconfigure ALT + i/j/k/l to ↑←↓→ globally, and more similar shortcuts.
  • It expands abbreviations of one's choice like "gCo" to git commit -m '
  • One can assign scripts to abbreviations and hotkeys. E.g., when I press CTRL + Shift + [ it surrounds the selected text with a tag:
text_selected = clipboard.get_selection()
text_input = dialog.input_dialog(title="Wrap with a tag.", message="E.g., type cite to get <cite>x</cite>.", default="")
keyboard.send_key("<delete>")
clipboard.fill_clipboard(f"<{text_input[1]}>{text_selected}</{text_input[1]}>")
keyboard.send_keys("<ctrl>+v")

I'm likely not even harnessing AutoKey's full capabilities and it's already absolutely indispensable for being a huge time-saver and annoyance reducer.

- -
✍︎ arscyni.cc: modernity ∝ nature.

[–] minibyte@sh.itjust.works 7 points 4 hours ago (1 children)

You’ve heard of it for sure, but shout out to Audacity. I used Cool Edit Pro for years before having to switch to Adobe Audition. The UI in Audacity feels surprisingly familiar and it does what I need it to do.

[–] buttnugget@lemmy.world 3 points 4 hours ago (4 children)

I believe audacity was forked over issues with privacy or something like that.

[–] mactan@lemmy.ml 1 points 3 hours ago

I just removed it's network access from the flatpak, I don't make extensive use of it but it's really handy to have at hand

load more comments (3 replies)
[–] Manifish_Destiny@lemmy.world 3 points 5 hours ago (2 children)

I do a fair amount of pentesting and I'm on mobile, so I'll just list software.

Trufflehog & nosey parker (both kinda suck, but there's nothing better)

Subfinder

Nuclei

Credmaster

To name a few.

[–] fossilesque@mander.xyz 1 points 3 hours ago

Can you expand on these later when you have time?

load more comments (1 replies)
load more comments
view more: next ›