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: cheatsheet.tex
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,8 @@ \section*{Tips}
59
59
60
60
You can navigate through your command history using the up and down arrow keys.
61
61
62
-
You can press tab to autocomplete a command if there is no ambiguity. Double tapping tab will show a list of possible completions if there is ambiguity
62
+
You can press tab to autocomplete a command if there is no ambiguity.
63
+
Double tapping tab will show a list of possible completions if there is ambiguity.
63
64
64
65
Generally, you should try to avoid creating directories with a space character in their names.
65
66
This is because arguments passed to a command are separated by spaces.
@@ -79,7 +80,8 @@ \section*{Tips}
79
80
You get 9GB in your first year, this is raised by 3GB for each subsequent year of your degree.
80
81
To see how much you've got left, use the \texttt{quota} command.
81
82
82
-
Although it might seem pointless to use the terminal when you have a file explorer like Dolphin available, it doesn't offer as much functionality. Not only that, but over time you'll find that it might be faster to navigate using the terminal...
83
+
Although it might seem pointless to use the terminal when you have a file explorer like Dolphin available, it doesn't offer as much functionality.
84
+
Not only that, but over time you'll find that it might be faster to navigate using the terminal...
83
85
84
86
\newpage
85
87
@@ -116,6 +118,11 @@ \section*{Commands and Options}
116
118
\item\texttt{-f} | Remove files without confirmation, if applicable
For \texttt{index.html}, give the user read and write permissions, and let the other two permission groups read.
240
-
Everything else in the \texttt{public$\_$html} directory (including the directory itself) should be set to \texttt{rwx} for the user, and \texttt{rw} for the other two permission groups.
240
+
Everything else in the \texttt{public$\_$html} directory (including the directory itself) should be set to \texttt{rwx} for the user, and \texttt{rx} for the other two permission groups.
241
241
Make sure everything is correct afterwards.
242
242
243
+
Finally, you'll want to add execute permissions in the home directory itself. Type:
244
+
245
+
\qquad\texttt{chmod a+x .}
246
+
243
247
Now, time to see our public web page in all of its underwhelming glory! \\
244
248
This concludes the main part of the lab.
245
249
@@ -272,6 +276,8 @@ \section*{What next?}
272
276
273
277
This is available at \href{https://warwick.ac.uk/fac/sci/dcs/intranet/user_guide/}{\texttt{https://warwick.ac.uk/fac/sci/dcs/intranet/user$\_$guide/}}
274
278
275
-
See you around!
279
+
If you're interested in joining the Computing society, or want to ask any other questions, we'd be happy to welcome you in our Discord community:
280
+
281
+
\href{https://discord.uwcs.uk}{\texttt{https://discord.uwcs.uk}} - See you around!
0 commit comments