Re-run last command in terminal using sudo
Why didn’t I find this sooner?
To re-run the last command in terminal use
!!
which becomes _extremely_ useful, if you forgot you needed root access
sudo !!
(read: sudo damnit!
)
Why didn’t I find this sooner?
To re-run the last command in terminal use
!!
which becomes _extremely_ useful, if you forgot you needed root access
sudo !!
(read: sudo damnit!
)
This handy piece of code colors errors and warnings in make output.
(put it in your .bash_profile)
via shawnwilsher.com
An alternative would be to install colormake and use that instead of the normal make command.
I reactivated a (very) old site that I did in my first year at uni. It basically gives you the chance to send in funny quotes from colleagues and lecturers for everybody else to view it. (It’s even got RSS
)
I know it’s mainly the concept of bash.org copied. But I wrote it all from scratch (in about 5min.) so it’s no exact copy
Unfortunately it’s in german, so unless Google Translate improves or you learn reading my mother tounge you’re out of the game.