Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
jota607y@commanderkeen what could possibly go wrong? I just did this on about 30 production servers #ansible
-
Rohr7357y@jota funny that you mention that now ... as i am struggeling with a ansible thingy right now to make sure, no production is affected from changes :D
ok, obviously i am not struggeling with it right now, cause i am on devrant - but some time soon, i am going to struggle with it !!! #keeptellingthattoyourself -
Meta33867y@silverstar but then you can't use sudo itself with aliases.
The general sudo was meant to be a basic bulding block 😀 -
@jota "what could possibly go wrong? " - are some famous last words for people who are about to fuck up ;) but since someone else is paying for this party I think Ill just be a square and boring professional
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
$ alias sudo='sudo '
(note the intentional space within the quotes, allows using aliases with sudo)
And then:
$ alias fucking=sudo
Allows stuff like:
$ fucking rm /important-stuffs
$ fucking service foobar stop
$ fucking reboot
Enjoy!
rant
sudo
linux
alias