What is your most useful Linux app which others might not know about (please don't just give the name but a link and why it is good for you) ?
from HaraldvonBlauzahn@feddit.org to linux@lemmy.ml on 14 Jun 11:58
https://feddit.org/post/14167855

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:

#linux

threaded - newest

HelloRoot@lemy.lol on 14 Jun 12:31 next collapse

  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.

Intempesta@lemmy.ml on 14 Jun 13:28 next collapse

  1. Wdfs… And Rclone? rclone.org/webdav/
HelloRoot@lemy.lol on 14 Jun 14:07 collapse

Can rclone mount it transparently? I thought it is more like a one time copy / sync.

What I mean by that is that the remote storage should look like a normal directory to the rest of the system and any reads and writes should go over the network directly to the remote without occupying local disk space.

Also it seems to me that you have to write your credentials to the rclone config file, which I explicitly don’t want.

projectmoon@lemm.ee on 14 Jun 14:43 collapse

Rclone can do file mounts as well as sync.

HelloRoot@lemy.lol on 14 Jun 15:33 collapse

didn’t know that, thank you!

jws_shadotak@sh.itjust.works on 14 Jun 18:44 collapse

I’ve never heard of xpipe until now - I just set it up and this is amazing

mesitoispro@ttrpg.network on 14 Jun 12:51 next collapse

Pithos, it’s a desktop client for Pandora.

thingsiplay@beehaw.org on 14 Jun 16:11 collapse

It’s the first time I see a Ban. This must be really bad…

asg101@lemmy.blahaj.zone on 15 Jun 01:51 collapse

Genocide supporting mod probably disliked the username.

thingsiplay@beehaw.org on 15 Jun 06:02 collapse

That’s just speculation and accusation without proof. Let us not do this here.

sxan@midwest.social on 14 Jun 13:27 next collapse

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.

HaraldvonBlauzahn@feddit.org on 14 Jun 15:12 next collapse

Interesting. Have you tried Stumpwm as well, and if so, how would you compare it to Herbstluftwm?

sxan@midwest.social on 16 Jun 10:02 collapse

That’s one I don’t remember, but I probably wouldn’t have: the config file is in Lisp. Not only is Lisp something I never use anymore, which gives it a high cognitive load, but I don’t particularly care for Lisp-like syntax.

I’m certain there are several less common WMs that I haven’t tried. It’d probably be almost impossible to try every WM every written for X; it seems to be a common hobby project for folks interested in the X protocol.

I did say “almost every”, but perhaps even that was exaggeration. I do think I’ve tried the majority, though.

My differentiator for hlwm, the killer feature, shared by only two other projects that I’m aware of, is that hlwm has no configuration file. All configuration is performed through client commands. Every command interaction that can be performed by a user input - and much that can’t - can also be performed on the CLI. All (?) windowing events can also be monitored on the command line, and therefore scripted. The other two WMs that share at least some of these features are bspwm and river.

JamonBear@sh.itjust.works on 14 Jun 18:20 next collapse

Hooray to Helix!

pemptago@lemmy.ml on 14 Jun 20:37 collapse

+1 for helix. I was new to linux and TUI editors. The vim tutor was a good intro to the concept of modal editors, but needed lsp and syntax highlighting. At the time I struggled a lot with configs, so neovim was out. Helix is just a fantastic, batteries included experience. Approachable for beginners, but feature rich for novices.

Edit: typo, grammer

jeena@piefed.jeena.net on 14 Jun 13:32 next collapse

Right now https://jeena.github.io/recoder/ which I just released and here is why (copied from the website):


🎬 Why Recoder?

I used to edit family videos in Kdenlive without a problem — it handled footage from all our devices without complaining. But then I switched to DaVinci Resolve, and suddenly nothing worked right. My Sony Alpha 7C, my Galaxy S24, and my wife's iPhone all produced files that Resolve couldn’t handle without transcoding.

😤 Too Much Fuss, Too Many Steps

Every time I wanted to edit, I had to hunt down the right ffmpeg settings and manually run them on each video — a frustrating and repetitive task.

My typical workflow is simple: I create one folder per event on an external HDD and drop in videos from all our cameras. A script renames the files based on the date and time so I can easily sort them. But for Resolve, everything has to be transcoded to DNxHD — which only supports resolutions like 1920×1080 and 1280×720.

🔄 Vertical Videos? Extra Pain

That also meant vertical videos couldn’t work. So now, I rotate them during transcoding to preserve resolution and rotate them back in Resolve during editing.

✨ Enter Recoder

I built Recoder to automate this annoying step — so I could spend more time editing memories and less time fiddling with command-line tools.


SkavarSharraddas@gehirneimer.de on 14 Jun 13:52 next collapse

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.

JamonBear@sh.itjust.works on 14 Jun 18:15 collapse

Parallel is great!

Alternatively your second command can be written as: parallel “copytags {1} {2}” ::: *.flac :::+ *.mp3.

Also it is nice to exec commands on multiple devices.

Auster@thebrainbin.org on 14 Jun 13:56 next collapse

KDE's Dolphin + Konsole's integration to Dolphin is great for seamlessly managing files with an UI and terminal hybrid.

Though closed source (overly dramatic music plays), the text editor Sublime Text works great, and at least with major version 3 (last I checked it was in version 4), it can be converted to AppImage without major issues (at worst, paths with spaces have issues).

Firejail is great for starting specific programs offline.

Newsboat is the best RSS feed reader I could find for Linux, specifically due to, with its inbuilt macros, I can set it up to open in new tabs several posts from a comically large amount of feeds.

Libra@lemmy.ml on 15 Jun 02:32 collapse

How does the dolphin/konsole integration thing work? I’m curious.

kurcatovium@lemm.ee on 15 Jun 08:55 next collapse

You press F4 (I believe) in Dolphin and it spawns “tab” of Konsole pointing to curre t location inside Dolphin window.

Libra@lemmy.ml on 15 Jun 11:53 collapse

Whoa, I had no idea! I knew about alt+shift+F4 to open a terminal in the current folder, but that spawns a whole separate konsole instance, F4 is amazing, thank you!

Auster@thebrainbin.org on 15 Jun 16:48 collapse

You press F4 and a window within Dolphin comes up, already "cd-ed" to the current directory, the terminal working as Linux's default bash terminal:
https://media.ani.social/01/97/74/79/47/67/7d/23/b3/7d/49e623d62d04.webp

Seems like a simple thing? Indeed. But it's a small detail that saves a lot of time in the long run for helping with the workflow. No need to switch back and forth between two different windows.

Everyday0764@lemmy.zip on 16 Jun 18:18 next collapse

and the konsole is kept automatically in the dir you are currently. is very handy when you need do do something in the terminal and you need immediate feedback.

Libra@lemmy.ml on 16 Jun 19:21 collapse

Simple but extremely useful, someone pointed that out the other day and I’ve been using it ever since. It’s my favorite feature of dolphin so far.

skrlet13@feddit.cl on 14 Jun 14:10 next collapse

Not Linux exclusive, but freefilesync.org and goaccess.io my beloved

Easy file sync and easy log checking

kaki@sh.itjust.works on 14 Jun 14:17 next collapse

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.

NebulaNymph@programming.dev on 14 Jun 21:55 collapse

+1 for qalculate! I use the cli regularly for doing quick calculations while working in the terminal, it’s awesome!

utopiah@lemmy.ml on 15 Jun 07:44 collapse

why not bc then?

NebulaNymph@programming.dev on 15 Jun 21:06 collapse

Wasn’t aware of bc, it also looks great thanks!

thingsiplay@beehaw.org on 14 Jun 14:27 next collapse

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.

klu9@piefed.social on 14 Jun 16:01 collapse

Upvoted for FreeTube.

What do you use to send YouTube links to FreeTube? Personally I'm using LibRedirect https://libredirect.github.io/

thingsiplay@beehaw.org on 14 Jun 16:08 next collapse

I don’t. I just copy the link and enter it in FreeTube directly.

phantomwise@lemmy.ml on 15 Jun 18:01 collapse

Same, go FreeTube! And NewPipe for mobile.

malfisya@piefed.social on 14 Jun 15:05 next collapse

I like game emulation and to manage my ROM library, I use Geode-GEM. It is simple but cusomizable app to manage your ROM based on console and emulator you have.

klu9@piefed.social on 14 Jun 16:09 next collapse

KDE Connect
- https://kdeconnect.kde.org/

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.
- https://community.kde.org/KDEConnect

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

fossilesque@mander.xyz on 14 Jun 18:38 next collapse

I just introduced my partner to this a week ago. Trying to slowly convert him into a Linux user haha. It works with Windows too!

Showroom7561@lemmy.ca on 15 Jun 02:23 next collapse

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.

endeavor@sopuli.xyz on 15 Jun 05:18 next collapse

Kde connect is great. You can get notifications on pc and read texts fully in messages. I also use it to file share and send 2fa codes.

localhost443@discuss.tchncs.de on 15 Jun 17:22 collapse

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.

Bluefruit@lemmy.world on 14 Jun 16:58 next collapse

Localsend is rad, super useful: localsend.org

Send any file across different devices over the network. FOSS and fast. Highly recommend.

iturnedintoanewt@lemmy.world on 15 Jun 05:47 next collapse

I mean if it’s local network I’d use kde connect. It has a bazillion features, but sending files through the normal share button is one of them.

crmsnbleyd@sopuli.xyz on 15 Jun 06:21 next collapse

Localsend works on Mac and windows as well

aubertlone@lemmy.world on 15 Jun 06:52 collapse

KDE Connect also works on Mac & Windows.

Definitely should use whatever software you’re comfortable with.

But I seriously cannot recommend KDE Connect highly enough. It’s a great piece of software

kurcatovium@lemm.ee on 15 Jun 08:10 next collapse

You can send to different machines then your kde connect one with localsend, e.g. wife’s PC, kid’s tablet, brother’s phone, etc.

Bluefruit@lemmy.world on 15 Jun 14:01 collapse

KDE connect can be good too but I like localsend for sharing files with any and all devices like when I’m moving phones and need to send a file to the new one or between my PCs. You’re not wrong though, KDE connect works well for fileshare too.

rfr_Foglia@feddit.it on 16 Jun 06:35 collapse

There’s also Packet if you want to use Android’s Quick Share to transfer file with your desktop

z3rOR0ne@lemmy.ml on 14 Jun 17:06 next collapse

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.

fossilesque@mander.xyz on 14 Jun 17:48 next collapse

Yea this is great ty!

med@sh.itjust.works on 14 Jun 23:33 collapse

I used eapanso for a few years, but kept running in to issues with it spawning hundreds of versions of itself.

I really miss it though. Would you say it has matured?

z3rOR0ne@lemmy.ml on 15 Jun 03:19 collapse

I’ve used espanso for about 4, maybe 5 years and haven’t encountered this issue. I even have to compile it myself because it’s daemon mode uses systemd on Linux and I dont run a distro that uses systemd and had to modify the source code slightly. I do run it in managed mode, essentially invoking it from a startup script when my window manager starts up.

Long story short, what you encountered might have been related to how it integrates with the init system and you might try and run it directly from a startup script. Simple test is to just try and install the latest version and see if you have the same issue.

med@sh.itjust.works on 16 Jun 00:16 collapse

Thanks for the feedback - It was a systemd issue. Something caused it to continue generating slices for espanso until the machine locked up - probably spawned with each terminal. It happened on out of date fedora install 36 (when 41 was out) with gnome on it.

Since then I’ve moved to a window manager for all my machines and would likely invoke it the same way - perhaps now it’s time to revisit!

yournamehere@lemm.ee on 14 Jun 17:38 next collapse

sshuttle github.com/sshuttle/sshuttle

need it all the time, super minimal, easy to usw

fossilesque@mander.xyz on 14 Jun 17:40 next collapse

Aside from ones listed here:

System Tools

  • WinApps - Run Windows applications seamlessly integrated into your Linux desktop environment, like native including Adobe products.
  • Waydroid - Run Android applications in a container on Linux with full hardware access.
  • Topgrade - Upgrade all your system packages and dependencies in one command.
  • AM (AppImage Manager) - Easy AppImage management for installing, updating, and organizing portable applications.
  • Starship - Fast, customizable cross-platform shell prompt with Git integration and status indicators.
  • InShellisense - IDE-style IntelliSense autocomplete and suggestions for your terminal.
  • Tabby - Modern terminal emulator with tabs, split panes, and extensive customization options.
  • Zeit - Qt GUI frontend for scheduling tasks using at and crontab utilities.
  • KWin Minimize2Tray - KDE extension that allows minimizing windows to the system tray instead of taskbar.
  • Flameshot - Feature-rich screenshot tool with built-in annotation and editing capabilities.
  • CopyQ - Advanced clipboard manager with searchable history and custom scripting support.
  • Safing Portmaster - Free open-source application firewall with per-app network control, DNS-over-TLS, and system-wide ad/tracker blocking.

Productivity Tools

  • DSNote - Offline speech-to-text, text-to-speech and translation app for note-taking.
  • NAPS2 - User-friendly document scanning application with OCR and PDF creation capabilities.
  • Morphosis - Simple document converter supporting PDF, Markdown, HTML, DOCX and more formats.
  • Obsidian - Powerful knowledge management app with bidirectional linking and graph visualization.
  • BeeRef - Minimalist reference image viewer designed for artists and designers.

Media & Entertainment

  • Popcorn Time - Stream movies and TV shows via torrent with built-in media player.
  • Nicotine+ - Modern Soulseek P2P client for sharing and discovering music files.
  • XnView - Versatile image viewer, organizer, and converter supporting hundreds of formats.

Happy to list out the self hosted stuff too if there is interest.

GFGJewbacca@midwest.social on 14 Jun 18:10 next collapse

I’d love your list of selfhosted stuff. I’m running a little server with TrueNAS Scale and it’s working really well.

fossilesque@mander.xyz on 14 Jun 18:33 next collapse

Media & Content Management

  • FreshRSS - Self-hosted RSS feed aggregator with multi-user support, mobile API, and custom tags.
  • AudioBookShelf - Self-hosted audiobook and podcast server with mobile apps and progress syncing across devices.
  • PhotoPrism - AI-powered photo management platform with facial recognition, geo-tagging, and automatic organization.
  • Jellyfin - Free media server for streaming movies, TV shows, music, and photos with no licensing restrictions.
  • Karakeep - Personal data backup and synchronization tool for maintaining local copies of online content. AI tagging, lists, easy to use interface. Really good stuff, especially combined with a browser plugin.

Productivity, Documents & Task Management

  • Vikunja - Task management app with Kanban boards, Gantt charts, multiple views, and team collaboration features.
  • Memos - Self-hosted memo hub for capturing and sharing thoughts with markdown support.
  • Docker Obsidian - Containerized version of Obsidian knowledge management app for browser access.
  • Stirling PDF - Comprehensive PDF manipulation tool with 50+ operations including merge, split, convert, and OCR.
  • Paperless-ngx - Document management system with OCR, tagging, and full-text search capabilities.
  • LanguageTool - Grammar and spell checking service with support for multiple languages and integration APIs.

Good Deeds

  • Archive Team Warrior - Docker container for contributing computing power to internet archiving projects.
GFGJewbacca@midwest.social on 14 Jun 22:23 next collapse

I have been running Jellyfin for a while now with great success, and prefer Immich over Photoprism. The rest look real interesting, especially Sterling PDF.

Kangy@lemmy.dbzer0.com on 15 Jun 04:28 next collapse

I currently use Immich for photo backup and whatnot. Would you say PhotoPrism is better than Immich?

fossilesque@mander.xyz on 15 Jun 06:55 collapse

I was using it for auto tagging of categories. I haven’t tried immich but I just moved my photos to my snapraid, so I might give it a shot. It looks like it’s come far since I looked last.

Kangy@lemmy.dbzer0.com on 15 Jun 08:11 collapse

It does work really well. Backs up everything, the mobile app works. Though I am having trouble with it auto switching URL dependant on local or remote but I think that’s a me thing

RmDebArc_5@sh.itjust.works on 19 Jun 09:40 collapse

Is there any concern to be had with archive warrior regarding legality (like scraping piracy sites)?

fossilesque@mander.xyz on 19 Jun 09:48 collapse

You can pick the project you want to participate in. :)

