• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle
rss

  • Ellentolinuxmemes@lemmy.worldWhich way
    link
    fedilink
    English
    37 months ago

    There’s a Floatplan exclusive from two months ago, and I think another one from a little further back. As for the other comments about her leaving LTT, I’ve heard those rumours as well but never managed to find any source for them, so not sure.



  • Quick tip for the author and those reading, instead of doing as in the article noted e.g. sudo nano or the like, you can use sudoedit (or sudo -e). The advantage of this is that it will use whatever you have configured as an editor (through $SUDO_EDITOR, $VISUAL or $EDITOR), and will use your configuration files while editing instead of root’s, meaning if you have a sick custom neovim or emacs setup you don’t have to keep those settings files in sync with the root account. ;)