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
-
alias update="sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove"
-
Root825996yalias apt-diff='sudo apt list --upgradable'
alias apt-fetch='sudo apt update'
alias apt-pull='sudo apt upgrade'
alias apt-sYu='apt-fetch && apt-pull -y' -
@Root hey Root what's your login info. I'll just use your account to run my package transactions so I don't have to use sudo 😂
Related Rants
-
BugsBuggy18I found a //TODO in our companies code that's there since early 2016. The company was founded in early 2016.
-
thatsnotnice10['🥚','🐔'].sort(); Now I know the truth ...according to JS.
-
YuganshT7912I had to install a program whose setup file size was 3GB and I already had that setup in my pendrive, but my p...
alias apt-get=“sudo apt-get”
random
wk126