HaraldvonBlauzahn@feddit.org on 15 Jun 06:06 collapse

You could give a try to running a gemini server like agate. It is text + file serving protocol similar to gopher.

en.m.wikipedia.org/wiki/Gemini_(protocol)

geminiprotocol.net/docs/faq.gmi

github.com/kr1sp1n/awesome-gemini

It is really good for organizing and distributing text, media and files like with gopher. And I think due to its simplicity, it is perfect for using it in a home or lab network.

madjo@feddit.nl on 15 Jun 19:13 collapse

What is the use case for it?

HaraldvonBlauzahn@feddit.org on 16 Jun 05:38 collapse

Gemini is kinda a modernized version to the old Gopher protocol. Its purpose is to share hyper-linked text documents and files over a network - in the simplest way possible. It uses a simple markup language to create text documents with links, headings etc.

Here is a FAQ

Main differences with similar technologies are:

  • It is much, much easier to write hyper-linked documents than in HTML

  • a server is much much smaller and easier to set up than a web server serving HTML. It can easily and securely run on a small Raspberry Pi without special knowledge on server security.

  • in difference to gopher, it supports modern things like MIME and Unicode

  • There are clients for every platform including Android and iOS

  • also, there are Web gateways which allow to view stuff in a normal web browser

  • unlike Wikis, it is only concerned about distributing content, not modifying files. This means that the way to store and modify content can be matched to the use case: Write access to content can be via an NFS or Samba server, or via an SFTP client like WinSCP or Emacs.

  • the above means that it does not need user authentication

  • the protocol is text-centric and allows for distraction-free reading, which makes it ideal for self-hosted blogs or microblogs.

