随笔分类 - 工作
摘要:1 signal(SIGCHLD, SIG_DFL); ret = system(buf); signal(SIGCHLD, SIG_IGN); 默认情况下,父进程会接收到这个信号并调用wait()来回收子进程的资源。但如果父进程不希望等待子进程结束,它可以选择忽略SIGCHLD信号。这样,子进程将
阅读全文
摘要:把dos的换行符转换为linux格式即可 dos2unix file
阅读全文
摘要:tar zcvf toolchain.tar.gz -C opt/cigtools/rtl_9607C/ msdk-4.8.5-mips-EB-3.18-g2.23-m32ut-170331_cmcc -C到指定的文件夹然后指定要压缩的文件 如果要压缩文件夹,-C指定的文件夹剥离1层,然后执行文件夹
阅读全文
摘要:install file:bundle/plugins/test1_1.0.0.202305060959.jar
阅读全文
摘要:https://zhuanlan.zhihu.com/p/421109780?ivk_sa=1024320u
阅读全文
摘要:要使用ping测试大数据包,请使用-s选项,例如ping6 -q -c 10 -s 1490 mozilla.org
阅读全文
摘要:华为路由器查看接口ip地址 [AR2-GigabitEthernet0/0/0]display this 第二种通过命令:display ip interface brief查看所有接口IP
阅读全文
摘要:OSGI:https://blog.csdn.net/acmman/article/details/50848595
阅读全文
摘要:du -ah --max-depth=1
阅读全文
摘要:sudo apt install cifs-utils sudo mount -t cifs -o username=Administrator,password=666666,uid=1000,gid=1000 //192.168.1.100/linux destdir/ 没亲自试过 window
阅读全文
摘要:https://www.jb51.net/network/797144.html
阅读全文
摘要:1. 首先确定内核版本是对的,2021-12-16 cat /proc/partitions cat /proc/cmdline 如果不对,使用dd if=/home/ftp/raid/kernel-cm1502e1.img of=/dev/mtdblock1更新内核,重启板卡 2. 确认pppoe
阅读全文
摘要:sys int g0/0/4 ip address 0.0.0.0 255.255.240.0 display ip interface display interface
阅读全文
摘要:官网下载 OpenVPN-2.5.7-I602-amd64.msi 默认安装 server配置 把C:\Program Files\OpenVPN\sample-config\server.ovpn 复制到C:\Program Files\OpenVPN\config下 打开server.ovpn修
阅读全文
摘要:(sleep 1;echo "root";sleep 1;echo "root";sleep 1;echo "";sleep 1)|telnet 172.240.11.12
阅读全文