Real Life
An Immature Way to Use Sudo
gyp@server12:~$ 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?
gyp@server12:~$ alias flipping=sudo
gyp@server12:~$ flipping apt-get update
[...]
Fetched 3,214 kB in 2s (1,167 kB/s)
Reading package lists... Done
gyp@server12:~$ unalias flipping
gyp@server12:~$ :)
And who says swearing at computers isn’t fun…
No Comment