Practically, for example, I use it to share vacation photos with family.

Two more use cases that come first to my mind:

  • When I did my masters thesis, our lab with about 40 people had a HTTP page hosted on a file server that listed tools, data resources, software, and contact persons. That would be easier to do with Gemini because the markup is simpler. Also, today it would not be feasible to give every student write access to a wen server’s content because of the complexity of web servers, and the resulting security implications.

  • One time at work, we had a situation with a file server with many dozens of folders, and hundreds of documents. And because all the stuff had been growing kinda organically over many years, specific information was hard to find. A gemini server would have made it easy to organize and browse the content as collaboratively edited hypertext which serves as an index.

[deleted] on 15 Jun 05:09 next collapse

.

Gelik@feddit.dk on 15 Jun 06:33 next collapse

Morphosis & DSNote

Thanks, upvoting for those two.

fmstrat@lemmy.nowsci.com on 15 Jun 12:03 next collapse

I invented WinApps. nowsci.com/winapps

I had a conversation started with the org fr their takeover and they just dropped off. If anyone from there is reading this, please reach out.

fossilesque@mander.xyz on 16 Jun 11:38 next collapse

Thanks for your baby! It’s great.

iturnedintoanewt@lemmy.world on 17 Jun 12:17 collapse

Thanks… I had no idea this existed. I can now connect to the work remote desktop software with a single window perfectly integrated. This is incredibly helpful. Moreover I can now say I’m using Winapps in order to run Windows App. I guess now they can rename the remote desktop app again to Winapp to go full circle. Or maybe Winamp, just to confuse people. Or just App, to make it impossible to ever troubleshoot.

