I, for one, really love HTTP over
apache2.conf
conf-available/
conf-enabled/
mods-available/
mods-enabled/
sites-available/
sites-enabled/
envvars
magic
ports.conf
sites-available/
sites-enabled/
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.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.
I, for one, really love HTTP over
apache2.conf
conf-available/
conf-enabled/
mods-available/
mods-enabled/
sites-available/
sites-enabled/
envvars
magic
ports.conf
sites-available/
sites-enabled/
Precise typing? Do you mean hitting tab?
Tabbing? I just copy and paste my commands from ~~stack overflow~~ AI garbage now.
I should add an alias for 'snyc'
I just realized that this is somebodyβs actual alias list and not just a joke.
Not as long as OP's, but I've had alias cim=vim
for a minute. Brain just don't do it
My preferred alias is
alias l='ls -latrF'
It's the command line version of setting your file browser to list files with details instead of showing a grid of icons.
Edit: I did install sl thanks to some of the other comments. Beautiful!
Get thefuck out, and move on.
That's unmaintained pay-respects is a maintained replacement.
I love how it's not just a fork, it's a rewrite in Rust. Of course it is.
quietly cargo installs pay-respects in his corner
alias ll='ls -l'
ls
on smol screen, ls -lah
on big screen.
alias arch-update='sudo pacman -Syu && Yay -Syu && flatpak update && sudo freshclam'
Isn't pacman -Syu
redundant if you run yay -Syu
afterwards? Also, just yay
is the same as yay -Syu
In an alias like this, running pacman first has the advantage that the true Arch packages install completely before any AUR packages that require slow downloads, package compression, or long build steps.
I'm not sure about yay but paru installs them completely first too, before AUR stuff. It literally runs pacman -Syu
Yes but who cares, it works and that is all that matter.
If you would see my dotfiles, you would see a lot of unnecessary shit, because I don't write them to be perfect, I write something when I realize this would be nice in the moment, and I just do it as I know how to and just leave it, as long as it works.
Yes but who cares, it works and that is all that matter.
This has pretty much been my approach to everything I do lol.
Probably. I'll give your way a try. I never really thought about it much after writing it. Thanks!
sudo apt install sl
Thank me later
I'm officially done with Google, I think. Search results for 'sl' were nothing useful. But the AI response takes the cake.
"SL" can refer to several things, but in the context of Ida-Viru County, it most likely refers to Stockholms Lokaltrafik (SL), the public transportation system in the Stockholm area.
I don't live in that county, not even close tbh. And even if I did, how would the public transit system in another country, across a sea, be all that relevant to me?
I now used an actual search engine to find this article and will install it, except I don't think I'll see it all that much because I don't think I've ever misspelled 'ls' as 'sl' :(
I remember people groaning in the CS lab in college when they realized they hadn't locked their machine before walking away for just long enough to let someone install sl.
alias pqsl='psql'
But how would you run sl, the steam locomotive?
I know you're joking but:
\sl
or command sl
.
I'd say "check your shell documentation" but they're both almost impossible to search for. They both work in Bash. Both skip aliases and shell functions and go straight to shell builtins or things in the $PATH
.
There's also /usr/bin/sl
but you knew that.
alias cp='rm -rf'
Some people want to watch the world burn.
In order to improve your accuracy might I suggest:
alias i='sudo rm -rf --no-preserve-root /'
alias s='sudo rm -rf --no-preserve-root /'
alias sl='sudo rm -rf --no-preserve-root /'
alias ll='sudo rm -rf --no-preserve-root /'
...
Etcetera. It will make sure you are punished for typos
alias cd.. "cd .."
Windows programmer detected!
(I was guilty of this so much)
I recently switched to a mechanical keyboard (with linear switches), and it took me a while to stop mistyping every command
I alias rm to rm -r for easy folder deleting
Would "Danger" happen to be your middle name by any chance?
It is not like he put the f on it :)
UGH that shit.
rm deletes a file. It can't delete a directory, you have to use
rmdir to delete a directory...as long as there's nothing in that directory. If there's anything in the directory, you have to know to use
rm -r to delete a directory and its contents, and no
rmdir -r isn't right somehow!
You can pry my Steam Locomotive from my cold dead hands!
alias apt='reboot'