by hegars | May 31, 2018 | Linux, Network
apt-get install ser2net lsusb Bus 001 Device 010: ID 0557:2011 ATEN International Co., Ltd UC-2324 4xSerial Ports [mos7840] Bus 001 Device 009: ID 9710:7840 MosChip Semiconductor MCS7820/MCS7840 2/4 port serial adapter Bus 001 Device 008: ID 9710:7840 MosChip...
by hegars | May 25, 2018 | Cisco, Linux, Script, xDSL
Cisco ATM dsl bin bucket grapher —————- #!/bin/bash #Be quiet /root/cisco/script.sh >> /dev/null 2>&1 #debug #set -x #/debug...
by hegars | May 19, 2018 | Linux
To find the finger print of the publickey [email protected]:~$ ssh-keygen -lf ~/.ssh/id_rsa.pub 2048 SHA256:TE………………………………………………………9I6k...
by hegars | May 13, 2018 | Linux, Network
https://www.thomas-krenn.com/en/wiki/Two_Default_Gateways_on_One_System Add new route table /etc/iproute2/rt_tables + 1 rt2 Add the routes and rules to the route table ip route add 1.2.3.0/24 dev ens7 src 1.2.3.4 table rt2 ip route add default via 1.2.3.254 dev ens7...