EDIT: At any rate, this works really beautifully. It’s a bit of a PITA to set up if you’re having the VM via virt-manager but hell if it’s not as smooth as native.

corsicanguppy@lemmy.ca on 18 Jun 14:05 collapse

Topgrade - Upgrade all your system packages and dependencies in one command.

Keeping your system up to date usually involves invoking multiple package managers.

As someone who worked build/rel before working OS security: if you’re intentionally breaking Single Source of Truth for software state management, then you’re in for a bad time. This can only delay the inevitable, but the technical debt comes at a high credit cost on top.

Building an RPM is SO trivial to do, even without some LLM feeding it to you; and maintaining an existing one or rebuilding it to suit another distro or version even more trivial. Save your sanity and avoid out-of-band ‘package’ managers!

harsh3466@lemmy.ml on 14 Jun 18:00 next collapse

For me it’s Perl’s rename, which of course cones in a variety of package names depending on the distro you use. In trying to find a link, I landed on this stack exchange answer that gives a great overview of how the tool works and the different packages available on different distros.

I have to bulk rename files every day, and using regex and the other features of Perl’s rename makes it so much easier to do.

misterbzr@lemm.ee on 14 Jun 18:17 next collapse

Ed Along with rlwrap it gives me a very fast and powerful workflow.

Rlwrap It wraps around a program and gives it the ability to make use ofthe readline lib.

Screen I use it when I boot without X. Gives a very fast workflow, being able to switch between programs.

Mpv Multimedia powerhouse. Even works (pretty) well without X, with a framebuffer.

Ecasound Cli daw. Have several scripts to make a recording on the fly or to be able to jam.

HaraldvonBlauzahn@feddit.org on 15 Jun 06:22 next collapse

ed (which is the more frugal, older brother of vi/vim) might indeed be a bit under-hyped. Which advantages does it have for you?

Funny thing a while ago I had a small side-project for a data collection task in my PDA - a kind of minimal database to record daily stuff. So, a PDA has limited screen space and typing speed, and I tried to make the UI with as little typing as possible. And then it dawned to me that I was essentially replicating ed’s interface!

misterbzr@lemm.ee on 15 Jun 17:11 collapse

I primarily edit groff-, shell- and (small) c-files. I like it to simply search a line make the edit and move on.

All my groff and c projects have makefiles, with ‘m’ being an alias for ‘make’. So a simple ‘w’ and ‘!m’ will do.

I use ‘z’ a lot to view portions of the file.

If I need to transfer a part of a file to another file I simly write that part to a temporary file and import it.

There are some situations when I open vi instead. Primarily when I have to escape a lot of characters to make the edit.

