go: go.mod file not found in current directory or any parent directory 问题 【代码】go: go.mod file not found in current directory or any parent directory 问题。
iptables 内网端口映射 方法2:sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"方法1:sudo echo 1 > /proc/sys/net/ipv4/ip_forward。方法3:sudo sysctl -w net.ipv4.ip_forward=1。
opencv-2.4.13.2 cmake 编译要点 cmake 2.8.4 Index of /files/home/developer/third/cmake-2.8.4/install/bin/cmake .. -DCMAKE_INSTALL_PREFIX=/home/developer/third/opencv-2.4.13.2/build/3559 -DWITH_CUDA=OFF -DENABLE_PRECOMPILED_HEADERS=OFF -DCMAKE_TOOLCHAIN_FILE=../platforms/linux/arch32-gn
openssl rsa 加密 openssl genrsa -out rsa.key 2048openssl rsa -in rsa.key -pubout -out rsa_pub.keyopenssl rsautl -encrypt -in test.txt -inkey rsa_pub.key -pubin -out test.rsa.encopenssl rsautl -decrypt -in test.rsa.enc -inkey rsa.key -out test.rsa.dm