Real Life
An Immature Way to Use Sudo
[email protected]:~$ apt-get update
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
[email protected]:~$ alias flipping=sudo
[email protected]:~$ flipping apt-get update
[...]
Fetched 3,214 kB in 2s (1,167 kB/s)
Reading package lists... Done
[email protected]:~$ unalias flipping
[email protected]:~$ :)
And who says swearing at computers isn’t fun…
No Comment