HaraldvonBlauzahn@feddit.org on 15 Jun 06:27 collapse

Fun thing by the way, one can use Emacs without X, and then it is like screen - only with an editing window at the outermost shell.

And also, one can have the same space efficiency in text mode within X: Using the ratpoison or Stumpwm window managers.

misterbzr@lemm.ee on 15 Jun 16:58 collapse

I simply never tried emacs. No special reason for it. Moved from Kate to Vim to Vi to Ed. And kept using the last two from then on.

Maybe I’ll take a look at it someday.

confusedwiseman@lemmy.dbzer0.com on 14 Jun 20:40 next collapse

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

logseq.com

serenissi@lemmy.world on 14 Jun 21:09 next collapse

This. Thanks mate!

SplashJackson@lemmy.ca on 14 Jun 22:08 next collapse

I agree

deadcatbounce@reddthat.com on 15 Jun 04:02 collapse

I started on Logseq, because I’m a contributing open source advocate. I fully intended to stay with Logseq.

However, it seems to indent everything in the markdown including headings, bullet points and so on. When one loads a document into a markdown editor, one ends up removing all these indents before the document becomes ‘valid’. They’ve made some other unusual design choices that mean the markdown doesn’t read very well in plain text. I used Logseq for a year.

There’s also a difficulty for me with getting help. For some reason Logseq help community seems to be based around the Discuss (sp?). It’s not easy to read because the lines are very short as it’s a messaging platform. The community is very very active though.

I eventually got frustrated with trying to debug my Markdown outside Logseq, and went looking for another vehicle.

Rather distressed, I installed Obsidian. It’s been designed with a more logical approach. To link to a heading in another document, the document is linked in a Wiki-like way (if you’ve chosen that format) with the heading separated by a hash symbol; in Logseq you get an unintelligible UUID plus all that indenting.

There’s a lot of help within the Obsidian community but some of it is locked down in medium paid-for content. However, the hundreds of Obsidian YouTube channels and videos, obsidianrocks and obsidian.md sites are very well authored. AI searches augment the rest, TBF I don’t really use Google proxies anymore.

Even though I’m a personal user, it’s worth it to me to buy a commercial licence to show my appreciation for the work that the two(?) developers have put in.

The plugins use the published API and are all (?) open source AFAICT.

Most of the issues I have with Obsidian are just related to my workflow. I think that there are probably plugins that will solve them.

I don’t expect to be looking for another note-taking app anytime soon and it’s been over a year since I started with Obsidian. Understanding templates opened my world up enormously. I haven’t started data-mining in any meaningful sense yet.

Just my tuppence.

kurcatovium@lemm.ee on 15 Jun 08:07 collapse

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

I ended up using QOwnNotes 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.

confusedwiseman@lemmy.dbzer0.com on 15 Jun 11:49 collapse

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.

pemptago@lemmy.ml on 14 Jun 20:50 next collapse

Great topic. I’m going to have to investigate some of these suggestions later.

Since my first pick, helix, was already mentioned here and i commented on it, I’ll add gitui. Git can be very overwhelming for me. Gitui arranges frequently used git commands in a sensible, visual layout and makes it easy for me to understand and interact with git.

HaraldvonBlauzahn@feddit.org on 15 Jun 05:53 collapse

For doing more complex tasks with git, you could have a look at jujutsu. It is really good and provides most of git’s power in an conceptually much simpler CLI interface.

pemptago@lemmy.ml on 15 Jun 08:28 collapse

Thanks for the rec! The anonymous branches and working-copy-as-commit subsuming git stashes is intriguing. I’ll give it a closer look when I have a chance.

pineapplelover@lemm.ee on 14 Jun 22:40 next collapse

Qalc. Best calculator ever hands down

arsCynic@beehaw.org on 15 Jun 06:03 next collapse

You mean Qalculate, right? If so, I agree.

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

Matth78@lemmy.zip on 15 Jun 06:54 next collapse

SpeedCrunch for the win ! 😉
But seriously, compared to qalculate I prefer SpeedCrunch UI.

pineapplelover@lemm.ee on 15 Jun 17:22 collapse

Yeah that’s the one, but I use the CLI and to run that you type qalc in the terminal.

utopiah@lemmy.ml on 15 Jun 07:42 next collapse

better than bc ?

phantomwise@lemmy.ml on 15 Jun 17:59 collapse

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

DragonofKnowledge@lemmy.dbzer0.com on 14 Jun 22:53 next collapse

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.

MachineFab812@discuss.tchncs.de on 14 Jun 23:11 next collapse

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.

Cricket@lemmy.zip on 15 Jun 05:48 collapse

Why not the Windows native version on the Windows machines?

MachineFab812@discuss.tchncs.de on 15 Jun 07:39 collapse

Talking 10ish years ago. Today you can get KDE apps running on Windows as Native stand-alones, but at the time, you first had to install KDE4Win.

Cricket@lemmy.zip on 16 Jun 00:59 collapse

I see, thanks for explaining!

hanrahan@slrpnk.net on 14 Jun 23:11 next collapse

Sorry to thread jack. One little app I miss from Windows is a simple screengrab annotator? Wondering if people have anything to recommend.

Eg to circle some on screen text, add an arrow and maybe add some of my own text.

I cant get my Loigtech KB to screen grab, so I just use the Screengrab app in Mint, which is fine but zero annotation abilities.

I have tried Flameshot but it is a shitshow and doesn’t work properly and is unstable (for me) and doesn’t allow me to put it in the clipboard and paste in say Signal.

Penguincoder@beehaw.org on 14 Jun 23:52 next collapse

I think that is a signal limitation not a flameshot one.

