• 2 Posts
  • 43 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • After a decade of using the bare minimum vi modes I just yesterday discovered I could use visual mode to jointly indent multiple lines.

    I will still prefer pycharm every day of the week over vim, but yesterday I needed to modify code on a server and rebuild some docker containers. I couldn’t be arsed setting up my local env, making a merge request etc and was pretty impressed that a combination of screen, vim, docker compose and git - all available via SSH, was a complete toolset for getting an emergency change deployed and an app running again.






  • update to say that tabby is nice for ssh including key auth, and with profiles and groups it gets most of the job done. There is an sftp “plugin” but all it does is summon sftp. Will see if I can get it to open filezilla and use the env vars in calling the command. Setting aside RDP for now as guac looks like a good fit there.



  • plumbercraic@lemmy.sdf.orgOPtoLinux@lemmy.mlSSH managers on Linux?
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    11 days ago

    I use those tools already and have been administering Linux/bsd/docker for years. What’s new for me is using it as a desktop. The existence of scp, ssh etc dont solve this problem and while I find it interesting to learn how other admins are essentially making their own central console out of these components, it is a bit much seeing commenters insist that this is the same thing, or suggesting that anyone who wants a central console for their remote systems must be somehow incompetent. Sysadmins can have different workflow and tooling preferences.







  • plumbercraic@lemmy.sdf.orgOPtoLinux@lemmy.mlSSH managers on Linux?
    link
    fedilink
    arrow-up
    2
    arrow-down
    2
    ·
    11 days ago

    I’ve explained this at length?

    Single app with unified hierarchy for all systems sorted by work, home, client, prod, staging. Within each you can choose to use SSH or VNC or RDP or SFTP or scp. When copying files there’s a side by side GUI so you can browse easily. I have done this using various apps in windows for 20 years and couldn’t imagine tracking all those servers/routers/devices without a central console.

    It is obviously not the same as manually making all these connections and using different apps for each of them and backing them up with git.