this post was submitted on 07 Dec 2024
916 points (98.2% liked)

linuxmemes

21574 readers
434 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.

    founded 2 years ago
    MODERATORS
     

    I've also got the Linux Basics for Hackers book but it's at home while I'm on vacation.

    I'm just really happy rn yall :) this install took some work, SecureBoot kept getting in the way and I'm not the most savvy person so there was a lot of Googling and trial and error in the way of getting here.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 13 points 1 week ago* (last edited 1 week ago) (1 children)

    The Linux Command Line book opened up a lot to me. How Linux Works is very good, but the command line is so essential, and that book gives you some great starting knowledge like aliases and shell scripting.

    Especially aliases. Take note of aliases, when you start using aliases it can change your world once you realize how much you can accomplish with what essentially are one line programs you wrote for you own personal needs.

    Welcome beyond the pale, friend. You've made it to the other side. Only freedom awaits, should you have the determination to work for it.

    [–] [email protected] 6 points 1 week ago (1 children)

    I added a line to my /etc/bash.bashrc:

    alias shutup="sudo pacman -Syu --noconfirm && poweroff"
    

    So when I tell my command line to shut up, it auto updates and shuts down

    [–] A_Union_of_Kobolds 2 points 1 week ago

    That's pretty spiffy