this post was submitted on 14 Jun 2025
336 points (98.8% liked)

Linux

55347 readers
652 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.

(page 2) 50 comments
sorted by: hot top controversial new old
[–] meekah@lemmy.world 11 points 2 days ago (3 children)

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.

load more comments (3 replies)
[–] r_deckard@lemmy.world 16 points 2 days ago* (last edited 2 days ago)

ffmpeg - www.deb-multimedia.org . I edit podcast videos for distribution to subscribers. High-quality video produces very large files but if they're only going to be watched on laptops, tablets, and phones, I can throw away a lot of bits without noticeably affecting quality on a phone screen.

And nothing does that better or faster than ffmpeg.

[–] minibyte@sh.itjust.works 12 points 2 days ago (2 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.

[–] Elkenders@feddit.uk 2 points 1 day ago

Not foss but Ocenaudio is leaps ahead of audacity imo.

[–] buttnugget@lemmy.world 5 points 2 days ago (4 children)

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

load more comments (4 replies)

Pinta is the main one that comes to mind. I don't use it every day, far from it, and that's a part of why I love it. On the rare occasion that I have to do some image editing, I load up Gimp and then proceed to fight against it for at least a whole day to make it do the simplest of things before finally ragequitting. Then I load up Pinta and actually get the task done in either minutes or hours at most.

It's like old school MS Paint, but better. Simple, intuitive, no huge learning curve, just enough features to get my nonprofessional tasks done. It should be a distro default.

[–] fodor@lemmy.zip 8 points 2 days ago

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

[–] arsCynic@beehaw.org 9 points 2 days ago* (last edited 2 days 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.

[–] klu9@piefed.social 31 points 2 days ago (4 children)

KDE Connect

I've used it a lot just to control audio or video playing on my computer from my phone. (Sometimes when I'm sat at my computer with multiple windows and workspaces open, I even find it easier just to hit my phone's lockscreen to pause the music.)

I'm starting to use some of its other features, too. E.g. copying & pasting and sharing files between phone and computer.

There's more too I need to explore.

(Unfortunately, sometimes I get a 'device unreachable' error when both devices clearly have a working connection to the same router.)

It's the best.

Being able to communicate with apple users who are still clinging on to sms with a keyboard is great. I detest typing on touchscreens.

[–] Showroom7561@lemmy.ca 7 points 2 days ago

I've been using that a lot, but I wish there was a "disconnect" on the phone's app, rather than keeping a persistent connection.

load more comments (2 replies)
[–] confusedwiseman@lemmy.dbzer0.com 19 points 2 days ago (4 children)

Logseq for notes and task tracking. It’s an open source alternative to obsidian. Life saver for tracking stuff at work.

https://logseq.com/

[–] kurcatovium@lemm.ee 5 points 2 days ago (1 children)

I tried logseq to manage my notes at work and it just didn't click with me.

I ended up using QOwnNotes https://www.qownnotes.org/ which might be not as polished, but it is very easy to start with. I don't need nor want cloud/sync, and since this ones notes are plain .md files in a folder, it's easy to back up (or edit) externally when needed. I like it for what it does.

Glad you found one that worked for you.

As far as I’m aware, Logseq also just uses .md files. I back those up regularly and I do use the cloud sync. The cloud sync lets me alternate use between my computer and my tablet for work. I could use just one device, but this was a significant advantage for me.

I also keep a separate log for personal work which I can add to via special shortcuts from my phone.

load more comments (3 replies)
[–] Elkenders@feddit.uk 3 points 1 day ago

Any benefits to help notes stuff over obsidian or other?

[–] thingsiplay@beehaw.org 29 points 3 days ago (3 children)

FreeTube, a desktop client to watch YouTube videos, without an account. Why not use a browser without an account? Well, it has a watch history, favorites and subscriptions as if you had an account - but its all "offline" account, without Google involved (besides watching their video). So it manages an account with subscriptions, without YouTube account. Plus it integrates an ad blocker and SponsorBlock, and has a few more features on its sleeve.

kdotool, a xdotool like program for KDE on Wayland. Just learned about it when setting up another application. But I will use it for independently too.

There are more, but this is what came to my mind right now.

load more comments (3 replies)
[–] SkavarSharraddas@gehirneimer.de 23 points 3 days ago (1 children)

GNU parallel, to run commands on all cores, and for its filename pattern substitution.

For example: ls *.flac | parallel ffmpeg -i {} {.}.mp3 encodes a directory of FLAC files to MP3. parallel -a <(ls *.flac) -a <(ls *.mp3) --xapply copytags {1} {2} then copies each FLAC file's metadata to the corresponding MP3 file (which ffmpeg already does, just to illustrate the --xapply option).

edit: copytags is https://github.com/DarwinAwardWinner/copytags if that's useful for anyone.

load more comments (1 replies)
[–] ohshit604@sh.itjust.works 5 points 2 days ago* (last edited 2 days ago)

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

[–] HelloRoot@lemy.lol 25 points 3 days ago* (last edited 3 days ago) (5 children)
  1. xpipe – I use it to SSH into any of my servers, cluster nodes or directly into docker containers without having to remember hostnames, IPs, users. It can also bring your useful scripts to said ssh session without "installing" them on the target device, which is great because you don't have to set it up for every new server. Also the dev is a really nice guy.

  2. Portmaster + SPN – I use it to route each app through different VPN paths with multihop support and per app firewall rules. (e.g. one app via Denmark, another via a random country, third app no VPN, fourth app gets no internet at all etc.) It really gives you full control over the traffic. afaik there is no other all in one app like this.

  3. wdfs - It's an old project that is patched by this random github user. It's the only way I found to mount a webDAV storage cleanly into a directory from a bash script without fucking with my fstab or being root or giving specific privileges to my user. I mount it from a bash script because that way I can use KDE wallet to store the credentials instead of having a plain text file somewhere on my fs, the script waits until the wallet is unlocked, then reads the credentials from it and mounts the webDAV to a path in my home. That is more accessible to apps and other scripts (e.g. recent files) instead of doing it via Dolphin, which generates a random string in the path every time when opening network storage.

load more comments (5 replies)
[–] kaki@sh.itjust.works 21 points 3 days ago (3 children)

Qalculate!, the calculator I use every time I need to do a calculation, especially if it involves units or currency conversion. Does everything I've ever needed out of an everyday calculator (even symbolic calculation and exact results), while keeping the usual simple calculator interface.

load more comments (3 replies)
[–] pineapplelover@lemm.ee 10 points 2 days ago (5 children)

Qalc. Best calculator ever hands down

[–] phantomwise@lemmy.ml 2 points 1 day ago

rofi-calc, because it's qalc in rofi. Rofi makes everything better 🙂

load more comments (4 replies)
[–] Jg1@lemmy.zip 7 points 2 days ago (1 children)

I'm trying Linux for the first time as soon as a serving hard drive arrives, bookmarking this thread!

[–] HaraldvonBlauzahn@feddit.org 4 points 2 days ago* (last edited 2 days ago)

In that case, the curated list of applications in the Arch wiki could be invaluable for you:

https://wiki.archlinux.org/title/List_of_applications

  • in other distributions, these packages normally have the same names.

Also, if you need something, I've found it often to be a good strategy to sit and write down what you personally need from a software - what are your requirements, and then go and search which available software matches these. The other way around, there are just too many alternatives: Any larger distro has tens of thousands of packages, and you won't have time to try them all.

[–] MachineFab812@discuss.tchncs.de 9 points 2 days ago (3 children)

digiKam was the first Linux application I encountered that was so polished and useful for what it does that I tried to shoe-horn it into any and every DE I experimented with, as well as installing it onto my windows machines under KDE4Win.

load more comments (3 replies)
[–] sxan@midwest.social 18 points 3 days ago* (last edited 3 days ago) (4 children)

Every day?

  • Herbstluftwm, the window manager. I used i3 for a decade, then bspwm for a few months, then landed on hlwm which I've been happily using for over a year. I don't foresee changing until I'm forced to switch to Wayland. I've used almost every window manager and DE available for Linux and Solaris. Hlwm has things I can no longer live without:
    • It's entirely configuration-file-less, which means the CLI client is the first class citizen for C&C.
    • It's tiled and keyboard controllable is, again, a first-class citizen
    • It has a sane tree model, with no weird exceptions
    • It's stable
    • It's fast and small. You never see it in top, sorting either by CPU or memory
  • Zsh, the shell, in which I run 90% of my applications (the regular exceptions being the Luakit browser and Factorio, the game. everything else is CLI or a TUI). Zsh is bash backwards compatible, and it has a bunch of extra convenience syntax that makes scripting more powerful, pushing out the border where switching to a real programming language is necessary. I have lived in sh, bash, and csh over my life, and I've tried fish and a number of others; the rich data model for process communication is compelling, but I've always discovered it lacking, so on zsh I remain.
  • Tmux, the terminal multiplexer, which is (almost) invariably the first child of every terminal (rio -e 'tmux attach -t#'). Because terminals crash, because it survives session restarts, because it lets me log in remotely and continue what I started in my desktop, and because it works over ssh and having a consistent multiplexer environment across machines is nice. I used sceen for years before discovering tmux, and have tried almost every other terminal multiplexer; and none add any significant value for me over tmux.
  • Helix, the editor in which I spend most of my time. Because I started with emacs and used it for years before switching to vim. Then I used vim for decades before switching to Kakoune. Then I used Kakoune for about 2 years before switching to helix. Kakoune was too much like Emacs for my taste: heavy on chording, light on modality. Helix is much more like vim: lighter on chording, more mode-driven. Chording aggravates my carpel tunnel, and I'm more comfortable in modal editors. I switched from vim because the plugins necessary to be a competent development environment got insane, and my vim was starting to take as long to start up as emacs, which was unacceptable. Also, LSP integration was super flaky and broke every six months; it's what initially drove me to Kakoune.

I'm currently using Rio as my terminal. It has bugs, but it's actively developed and regularly releases will fix one more thing. It has both ligature and sixel support, and it's wildly fast and far, far less memory intensive than either kitty or ghostty, which are both pretty fat. I am not including it in "the list" because some remaining bugs are pretty big, like randomly crashing when it gets resized or sees some sequence of asci escape codes. It's not much of an issue because I run everything in tmux, and it crashes less with every release, but I hesitate to recommend it until it's more stable.

load more comments (4 replies)
[–] z3rOR0ne@lemmy.ml 12 points 2 days ago (4 children)

Espanso Text Expander. Its not Linux specific but its got so many uses. You can even use it with bash scripts to have essentially alises/text shortcuts for short or massive amounts of text. I use it for so many code snippets and template texts in Neovim and other applications that involve typing.

load more comments (4 replies)
load more comments
view more: ‹ prev next ›