IrritableOcelot@beehaw.org on 15 Jun 00:08 collapse

Nah, I’ve had no issues pasting from the clipboard into signal, from either the Mint screenshot tool or Flameshot. Not sure what issue the top commenter is having…

ace_garp@lemmy.world on 15 Jun 01:22 next collapse

Greenshot GPL3

…but also Linux.

ace_garp@lemmy.world on 16 Jun 09:12 collapse

Thought you meant ‘app for Windows’.

Like mentioned here, I usually tap PrintScreen and then annotate elsewhere, usually in Gimp.

dubyakay@lemmy.ca on 15 Jun 01:23 next collapse

I don’t have issues you are describing with flameshot, however a clipboard manager greatly enhanced the copy-ability between apps and certain websites (looking at you JIRA and Slack), including when the source is flameshot.

HaraldvonBlauzahn@feddit.org on 15 Jun 05:48 next collapse

Perhaps not exactly what you need, but I have been using “scrot” and the magnificient drawing program Krita for the same result.

BillyCrystalMeth@slrpnk.net on 15 Jun 06:29 next collapse

Ksnip does the trick for me

klu9@piefed.social on 15 Jun 19:16 collapse

Me, too.

hexagonwin@lemmy.sdf.org on 15 Jun 06:47 next collapse

it’s a bit tedious but i usually just use libreoffice/openoffice impress to annotate on a screenshot made using xv

kurcatovium@lemm.ee on 15 Jun 08:18 next collapse

I use what’s built in KDE - Spectacle: github.com/KDE/spectacle

Does everything I need.

Scrath@lemmy.dbzer0.com on 15 Jun 08:35 collapse

I’m not sure about the annotation part but I think spectacle supports that

DrunkAnRoot@sh.itjust.works on 15 Jun 00:17 next collapse

solaar one of the best gui based apps for mouse settings

HaraldvonBlauzahn@feddit.org on 15 Jun 05:46 next collapse

What problem does it solve?

TerHu@lemmy.dbzer0.com on 15 Jun 09:31 next collapse

dealing with logitech devices. i love their hardware, but i feel like they’re really bad at doing any kind of software… i know that there are alternatives for configuring logitech devices, but i quite enjoy solaar.

DrunkAnRoot@sh.itjust.works on 15 Jun 19:34 collapse

logitech mouses i been using a g502 for a decade it died an i got a new one only app i found that let me change dpi piper didnt work

Everyday0764@lemmy.zip on 16 Jun 18:39 collapse

if you need to set an mx master, the logiops is the way. github.com/PixlOne/logiops

i had it integrated with my tilimg wm and it was damm fast to do stuff.

you can configure gestures for both the thumb button ans the dpi button.

also you can can configure touch of the horizontal scroll wheel.

DrunkAnRoot@sh.itjust.works on 17 Jun 00:13 collapse

i use g502 sadly its unsupported

DonutsRMeh@lemmy.world on 15 Jun 02:10 next collapse

Man, I have so many apps, but here are a couple that I install first thing on a new install:
Timeshift is possibly at the top of the list.

Then Deja Dup.

Stacer

Strawberry

Open TV

HaraldvonBlauzahn@feddit.org on 15 Jun 05:44 collapse

It could be helpful if you explain what they do and how they relate to your computing needs. For example, I have been using Linux for over 25 years, and the only name in yor list which I have an idea about what it does is Deja Dup (personally, I use tar for backups, in a simple incremental setup).

kurcatovium@lemm.ee on 15 Jun 07:59 next collapse

I know Strawberry, because I use it too. It’s a music player, forked from Clementine years ago. I find it the best for my use case, as it can handle library by tags, do folder view for separate locations, do tag editing, lyrics and art download, etc. Can highly recommend!

DonutsRMeh@lemmy.world on 15 Jun 19:15 collapse

You could just click on the links and read?

Libra@lemmy.ml on 15 Jun 02:16 next collapse

UpNote. I use it like a combination of the gollum wiki described by OP, but I just put everything in there. I have watch and reading lists for things I want to check out, writing projects, notes for TTRPG games, I keep extensive notes on healthcare-related stuff, and so on. I like UpNote because it’s lightweight, has windows, linux, and android apps, and because it has a one-time $25 lifetime membership that does free syncing forever instead of a monthly subscription like most other things seem to. I’ve tried OneNote, Evernote, Obsidian, Joplin, AnyType, and a bunch of others and didn’t like them for various reasons, but UpNote is both pretty small and also has a pretty full-featured editor that can do rich text, all kinds of formatting, media files, etc.

The only thing I’ve run into that UpNote wasn’t ideal for is I started writing a novel a couple months ago and managing the structure and notes and all that got a little unwieldy so I picked up Scrivener. Still wish they had an updated linux client or there was some good, complete, feature-rich linux-native equivalent, but it runs pretty good under wine, so.

HaraldvonBlauzahn@feddit.org on 15 Jun 05:39 collapse

Well, my main reason to use Zim Wiki and Gollum is that all the information stays on my computers -no sync service is needed, I sync via git + ssh to a Raspberry Pi that runs in my home. And this is a critical requirement for me since as a result of many experiences, my trust in commercial companies that collect data to respect data privacy has reached zero.

The differences between Zim and Gollum are gradual: Zim is tailored as a Desktop Wiki, so each page is already in editing mode which is slightly quicker, while Gollum is more like a classical server-based wiki, which is normally accessed over the browser (but by default, without user authentication). The difference is a bit blurry since both just modify a git repo, and Gollum can be run in localhost, so it is good for capturing changes on a laptop while on the road, and syncing them later. A further difference is that Zim is a but better for the “quick but not (yet) organized” style of work, while Gollum is better for a designed and maintained structure.

