Skip to content

Commit 68b61bf

Browse files
committed
New user names for toy server. Note about neofetch.
1 parent 3813517 commit 68b61bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

presentation/linux_bash_metacentrum_course.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,11 +1251,11 @@ \subsection{Screen}
12511251
\end{bashcode}
12521252
\vfill
12531253
\begin{itemize}
1254-
\item Toy server: user names \texttt{courseuser01}--\texttt{courseuser15}
1254+
\item Toy server: user names \texttt{cusr01}--\texttt{cusr30}
12551255
\end{itemize}
12561256
\vfill
12571257
\begin{bashcode}
1258-
ssh courseuserXY@vyuka.natur.cuni.cz
1258+
ssh cusrXY@vyuka.natur.cuni.cz
12591259
\end{bashcode}
12601260
\vfill
12611261
\begin{itemize}
@@ -2100,8 +2100,8 @@ \subsection{Variables}
21002100
lspci # List of PCI devices (graphic card, network card, ...)
21012101
lspci | grep -i vga # Get information about graphical card
21022102
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
21052105
free -h # Available memory (RAM) and swap, -h for nice units
21062106
df -h # Free space on disk partitions, -h for nice units
21072107
lsmod # List loaded kernel modules

0 commit comments

Comments
 (0)