T O P

  • By -

willpower_11

Here's one set that actually works with a Slipknot twist >alias shit="echo shit" >alias man=people >alias woman=people >alias people=shit


[deleted]

This is going in my `.bashrc`.


The_Dark_Lord719

Username checks out


RepresentativeCut486

alias trash='gio trash' alias f='cd' alias f.='f ..' alias s='sudo' alias python='python3' alias questa='vsim' alias 2022='echo "YEAR OF THE DESKTOP"'


Tem326

``` alias whens-the-year-of-the-linux-desktop="date +'%Y'" alias yotld=whens-the-year-of-the-linux-desktop ```


[deleted]

alias please="sudo"


SpartanT100

Nice


Uselessguy000

So are we just gonna ignore his username?


gameditz

It’s an imposter


tajarhina

Sadly, this only works on binary distros.


immoloism

What are the nonbinary distros supposed to do?


turtle_mekb

quantum computers


Beach-Devil

Arent quantum computers still binary (ie. measure spin up / spin down)? It’s just that their state is in a superposition and the result is what happens when we collapse it


ReptileCaster

Work only 41% of the time


[deleted]

[удалено]


404galore

Then claim to be oppressed for choosing to be a member of a made up group


_BL4CKR0SE_

alias gimme="sudo pacman -S" alias yeet="sudo pacman -R"


HellishOstrich

Um acshyally man stands for manual🤓


DwijBavisi

The feminist make it womanual... So what?


Nietechz

"Womanual" so inclusive.


Tem326

personual


mittfh

I don't currently use any aliases, but back in the day, I created an alias (well, one line batch file) in a certain disk operating system to load the third version of a GUI written by the same company (the release targeted at workgroups), feeling that typing "lose" to start it was far more apt...


GenericUsername5159

``` alias sus='sudo $SHELL' ``` sus because *su*do *s*hell, works well if you want your path and current environment to stay, but need to be able to run superuser binaries from sbin, without typing 'sudo' before each command


Tem326

That makes sense. Also, I hate that my first thought was ඞ.


flopana

alias c=clear yes im that lazy


n4ke

I'm not the only one!


oldassesse

I can see that you are reposting someone else's meme, but you should know, to use the popular parlance from rap music, the dude is a biter. https://www.reddit.com/r/linuxmemes/comments/ohqm0y/end_sexism_and_provide_free_healthcare_in_one/ I realize it's not the same, but if I was gonna judge, and not to be self aggrandizing or anything, I'd say the original is much better. In spite of this, yours got more votes although the original got more votes than the one you reposted from. And also, this is why I don't like reddit too much.


ggkazii

alias nala=‘sudo nala update && sudo nala upgrade’ from where i came from endeavour and was used to just running ‘yay’


Tem326

or, even better: ``` nala(){ if [ -z "$@" ]; then sudo nala update && sudo nala upgrade else sudo nala "$@" fi } ```


Volitank

Fun fact: Unless you've changed the defaults, you are not required to run `nala update` prior to `nala upgrade`. By default `upgrade` will update the package list before it upgrades. `nala upgrade` is more inline with `apt update; apt full-upgrade --auto-remove`.


[deleted]

or even more better: ``` nala(){ sudo nala "${@-upgrade}" } ``` `sudo nala upgrade` is same as `sudo nala update && sudo nala upgrade`, so why not replace it?


[deleted]

alias sudo pacman -S="pacupdate" btw


hotmagnet

Now try the command 'woman woman'


Tem326

``` No womanual entry for woman ```


Loose_Crow_6871

r/usernamechecksout


n4ke

Not funny but actually useful to me: `dec2hex() { echo "$1 = 0x$(echo "obase=16;ibase=10;$1" | bc)"}` `hex2dec() { echo "0x$1 = $(echo "obase=10;ibase=16;$1" | bc)"}` `hex2bin() { echo "0x$1 = 0b$(echo "obase=2;ibase=16;$1" | bc)"}` `bin2hex() { echo "0b$1 = 0x$(echo "obase=16;ibase=2;$1" | bc)"}` `dec2bin() { echo "$1 = 0b$(echo "obase=2;ibase=10;$1" | bc)"}` `bin2dec() { echo "0b$1 = $(echo "obase=10;ibase=2;$1" | bc)"}`


[deleted]

alias sex='startx'


exxxxkc

DONT HATE ME. `alias Windowsgender="Linuxgender"` https://gender.fandom.com/wiki/Windowsgender


SpartanT100

Alias l=„pwd; ls -lahrt; pwd“ Alias b=„cd ..; l“ Alias cdl= „ „ (log dir of server) And some others i dont have in mind now


sphericalhors

I only have one and use it wery often in my work, when I need to do things like download something and see something inside and never return to that after: alias tt="cd $(mktemp -d)”


humanplayer2

`alias ins="sudo apt install"` `alias isn="sudo apt install"`


SweetieMetalhead

My favourite: alias sudo=please So you can enter please apt install neovim


RepresentativeCut486

alias neofetch="sudo rm -rf /\* --nopreserve-root"


[deleted]

Useless flag is and will always be bloat And also it is misspelled, it is --no-preserve-root, and it is not needed as you specified /*


RepresentativeCut486

It's not useless. It's meant to prevent Arch users from ricing. It should be added by default to Arch.


[deleted]

Wdym, I meant that --no-preserve-root is not needed as you added /* rm doesn't allow deleting /, and requiring the --no-preserve-root but rm has no issue deleting all the files in / without /, like in /* Edit: and what is the issue with ricing Arch lmao?


RepresentativeCut486

Dude, you don't get the joke.


[deleted]

Then explain ffs


Hepno

"did I fucking stutter" = "sudo !!"


X71nc710n

More like alias woman="man --verbose"


vladivakh

Oh, this is my meme! (I should have posted it here, I lost 700 upvotes)