You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ~
sudo apt install libpcap-dev gcc
wget https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.14.2.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
go get github.com/gotoolkits/libnetgo
cd ~/go/src/github.com/gotoolkits/libnetgo
go build libnet.go
CPU model : Intel(R) Pentium(R) CPU G4560 @ 3.50GHz
Number of cores : 4
CPU frequency : 3500.176 MHz
Total size of Disk : 28.5 GB (6.7 GB Used)
Total amount of Mem : 3859 MB (2783 MB Used)
Total amount of Swap : 4095 MB (303 MB Used)
System uptime : 12 days, 21 hour 42 min
Load average : 0.33, 0.29, 0.27
OS : Debian GNU/Linux 10
Arch : x86_64 (64 Bit)
Kernel : 5.3.18-2-pve
编译安装时候的命令记录
运行
The text was updated successfully, but these errors were encountered: