https://github.com/thayerw

My Lemmy themes at UserStyles.world:

  • 14 Posts
  • 321 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle
  • thayertoSelfhosted@lemmy.worldSuggestion for buying drive
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    3 days ago

    If ambient noise is a concern, I’d go with an SSD. If money is tight, an HDD will give you the best value.

    My server is in an otherwise quiet home office/sitting room, so I went with an 8TB SSD (870 QVO). Spinning disks make a fair bit of noise just waking up, let alone the actual file operations.


  • thayertoLinux@lemmy.mlKDE + Gnome on Atomic Fedora
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 days ago

    You should be able to layer the xdg-desktop-portal-gnome package, which will also pull any dependencies.

    To answer your general question though, yes I believe you can easily install at least minimal versions of each DE with little impact to rpm-ostree performance. They don’t need to be separate images, though that’s possible too by rebasing and pinning. I would just layer the necessary packages to load a GNOME environment (start with rpm-ostree install gnome-shell). This way everything stays up to date with the active image. For example, I’m running GDM under Kinoite simply because I was having unresolvable issues with SDDM and LightDM.

    Pinning separate images would require you to rebase with each image update and then unpin/pin the old/new images…too much work.


  • thayertoLinux@lemmy.mlWhat's on your personal server?
    link
    fedilink
    English
    arrow-up
    5
    ·
    5 days ago

    NUC 8i5, 32GB, 500GB NVMe (host), 8TB SSD (data), Akasa Turing fanless case, running Proxmox:

    • samba
    • syncthing
    • pihole
    • radicale
    • jellyfin
    • minidnla

    I also have a Pi 4 running LibreElec for Kodi on the home theater. Nothing fancy yet and it more than meets our current needs. Most maintenance done over SSH.

    Would like to eventually get a proper web and email server going (yes, I know).











  • thayertoLinux@lemmy.mlTrying to rescue a 1GB RAM laptop
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    10 days ago

    If that’s one of those old 10" netbooks, I had good experiences running dwm and xmonad on mine back in the day (had an Acer and later an MSI Wind U120(?)). Typically ran all my apps maximized, one per desktop. Firefox did okay, but this was around 2010-2012. Mostly stuck with terminal apps and it was more than snappy enough.

    Some screenshots from days past…



  • thayertoPrivacy@lemmy.mlRFC: Cross Platform Password Manager
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    12 days ago

    That used to happen to us before we started using SyncThing (and before we had data plans on our phones).

    By the time we migrated to it, we had a home server running 24/7 and this ensured that at least one device in the chain was always online, had the latest version of the database, and pushed it to other devices as they came online. Our phones also have data plans now, so things generally sync in realtime which helps avoid issues.

    If you don’t have at least one always-online device, I think the next easiest way to avoid sync conflicts is to modify the database from one designated device. That way even if a conflict does arise, you’ll know which device is always correct.

    For resolving the conflicts, I would open both databases, sort by modified, and review the latest changes in each.


  • thayertoPrivacy@lemmy.mlRFC: Cross Platform Password Manager
    link
    fedilink
    English
    arrow-up
    40
    ·
    edit-2
    12 days ago

    KeePass, and more specifically the KeePassXC (desktop) and KeePassDX (Android) ports.

    My wife and I have shared a single KeePass database for about 15 years now and I couldn’t imagine switching to anything else.

    My reasons have remained the same over the years:

    • Free and open source
    • Offline (but supports cloud sync)
    • Lightweight
    • Cross platform
    • Supports autofill

    I would never entrust the management of my credentials to a 3rd party online service. They’re an easy target (it’s only a matter of when, not if they are breached), and they could go out of business at any time.

    We don’t use cloud storage for anything these days, but we keep the KP database (and many other things) synced across more than 7 devices using SyncThing, another amazing FOSS project.


  • thayertoLinux@lemmy.mlDemoLinux 1.1 for Mandrake 6.1, 1999
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    13 days ago

    It’s probably just familiarity bias, but I really like the classic 3D design elements of the '90s desktops. I was a big fan of the Windows classic shell, NeXTSTEP and Openbox UIs. And even though I think both GNOME and KDE look fantastic today, I would still happily use a CDE-style UI if I could do so consistently.





  • thayertoSelfhosted@lemmy.worldDesign patterns
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    13 days ago

    My wife and I share a KeePass database for all of our credentials, including the keys to our digital kingdom. I document our LAN design, server setup, and general maintenance notes, which are synced between all of our devices via SyncThing.

    I add notes and quick instructions to the important credentials, like “See Proxmox.md to start this service”, or “This password decrypts our file server drive…to do this, open a terminal and paste the following…”

    She is comfortable pasting commands into a terminal already, so if anything ever happens to me I am confident she or my son will at least be able to access our data and move it to a more user-friendly format.

    Edit: Had way too many words lol