Both can capture media files and support different kinds of markup, while always storing in plain text. Gollum can also handle well things like PDFs which are displayed in the browser, and supports syntax highlighthing in many programming langages, which makes it nice for programming projects - it is perfect for writing outlines and documentation of software, and I often work by writing documentation first.

Libra@lemmy.ml on 15 Jun 12:02 collapse

Yeah, I have since discovered pCloud as a replacement for OneDrive and that I could just have everything saved to a pCloud directory to auto-sync… but IMO UpNote is worth the $25 anyway so I don’t mind. Also it requires considerably less effort to just install the android app vs setting up some kind of multi-device syncing with pCloud/equivalent and managing that myself. I guess I value convenience over privacy in this one area.

Thanks for the explanation re:gollum/zim, I was curious why you were using 2 different sets of software to accomplish what seemed like the same thing. My notes are definitely more of the ‘scribble some shit down and organize it later if I get around to it’ variety, but I stopped using zim because I wanted synced notes with multiplatform apps and also it felt a little archaic, and I wasn’t really using the real star feature of wikis (cross-linking) anyway, I just wanted something with a traditional tree structure.

r_deckard@lemmy.world on 15 Jun 02:27 next collapse

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.

Jg1@lemmy.zip on 15 Jun 02:52 next collapse

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

HaraldvonBlauzahn@feddit.org on 15 Jun 09:21 collapse

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

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.

Manifish_Destiny@lemmy.world on 15 Jun 04:58 next collapse

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.

4atringscooter@lemm.ee on 15 Jun 05:32 next collapse

Check out earlybird as an alternative to trufflehog.

github.com/americanexpress/earlybird

fossilesque@mander.xyz on 15 Jun 06:56 collapse

Can you expand on these later when you have time?

minibyte@sh.itjust.works on 15 Jun 05:34 next collapse

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 on 15 Jun 05:43 next collapse

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

minibyte@sh.itjust.works on 15 Jun 05:47 next collapse

I didn’t know that. Should I be using a fork instead? Name or link?

buttnugget@lemmy.world on 15 Jun 05:52 next collapse

I don’t know the details, I’m afraid. That’s just my memory.

DarkMetatron@feddit.org on 15 Jun 06:23 collapse

The name of the fork is: Tenacity tenacityaudio.org

The developers of the fork have a detailed history explaining why the fork happened: tenacityaudio.org/…/Introduction_and_Motivation.h…

Their mastodon account floss.social/@tenacity

mactan@lemmy.ml on 15 Jun 06:52 collapse

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

Elkenders@feddit.uk on 15 Jun 17:17 collapse

Not foss but Ocenaudio is leaps ahead of audacity imo.

Gelik@feddit.dk on 15 Jun 06:27 next collapse

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.

arsCynic@beehaw.org on 15 Jun 06:30 next collapse

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.

meekah@lemmy.world on 15 Jun 06:46 next collapse

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.

rfr_Foglia@feddit.it on 16 Jun 06:32 next collapse

I love GPU Screen Recorder. It would have been much more difficult for me to switch to Linux if it didn’t exist

tiramichu@sh.itjust.works on 16 Jun 08:45 collapse

Reading your comment I got worried about disk writes, so I’m glad this info is on the website:

Replay data is stored in RAM by default but there is an option to store it on disk instead.

Sensible design decision, because writing video to your SSD 24/7 wouldn’t do anything good for the lifespan of the drive.

meekah@lemmy.world on 16 Jun 10:04 collapse

Fair point

Nemoder@lemmy.ml on 15 Jun 07:05 next collapse

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 on 15 Jun 07:25 next collapse

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

Elkenders@feddit.uk on 15 Jun 17:18 collapse

100%, super impressed with Ocenaudio.

floatingpin@lemmy.blahaj.zone on 15 Jun 07:32 next collapse

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
vaionko@sopuli.xyz on 15 Jun 09:37 next collapse

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

SilverShark@lemmy.world on 15 Jun 09:46 next collapse

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

rayhem@lemm.ee on 15 Jun 10:49 next collapse

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.

[deleted] on 15 Jun 17:56 next collapse

.

thevoidzero@lemmy.world on 16 Jun 04:57 collapse

I also like it very much. I hope they make a library for it soon, I can’t wait to use it to make unit aware calculators.

fodor@lemmy.zip on 15 Jun 07:51 next collapse

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

ohshit604@sh.itjust.works on 15 Jun 08:16 next collapse

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

FlappyBubble@lemmy.ml on 15 Jun 08:18 next collapse

