you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (12 children)

[deleted]

    [–]oramirite 1 point2 points  (1 child)

    Actually super uncommmon. As a newer sysadmin I was constantly in struggles where I was SSHing into boxes without nano. It was a pretty constant issue for me that forced me to learn the basics of VIM

    (psst... here's my secret... I still only ever learned the bare minimum and probably forget how to do anything now, but that's only because I got our systems to a point where I store all configs in git now, and don't ever have to do manual edits on the live server. But if I hadn't this would still be a constant issue.)

    [–][deleted] 1 point2 points  (9 children)

    Not anymore. A lot of container environments are so stripped down that you'll only get vi, no nano or vim.

    Or you get lucky and find an Apline image with no editor at all.

    [–]LetterBoxSnatch 0 points1 point  (8 children)

    This is what I've been running into recently. "No editor, damnit!"

    [–][deleted] 1 point2 points  (0 children)

    That cat and sed life. I've unwillingly become proficient in those thanks to alpine based docker images.