Estimated read time: 1 minutes
register qualifier really not yet obsolete?
i'm against using register manually, and so i was surprised when my teacher recommended us to use it.
a related thread here .
Estimated read time: 1 minutes
register qualifier really not yet obsolete?
i'm against using register manually, and so i was surprised when my teacher recommended us to use it.
a related thread here .
Estimated read time: 1 minutes
$ sudo modprobe
sudo: modprobe: command not found
the workaround is trivial:
alias sudo="PATH=$PATH:/sbin:/usr/sbin sudo"
:)