Skip to content

Instantly share code, notes, and snippets.

@jzlka
jzlka / do.sh
Last active June 25, 2020 10:08
USBApp build script
#!/bin/bash
# WARNING: still does not match against the usb. Needs to be further debugged with other pojects to find out what is wrong
VENDOR_ID_HEX=0xB27
VENDOR_ID_DEC=2855
PRODUCT_ID_HEX=0x603
PRODUCT_ID_DEC=1539
# Find your device IDs
#!/bin/bash
if [ $# -ne 4 -a $# -ne 3 ]; then
echo "Wrong arguments"
echo "./client.sh <left_neighbor_ip> <left_neighbor_port> <clients> [right_neighbor_port]"
exit 1
fi
SPEEDS=(20 40 60 80 100 128)
\begin{center}
\begin{tcolorbox}[text width=1cm,halign=center]
\section*{CCNA1}
\end{tcolorbox}
\end{center}
\subsection*{Basics}
\#hostname <name> \\
\#banner motd d <text\ldots> d \\
(config)\#no ip domain-lookup\\
(config-if)\#descr <text\ldots>\\