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
Search - "w66"
-
When my friend trolled me just because I was a noob with Linux command line...
To fix your problem you must run:
sudo apt-get purge sudo
And then I tried reinstalling sudo with....
sudo apt-get install sudo 😲14 -
By someone who reviewed my code. "Put a null check in the catch block for the exception....cuz some times exception itself might be null..."
And by that he/she means,
catch (Exception e){
if (e != null) {....}
}12 -
"No don't become a developer. All that business in going to be offshored . Try becoming something else instead!"