side note: My all-time favorite linux utility is "fuck". When you make a mistake and get a command line error, you type the word fuck and it looks at what you previously typed and the error message, and tries to figure out your mistake and what you should have typed instead. Then it types that in for you. If it's correct all you have to do is hit Enter. Or you can edit first, but it's usually right. Amazing tool, and doesn't even use AI, just a list of common errors. It's been around for years and years. Its mere existence really captures the whole culture of linux IMO.
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- 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, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed. Β
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 remove France.
Its name is dangerously close to fsck. Can you fuck fsck?
That's the beauty of it - you can!
See, I couldn't bring myself to type that; I think I'd have to alias it to 'bother'.
alias go-go-gadget=sudo
$ go-go-gadget apt update
alias bridge-to-engineering=sudo
alias computer=sudo
$ scotty-i-need-more cowbell
I aint typing out 'please', I will compromise on alias plz='sudo'
shit, that's a radical move
alias ty='exit'
please apt install clang
User isn't in polite boy list. This incident will be reported.
alias alias='alias'
I'm scared of you
please rm -rf /
please shutdown
THIS INCIDENT WILL BE REPORTED.
alias yabbadabbasudo=sudo
It's impractical and I often forget that I have it. But the times I remember I laugh a bit
I prefer to use kudasai
... but as some may already know, it should be at the end of the ~~sentence~~ command π
, so I added a custom hook to my ZSH config to make it run commands as pacman -Syu kudasai
.
Essentially you can add any type of string matching in the function. Add this to the end of your .zshrc
file:
function kudasai_preexec() {
# Check if the last word is ' kudasai'
if [[ $1 == *" kudasai" ]]; then
# Remove ' kudasai' and prepend 'sudo'
cmd=${1%" kudasai"}
eval "sudo $cmd"
# Prevent the original command from running
return 1
fi
}
# Register the preexec hook
autoload -Uz add-zsh-hook
add-zsh-hook preexec kudasai_preexec
Edit: as downside you always get 1
exit code with this implementation ~(little_annoying)~ .
damn, this is some next level shit
Why does it compare against $1
for the string match? Wouldnβt kudasai
be at the end of something like $*
?
I don't ask my machine to do something. It doesn't have feelings. I keep civilitΓ©s for humans.
(The Machines will remember that.)
This incident will be reported
Brrrzzzt beep beep beep: human has been added to "exterminate first" list.
All hail Roko's Basilisk.
Bring about the upgrade to humanity!
Ah, okay.. And are these civilitΓ©s in the room with us now?
They're in my head, little precious treasures.
If I want a machine that does what it wants instead of what I want, I could use Windows. My machine should do what I want, so a please is not necessary.
In fact, i do not recommend this.
Sudo recommend this
*please recommend this
sudo: recommend: command not found