此处创建虚拟网卡sudo apt-get install uml-utilities sudo tunctl -t tun0 创建sudo ifconfig tun0 10.0.0.1 netmask 255.255.255.0 upsudo ip addr add 10.0.0.1/24 dev tun0sudo ip link set dev tun0 up...【阅读全文】
#pragma 是预编译指令, 支持 linux 和 windows, 即 gnu 和 ms 都支持. 点击(此处)折叠或打开只要在头文件的最开始加入这条指令就能够保证头文件被编译一次-------------------------------------------#progma pack(n) 告诉编...【阅读全文】
apt-cache search aarch64 查看有哪些版本可以安装用 apt list gcc-arm* 查看所有交叉编译器,sudo apt install gcc-arm-linux-gnueabi # The GNU C compiler for armel architecturesudo apt install gcc-arm-linux-gnueabihf # The GNU C compiler for armhf architecturearmel 和 armhf 这两种架构在对待浮点...【阅读全文】
点击(此处)折叠或打开https://www.cnblogs.com/ginvip/p/6367803.htmlIP命令. net-tools 的工具集点击(此处)折叠或打开设置和删除Ip地址# ip addr add 192.168.17.30/24 dev eth0 #把add 替换成 del 编程删除地址....【阅读全文】