Skip Navigation
How to speed up accessing lots of files on another computer? Some kind of local cache?
  • Zerotier + sshfs is something I use consistently in similar situations to yours - and yes, zerotier is similar to a vpn. Using it for a constant network connection makes it less critical to have everything mirrored locally. . . But I guess this doesn't solve your speed issue.

    I"m not an expert in rclone. I use it for connecting to various cloud drives and have occasionally used it for an alternative to sshfs. I"ve used vfs-cache for cloud syncs but not quite in the manner you are trying. I do see there is a vfs cache read-ahead option that might he|p? Agreed on the documentation, sometimes their forum helps.

  • How to speed up accessing lots of files on another computer? Some kind of local cache?
  • zerotier + rclone sftp/scp mount w/ vfs cache? I haven't tried using vfs cache with anything other than a cloud mount but it may be worth looking at. rclone mounts work just as well as sshfs; zerotier eliminates network issues

  • What non-FOSS software are you using that you wish you could replace?
  • Autocad. This is the main (only?) reason I continue to use Windows. Professional 2d cad for architectural drafting has been lacking in Linux for a long time. There are a few commercial alternatives, Bricscad being the big one, but due to (cheap) grandfathered licensing cost for Autocad, I"ve been unable to push for a purchase. Qcad (professional) was another option I looked at but, despite being a good program at an amazing cost, had enough differences in work flow that I couldn't find a good way to integrate it into a shared workflow.

    Every once in a while I switch to Linux and either run a W10 vm or RDP just to work around the issue but, inevitably, get frustrated with performance. Freecad and Blender both seem to be working on the problem -but- from a BIM perspective, not detailed drafting . . .

  • Issue with setting up bridge networking
  • I can't find my notes on how I got this to work on Debian 11 but, if I recall correctly, I had to disable NetworkManager and setup networking directly via /etc/network/interfaces. I no longer have Debian running but at the time this worked for me:

    source /etc/network/interfaces.d/*
    
    # The loopback network interface
    auto lo
    iface lo inet loopback
    
    # The primary network interface
    # allow-hotplug eno1
    auto br0
    iface br0 inet dhcp
        bridge_ports eno1
    
  • What CLI apps you use to do common tasks like editing (pdf, audio, video, image) files.
  • I'd add:

    • ghostscript - with some basic perl scripts, works great for pdf flattening/compressing, merging, splitting, adding bookmarks etc.
    • poppler - pdfseparate, sometimes pdfunite
    • zathura - pdf viewing
    • feh - images
    • sshfs - prefer it to rclone
    • cheat
    • emacs - org-mode, latex, dired/wdired, capture, eshell, vterm, tramp
    • mc/midnight commander
  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BA
    bartlbee @lemmy.sdf.org
    Posts 0
    Comments 6