随笔分类 -  工作

摘要:1 signal(SIGCHLD, SIG_DFL); ret = system(buf); signal(SIGCHLD, SIG_IGN); 默认情况下,父进程会接收到这个信号并调用wait()来回收子进程的资源。但如果父进程不希望等待子进程结束,它可以选择忽略SIGCHLD信号。这样,子进程将 阅读全文
posted @ 2024-01-11 10:41 MoonXu 阅读(5) 评论(0) 推荐(0) 编辑
摘要:把dos的换行符转换为linux格式即可 dos2unix file 阅读全文
posted @ 2023-11-29 15:52 MoonXu 阅读(8) 评论(0) 推荐(0) 编辑
摘要: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层,然后执行文件夹 阅读全文
posted @ 2023-07-25 17:15 MoonXu 阅读(329) 评论(0) 推荐(0) 编辑
摘要:install file:bundle/plugins/test1_1.0.0.202305060959.jar 阅读全文
posted @ 2023-05-06 10:06 MoonXu 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/421109780?ivk_sa=1024320u 阅读全文
posted @ 2023-04-19 10:51 MoonXu 阅读(5) 评论(0) 推荐(0) 编辑
摘要:nslookup 域名 阅读全文
posted @ 2023-03-30 17:30 MoonXu 阅读(6) 评论(0) 推荐(0) 编辑
摘要:OpenResty 阅读全文
posted @ 2023-03-28 17:33 MoonXu 阅读(11) 评论(0) 推荐(0) 编辑
摘要:要使用ping测试大数据包,请使用-s选项,例如ping6 -q -c 10 -s 1490 mozilla.org 阅读全文
posted @ 2023-02-02 17:03 MoonXu 阅读(15) 评论(0) 推荐(0) 编辑
摘要:华为路由器查看接口ip地址 [AR2-GigabitEthernet0/0/0]display this 第二种通过命令:display ip interface brief查看所有接口IP 阅读全文
posted @ 2023-02-01 17:40 MoonXu 阅读(794) 评论(0) 推荐(0) 编辑
摘要:替换功能,用^w替换为空即可 阅读全文
posted @ 2023-01-30 15:14 MoonXu 阅读(251) 评论(0) 推荐(0) 编辑
摘要:OSGI:https://blog.csdn.net/acmman/article/details/50848595 阅读全文
posted @ 2023-01-06 10:52 MoonXu 阅读(13) 评论(0) 推荐(0) 编辑
摘要:du -ah --max-depth=1 阅读全文
posted @ 2022-12-20 15:30 MoonXu 阅读(29) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2022-12-20 10:08 MoonXu 阅读(15) 评论(0) 推荐(0) 编辑
摘要:https://www.jb51.net/network/797144.html 阅读全文
posted @ 2022-12-15 18:11 MoonXu 阅读(405) 评论(0) 推荐(0) 编辑
摘要:1. 首先确定内核版本是对的,2021-12-16 cat /proc/partitions cat /proc/cmdline 如果不对,使用dd if=/home/ftp/raid/kernel-cm1502e1.img of=/dev/mtdblock1更新内核,重启板卡 2. 确认pppoe 阅读全文
posted @ 2022-11-14 15:24 MoonXu 阅读(46) 评论(0) 推荐(0) 编辑
摘要:sys int g0/0/4 ip address 0.0.0.0 255.255.240.0 display ip interface display interface 阅读全文
posted @ 2022-10-31 15:43 MoonXu 阅读(17) 评论(0) 推荐(0) 编辑
摘要:官网下载 OpenVPN-2.5.7-I602-amd64.msi 默认安装 server配置 把C:\Program Files\OpenVPN\sample-config\server.ovpn 复制到C:\Program Files\OpenVPN\config下 打开server.ovpn修 阅读全文
posted @ 2022-07-24 05:34 MoonXu 阅读(3) 评论(0) 推荐(0) 编辑
摘要:测试网络带宽 阅读全文
posted @ 2022-07-05 11:50 MoonXu 阅读(6) 评论(0) 推荐(0) 编辑
摘要:(sleep 1;echo "root";sleep 1;echo "root";sleep 1;echo "";sleep 1)|telnet 172.240.11.12 阅读全文
posted @ 2022-06-21 13:20 MoonXu 阅读(57) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示