• 0 Posts
  • 6 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle

  • Vi is unintuitive and annoying to me.

    Totally fair, I only learned because I was forced to.

    Why wouldn’t it work over telnet when it works via SSH?

    Serial consoles feed back information one line at a time, so no curses interfaces. No arrow keys, just hjkl. Anything that needs to count characters and columns (like position-based cursor editors like nano) won’t work over telnet.

    in my console, or rather terminal

    A serial console and a terminal aren’t the same thing.

    If you like micro, use micro. I don’t care.




  • 777 is read/write/execute for owner, group, and world, respectively. It’s the most permissive POSIX permission that can be set. If something can’t write on a 777 umask, then either the filesystem is mounted read-only, or something is deeply wrong with the storage.

    drives are NTFS

    You probably have the clean unmount bit unset for the NTFS partition. This is trivial to bypass, but I would suggest not using NTFS in Linux, NTFS is not a great fs and Linux support is… OK.