I’m playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases… and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.

I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I’m not clear how this would work in practice with permissions, users, groups, root, etc. I’m curious how others do this kind of development/screwing around, or if this is a crazy idea.

  • kunaltyagi@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    6 months ago

    I’ve used mirror.vim for this. Pretty much similar UX as remote workspaces. Forone off editing, you can do vim ssh://remote/<abs or ~ location>

    Sometimes, VS Code-ium is piss poor especially over bad connections but otherwise the remote management is quite awesome

    And ofc, there’s emacs with TRAMP mode