You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/Resources/troubleshooting.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ More comprehensive command line references can be found [here](http://www.comput
12
12
13
13
`pwd` (Show the present working directory (your current location within the filesystem).)
14
14
15
-
`sudo <command>`
15
+
`sudo <command>` (Super-user do. Temporarily elevates the current users permission to that of root.)
16
+
17
+
`apt-get install <package>` (Aptitude is a package manager, when a package is missing it will (usually) be there and can be installed by issuing 'apt-get install <missingpackagename>.)
0 commit comments