• 0 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle













  • For the OS side a few ways.

    • Clone & then rename+change drivers
    • Ansible/chef
    • NixOS

    For home folder side of things a dotfile manager, cloud services, and file sync tool will take care of most things. I use chezmoi for dotfiles & nextcloud for file syncing. Firefox is only cloud synced service I still use for now. I have yet to find any decent sources of information on dotfiles so gonna be stuck going through those stupid things to figure out what you want to sync.


  • My mother used to regularly do photo albums with family photos before we all went digital so I’ve been looking for a solution for years. Nextcloud has been decent with a few apps installed. Only done a couple small albums & worked for my needs. The face detection is alright but cheap cameras, blurry photos, and random mix of internet saved photos doesn’t help, lol. The map view works really well for photos with GPS data. I have my phone setup to automatically upload all new photos to Nextcloud too. Lately been working on plans to share access with my family over zerotier so they can view and upload their own to share back with me.


  • TechAdmin@lemmy.worldtoLinux@lemmy.mlStarlite?
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 months ago

    Yes, my order status has been at preparing to ship for awhile now. I been wanting a good Linux tablet to replace aging iPad and hoping this works well enough for me. I’ll try to remember to update post on how I like it when it does arrive.





  • TechAdmin@lemmy.worldtoSelfhosted@lemmy.worldNFS or iSCSI?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    8 months ago

    For the sata drive behavior it’s probably finishing the writes from buffer. I like to use the iotop utility to watch storage IO activity on my systems. Could try running it on both systems to get a better picture of what’s going on.

    I currently use NFS and CIFS but have used iSCSI in the past. I like the simplicity of NFS & CIFS and they meet my uses. iSCSI has it’s strengths as others have stated.

    • /var/lib/mysql - I would say iSCSI in it’s own image+lun. Should get lower latency as well as higher transfer rates compared to NFS for DB but it depends on the kinds & how much usage.
    • virtual machine images - I prefer NFS mounts for same reason, easier to work with the files directly. If you do go with iSCSI you can have different disk images for different kinds of VMs. Should be able to use both at same time on most hypervisors if you want to play with them too.
    • lots of small files - NFS should work without issue