Installed on USB device
Has tcpdump
If command doesn't work
(caused when router reboots)
do :
cd /tmp
ln -s /tmp/mnt/opt opt
Installed on USB device
Has tcpdump
If command doesn't work
(caused when router reboots)
do :
cd /tmp
ln -s /tmp/mnt/opt opt
import os import argparse import json def load_json_file(filepath): with open(filepath, 'r') as f: return json.load(f) d...