I would say Rymdport (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 on 15 Jun 09:21 collapse

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 on 15 Jun 10:03 next collapse

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.

FlappyBubble@lemmy.ml on 15 Jun 10:47 collapse

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.

piranhaphish@lemmy.world on 15 Jun 11:16 next collapse

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 on 15 Jun 11:32 next collapse

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

bmancer@lemm.ee on 15 Jun 18:52 next collapse

+1 Any chance you got it working with multiple monitors on kde Wayland? That’s seriously my single biggest issue right now

jjlinux@lemmy.ml on 16 Jun 01:44 next collapse

I honestly haven’t tried on KDE, but I can give it a shot this coming weekend and report back. I’m up for a distro hopping round anyway.

But in Gnome, dual screens, it works like a charm, also on Wayland.

bmancer@lemm.ee on 16 Jun 08:16 collapse

Damn… I might consider swapping the other way then. KDE is great. Especially the file browser and “KDE connect” for android is fantastic. There’s just issues like these now and then

jjlinux@lemmy.ml on 17 Jun 12:22 collapse

Gnome has an extension called GSConnect which is their re-implementation of KDE Connect. I have in my tablet and phone, and it’s flawless.

But don’t change yet, give me until the weekend, I’ll spin Fedora with KDE in my laptop, and come back with my experience with FlameShot.

No need to change if that’s what you like and it ends up working.

Flameshot does require some tweaking to work anyway, so I’ll need check if it’s the same in KDE.

thevoidzero@lemmy.world on 16 Jun 04:52 collapse

Doesn’t even work well on a single monitor on Wayland. It gets confused with screen size or sth, fills a small area on top left with screen contents and lot of black space

Everyday0764@lemmy.zip on 16 Jun 18:03 collapse

even on windows, far better than the windows thing.

jjlinux@lemmy.ml on 17 Jun 12:23 collapse

Last windows I used was 10,and I’ve always found it lacking in the screen capture arena. Full disclosure, I had no idea Flameshot had a windows version.

fmstrat@lemmy.nowsci.com on 15 Jun 12:06 next collapse

GitHub Application Manager (GAM): 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.

RedSnt@feddit.dk on 15 Jun 13:05 next collapse

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 on 15 Jun 14:11 collapse

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

Elkenders@feddit.uk on 15 Jun 16:41 next collapse

Any benefits to help notes stuff over obsidian or other?

phantomwise@lemmy.ml on 15 Jun 17:47 next collapse

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.

pineapple@lemmy.ml on 16 Jun 06:00 collapse

Have you used chezmoi in the past? Do you know how it compares to gnu stow?

phantomwise@lemmy.ml on 16 Jun 15:02 next collapse

No I wasn’t aware of it but it looks interesting! It seems to have a lot more features than GNU Stow. It says it requires a GitHub repo though, so it wouldn’t do for personal data, but for configs it looks interesting!

pineapple@lemmy.ml on 30 Jun 10:16 collapse

It doesn’t require a github repo, you can use any personal git repository. I personally have set it up with a selfhosted gitea instance. I also assume you could setup a git repo on the device.

phantomwise@lemmy.ml on 04 Jul 03:42 collapse

Oh cool that’s good to know!

CosmicTurtle0@lemmy.dbzer0.com on 18 Jun 13:30 collapse

I’m a chezmoi user and I’ll be honest: as powerful as it is, it’s way too clunky to get right. I spend too much time configuring and then am too worried I’ll mess it up if I need to add or remove anything.

I’m going to give stow a try to see if it fits my workflow better.

whotookkarl@lemmy.world on 15 Jun 18:15 next collapse

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

iturnedintoanewt@lemmy.world on 16 Jun 00:59 collapse

KDE includes now a default option in their settings to do this. It’s in the Colors & Themes > Night Light menu.

petsoi@discuss.tchncs.de on 16 Jun 05:38 collapse

Gnome too, btw 😉

nayminlwin@lemmy.ml on 16 Jun 01:18 next collapse

ledger-cli.org

Plain text double-entry bookkeeping for home finance and budgeting. Pretty sweet, once you get used to it.

Matty_r@programming.dev on 16 Jun 03:14 next collapse

OTPClient

Awesome TOTP app that can import your Aegis Authenticator database, which then you can keep in sync with your phone and desktop.

Super handy.

polle@feddit.org on 16 Jun 09:45 next collapse

Do i understand correctly that you can use aegis an your phone and also the same keS with this on a computer desktop?

Matty_r@programming.dev on 16 Jun 10:36 collapse

Yep

FireIced@lemmy.super.ynh.fr on 16 Jun 10:12 collapse

Running a TOTP app on desktop seems like a potential security issue. Get a malware on your desktop and you’re fucked

I believe the reason we use mobile devices is that they have better isolation and are generally less vulnerable

Matty_r@programming.dev on 16 Jun 10:39 collapse

You can install it via flatpak and use selinux as well if you need. You can also encrypt and password protect the database, which can also be held in your keyring.

As with any app its up to you to decide and mitigate any perceived risks.

funkyB@feddit.org on 16 Jun 10:40 next collapse

I don’t know if it has been already mentioned but I love bat a lot. It’s like the cat command but with colors and line numbers. Makes things a little bit easier.

Olgratin_Magmatoe@slrpnk.net on 16 Jun 12:52 next collapse

actualbudget.org

github.com/actualbudget/actual

It’s software for budgeting. You can run it entirely local, or set it up as a server. It stores everything in an SQLite dB, let’s you import and export CSV files, and it gives you great options for querying and seeing reports on your financial records.

I’ve got a handful of accounts, so I set up a small python utility to parse the CSVs my banks give me to something actually sensible and readable for Actual. I do that once a month, add a reconciliation entry here and there, and it’s all kept on sync very well.

I have one morbid report titled “money pissed down the landlord drain”, and it’s far higher than I’d like to be. But it’s got close to every penny I’ve ever spent on that bullshit in one place.

Everyday0764@lemmy.zip on 16 Jun 17:57 collapse

there is also:

github.com/maybe-finance/maybe

looks promising and it SHOULD support bank connection.

Everyday0764@lemmy.zip on 16 Jun 18:48 next collapse

this is more a selfhosted thing but i adore it: github.com/silverbulletmd/silverbullet

you can write your own Javascript functions (will be lua in the near future) and use them directly in the editor.

BalakeKarbon@lemmy.ml on 24 Jun 21:29 next collapse

Someone may have mentioned this, but Syncthing changed my life.

SweetCitrusBuzz@beehaw.org on 03 Jul 15:13 collapse

Please when sharing wikipedia links remove the m. as the browser will decide if it wants the mobile version anyway. Thanks!