Skip to content

Commit

Permalink
New user names for toy server. Note about neofetch.
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Z committed Jan 29, 2023
1 parent 3813517 commit 68b61bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions presentation/linux_bash_metacentrum_course.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1251,11 +1251,11 @@ \subsection{Screen}
\end{bashcode}
\vfill
\begin{itemize}
\item Toy server: user names \texttt{courseuser01}--\texttt{courseuser15}
\item Toy server: user names \texttt{cusr01}--\texttt{cusr30}
\end{itemize}
\vfill
\begin{bashcode}
ssh courseuserXY@vyuka.natur.cuni.cz
ssh cusrXY@vyuka.natur.cuni.cz
\end{bashcode}
\vfill
\begin{itemize}
Expand Down Expand Up @@ -2100,8 +2100,8 @@ \subsection{Variables}
lspci # List of PCI devices (graphic card, network card, ...)
lspci | grep -i vga # Get information about graphical card
lshw # Complete list of hardware; e.g. 'lshw -C memory' for RAM
hwinfo # Complete list of hardware
hwinfo --network # Information about network devices
hwinfo # Complete list of hardware; "hwinfo --network" for network devices
neofetch # System information tool
free -h # Available memory (RAM) and swap, -h for nice units
df -h # Free space on disk partitions, -h for nice units
lsmod # List loaded kernel modules
Expand Down

0 comments on commit 68b61bf

Please sign in to comment.