this post was submitted on 14 Jun 2025
271 points (98.6% liked)

Linux

55284 readers
1361 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
[–] whotookkarl@lemmy.world 1 points 6 minutes ago

Redshift, it changes the brightness/color on the display bluer closer to midday and redder at night. Twilight is a similar app on android.

[–] phantomwise@lemmy.ml 2 points 35 minutes ago* (last edited 19 minutes ago)

GNU Stow, definitely. I can't stress enough how wonderful this app has been for my sanity. I use it to manage my dotfiles and personal data.

I made one dotfiles folder, which contains home, etc and usr subfolders. I put all my configs in it (dotfiles, themes, custom keyboard layouts, etc) in the relevant subfolders, then with Stow I symlink dotfiles/home to /home/username, dotfiles/etc to /etc and dotfiles/usr to /usr, and poof symlinks are created for everything in it. That way all my configs are in one folder, I can sync it to my NAS easily, make it a git repo for version control, and even upload it to github. It's amazing 🥰 I also made a personal folder which contains Documents, Pictures, Videos, etc, all symlinked to /home/username/Documents and such, so I only have one folder to back up for my personal data. Yes I'm very lazy and hate doing backups 😅

Rofi (or here for the X11 version) : It's the best app launcher by miles, even if I used a DE I'd still use rofi. But I also use it for a lot of other stuff that it's much less well known for: the run mode for launching scripts and other executables, the ssh mode for ssh, rofi-calc for a very light and fast calculator that understand natural language, rofi-games as a games launcher, rofi-emoji as emoji selector... Rofi is life, rofi is love, rofi is God.

Libation to liberate audiobooks from Audible. There's tons of apps to download and un-DRM your files from various platforms, but most only work on Windows. This one does work on linux 🥳

Lots of self-hosted apps for my media server, but they are all pretty well known (Jellyfin, Audiobookshelf, Komga) except maybe Suwayomi Server for manga (it can sync progress to AniList, and there are plugins to enable downloading from online manga reading sites)

ani-cli for watching anime because I'm a crazy person who grew up with MS-DOS and TUI apps make me happy. Also it's often more convenient than having to check ten different websites to find the one anime you want to watch only to discover that half of them have been taken down.

yt-dlp to download videos from YouTube. I use wrapper scripts to make it more convenient to use because I'm lazy, but it's great.

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

Any benefits to help notes stuff over obsidian or other?

[–] RedSnt@feddit.dk 7 points 5 hours ago (1 children)

Boxbuddy makes it incredibly easy to use distrobox, a great way to install software that might not be available for your distro, but is available on another distro, or just a way to keep a piece of software in a stable state (like DaVinci Resolve with davincibox).

If you use a "gaming distro", I'm sure you've seen Input Remapper. It's a neat utility that can create macros for all your peripherals or rebind keys as you like. Want to bind you controller so it works like a mouse? Possible. Want to macro key pressed by using the forward button on your mouse? Possible.

Did you leave Foobar2000 behind when you switched to Linux? Why not give Fooyin a try. It's a relatively new audio player with aspirations of becoming just as configurable as FB2K. For me replaygain is quite important, and while some other FOSS audio players support it, not many has replaygain generation. And Fooyin does. While also being just as easy to set up and use as Foobar. Worth a look.

[–] blayd@lemmy.ml 4 points 4 hours ago

A good Foobar alternative is Deadbeef music player, another one with modular design, replaygain, and lots more. Built on GTK

[–] fmstrat@lemmy.nowsci.com 5 points 6 hours ago

GitHub Application Manager (GAM): https://github.com/fmstrat/gam

It's like apt for installing directly from Github releases. A plug, sure, but I still use it regularly for things like FreeCAD, Cura, OrcaSlicer, and so on.

[–] piranhaphish@lemmy.world 6 points 7 hours ago* (last edited 7 hours ago)

gnome-network-displays let's you cast your screen to a wireless display (Miracast) or to a Chromecast device.

It works with KDE no problem and even under Wayland.

It creates a virtual display that can be organized like any other display: unify with another screen or extend the desktop using your DE's default method/UI. And then it uses standard screen sharing conventions to send content to that virtual display.

I don't know what kind of dark arts the developer(s) employed to make this possible, but the end result is simple wireless display in Linux that just works! A MUST for using Linux in a business setting.

[–] jjlinux@lemmy.ml 5 points 6 hours ago

FlameShot. In my opinion, the best and most versatile screen capture app for Linux distros, especially if you use Gnome as your DE.

[–] floatingpin@lemmy.blahaj.zone 23 points 10 hours ago (4 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
[–] phantomwise@lemmy.ml 3 points 26 minutes ago

If you don't want to bother with a CLI app and specific syntax to follow, there's rofi-calc, it's super fast to load since it's just rofi and it understands natural language. When I stumbled upon it I found the idea of a calculator that understands you when you type "30 feet in mm" or "10 usd in euros" completely mindblowing. Props to qalc for making it possible

[–] rayhem@lemm.ee 11 points 7 hours ago

units is really powerful. I worked with the team there to appropriately support Gaussian units since it seems no other tool would—took a bit of retrofitting to support fractional exponents like "grams^1/2", but I have yet to find another tool that handles this even remotely correctly.

[–] vaionko@sopuli.xyz 4 points 8 hours ago

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

[–] SilverShark@lemmy.world 2 points 8 hours ago

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

[–] Gelik@feddit.dk 13 points 11 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.

[–] fodor@lemmy.zip 7 points 10 hours ago

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

[–] meekah@lemmy.world 8 points 11 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.

[–] ohshit604@sh.itjust.works 4 points 10 hours ago* (last edited 10 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.

[–] minibyte@sh.itjust.works 9 points 12 hours 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 hour ago

Not foss but Ocenaudio is leaps ahead of audacity imo.

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

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

load more comments (4 replies)
[–] arsCynic@beehaw.org 6 points 11 hours ago* (last edited 11 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.

[–] FlappyBubble@lemmy.ml 3 points 10 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 5 points 9 hours ago (2 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?

[–] FlappyBubble@lemmy.ml 3 points 7 hours ago

Very different tool. Magic-wormhole is dead simple, works over CLI and requires no setup. It's not dependant on computers being within the same LAN. I wouldn't use it with non-technical people. For users with some skill Rymdport is an option for them to interface with magic-wormhole. The tool is great for transferring secrets when setting up computers for example.

[–] Flatfire@lemmy.ca 4 points 8 hours 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.

[–] Nemoder@lemmy.ml 4 points 11 hours ago (2 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.

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

100%, super impressed with Ocenaudio.

[–] kurcatovium@lemm.ee 7 points 10 hours ago

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

load more comments
view more: next ›