File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1251,11 +1251,11 @@ \subsection{Screen}
1251
1251
\end {bashcode }
1252
1252
\vfill
1253
1253
\begin {itemize }
1254
- \item Toy server: user names \texttt {courseuser01 }--\texttt {courseuser15 }
1254
+ \item Toy server: user names \texttt {cusr01 }--\texttt {cusr30 }
1255
1255
\end {itemize }
1256
1256
\vfill
1257
1257
\begin {bashcode }
1258
- ssh courseuserXY @vyuka.natur.cuni.cz
1258
+ ssh cusrXY @vyuka.natur.cuni.cz
1259
1259
\end {bashcode }
1260
1260
\vfill
1261
1261
\begin {itemize }
@@ -2100,8 +2100,8 @@ \subsection{Variables}
2100
2100
lspci # List of PCI devices (graphic card, network card, ...)
2101
2101
lspci | grep -i vga # Get information about graphical card
2102
2102
lshw # Complete list of hardware; e.g. 'lshw -C memory' for RAM
2103
- hwinfo # Complete list of hardware
2104
- hwinfo --network # Information about network devices
2103
+ hwinfo # Complete list of hardware; "hwinfo --network" for network devices
2104
+ neofetch # System information tool
2105
2105
free -h # Available memory (RAM) and swap, -h for nice units
2106
2106
df -h # Free space on disk partitions, -h for nice units
2107
2107
lsmod # List loaded kernel modules
You can’t perform that action at this time.
0 commit comments