I thought it’d be a pain but installing programs through the terminal is actually so nice, I never would have expected it

  • kibiz0r@midwest.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago
    • tab completion works in more places than you might expect
    • ctrl-a/ctrl-e for start/end of line
    • ctrl-u to clear the command you’ve typed so far but store it into a temporary pastebuffer
    • ctrl-y to paste the ctrl-u’d command
    • ctrl-w to delete by word (I prefer binding to alt-backspace though)
    • ctrl-r to search your command history
    • alt-b/alt-f to move cursor back/forwards by word
    • !! is shorthand for the previous run command; handy for sudo !!
    • !$ is the last argument of the previous command; useful more often than you’d think
    • which foo tells you where the foo program is located
    • ls -la
    • cd without any args takes you to your home dir
    • cd - takes you to your previous dir
    • ~ is a shorthand for your home dir
  • yesman@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    The Windows terminal has some very good commands. ‘ssh username@server’ can log you right into a Linux machine!

  • amotio@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    Just wait when you try AUR on arch systems. I was long time ubuntu based user but once I tasted rolling release and AUR I don’t want to go back.

    • Owl@mander.xyz
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      It is going to make to want to go back

      Someday

      When you least expect it, and have a deadline

  • it_depends_man@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    Also, updates.

    “hey computer! Update!”

    “Sure thing, here is a list of 57 packages I will update, y/n?”

    “y”

    “ok… done!”

    👌