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.

  • RedSnt 👓♂️🖥️@feddit.dk
    link
    fedilink
    arrow-up
    3
    ·
    3 hours ago

    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
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

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

  • Piranha Phish@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    5 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.

  • floatingpin@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    18
    ·
    9 hours ago

    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
    
    • rayhem@lemm.ee
      link
      fedilink
      English
      arrow-up
      8
      ·
      5 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.

  • Gelik@feddit.dk
    link
    fedilink
    arrow-up
    12
    ·
    10 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
    link
    fedilink
    arrow-up
    6
    ·
    8 hours ago

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

  • silly goose meekah@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    9 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
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    8 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.

  • arsCynic@beehaw.org
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    10 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.

  • Not a replicant@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    14 hours 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.

  • Manifish_Destiny@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    11 hours ago

    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.

  • DragonofKnowledge@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    15
    ·
    17 hours ago

    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.

  • fossilesque@mander.xyz
    link
    fedilink
    English
    arrow-up
    51
    ·
    edit-2
    22 hours ago

    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
      link
      fedilink
      arrow-up
      7
      ·
      22 hours ago

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

      • HaraldvonBlauzahn@feddit.orgOP
        link
        fedilink
        arrow-up
        3
        ·
        10 hours ago

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

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

        https://geminiprotocol.net/docs/faq.gmi

        https://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.

      • fossilesque@mander.xyz
        link
        fedilink
        English
        arrow-up
        25
        ·
        edit-2
        22 hours ago

        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.
        • Kangy@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          3
          ·
          12 hours ago

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

          • fossilesque@mander.xyz
            link
            fedilink
            English
            arrow-up
            2
            ·
            9 hours ago

            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
              link
              fedilink
              English
              arrow-up
              1
              ·
              8 hours ago

              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

        • GFGJewbacca@midwest.social
          link
          fedilink
          arrow-up
          6
          ·
          18 hours ago

          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.

    • iturnedintoanewt@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      10 hours ago

      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.

      • Bluefruit@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        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.

        • aubertlone@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          9 hours ago

          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
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours ago

        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.