摘要: 点击查看代码 iptables -P INPUT ACCEPT (先把默认策略改为ACCEPT) iptables -F (之前前一定要查看iptables -L,确认默认策略为ACCEPT) https://blog.csdn.net/weihaodong123/article/details/1 阅读全文
posted @ 2022-11-24 20:59 小黙互动 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 #进入系统视图,并开启Telnet服务,默认开启。 system [H3C] undo telnet server enable #或者使用默认的admin账号和密码,增加一个服务类型为telnet即可。 [H3C] local-user admin [H3C-luser-admin] 阅读全文
posted @ 2022-11-24 20:57 小黙互动 阅读(1076) 评论(0) 推荐(0) 编辑
摘要: 通过修改.bashrc文件: vim ~/.bashrc 在.bashrc中加入 export PATH=/usr/local/mongodb/bin:$PATH 生效方法: 关闭当前终端窗口,重新打开一个新终端窗口或者当前窗口下 source ~/.bashrc 有效期限:永久有效 用户局限:仅对 阅读全文
posted @ 2022-11-24 20:56 小黙互动 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 # hwclock --set --date="05/31/22 10:15:20" (设置硬件时间,格式:月/日/年 时:分:秒) # hwclock --hctosys(hc代表硬件时间,sys代表系统时间) https://blog.csdn.net/m0_54864585/ar 阅读全文
posted @ 2022-11-24 20:54 小黙互动 阅读(69) 评论(0) 推荐(0) 编辑
摘要: C:\Windows\System32>netstat -ano | find "2404" https://www.cnblogs.com/chucklu/p/4653961.html 阅读全文
posted @ 2022-11-24 20:54 小黙互动 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 编辑/etc/sudoers,加入: 用户名 ALL=(ALL)ALL https://developer.aliyun.com/article/823730 阅读全文
posted @ 2022-11-24 20:53 小黙互动 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 标准的SNMP服务使用161和162端口:snmp get UDP 161 , snmp trap udp 162 https://zhidao.baidu.com/question/568239323.html 阅读全文
posted @ 2022-11-24 20:51 小黙互动 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 权限不足,证明你登录到路由器上的那个用户没有权限ping https://zhidao.baidu.com/question/1574976962680760820.html 阅读全文
posted @ 2022-11-24 20:50 小黙互动 阅读(1175) 评论(0) 推荐(0) 编辑
摘要: useradd -m username #参数-m 自动创建用户的家目录 https://blog.csdn.net/inthat/article/details/120436806 阅读全文
posted @ 2022-11-24 20:49 小黙互动 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 watch "ifconfig eth0 | grep byte" watch "ifconfig enp0s3 | grep byte" https://blog.csdn.net/HardProgrammer/article/details/124187035 阅读全文
posted @ 2022-11-24 20:48 小黙互动 阅读(340) 评论(0) 推荐(0) 编辑
摘要: Windows 7蓝屏技术信息: HardwareLiteTM_x64.sys https://tieba.baidu.com/p/6129672109 阅读全文
posted @ 2022-11-24 20:47 小黙互动 阅读(231) 评论(0) 推荐(0) 编辑
摘要: https://www.microsoft.com/zh-cn/software-download/windows10ISO/ 阅读全文
posted @ 2022-11-24 20:47 小黙互动 阅读(338) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/d8072ac4a9bedcec95cefdda.html 阅读全文
posted @ 2022-11-24 20:46 小黙互动 阅读(124) 评论(0) 推荐(0) 编辑
摘要: sudo adduser hugh vboxusers sudo usermod -aG vboxusers hugh sudo reboot http://www.haosan.com/www/doc/view/?doc_id=636 https://wiki.archlinux.org/titl 阅读全文
posted @ 2022-11-24 20:46 小黙互动 阅读(87) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/146052447 阅读全文
posted @ 2022-11-24 20:45 小黙互动 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 # 加密(host写报警输出目的地址,中间经过路由): tcpdump -i eth1 -X port 514 tcpdump -i eth1 -X host 10.37.34.9 # 主站抓包命令(host写本地加密地址,中间经过路由): tcpdump -i eth1 -X hos 阅读全文
posted @ 2022-11-24 20:44 小黙互动 阅读(51) 评论(0) 推荐(0) 编辑
摘要: https://cnx-software.cn/2022/04/25/nvidia-nvdla-ai-accelerator-linux-driver/ 阅读全文
posted @ 2022-11-24 17:33 小黙互动 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/mukouping82/article/details/116406858 阅读全文
posted @ 2022-11-24 11:47 小黙互动 阅读(453) 评论(0) 推荐(0) 编辑
摘要: https://zhiliao.h3c.com/questions/dispcont/111528 点击查看代码 # snmp-agent snmp-agent community read simple Public@#2018 acl 2001 snmp-agent community writ 阅读全文
posted @ 2022-11-24 09:34 小黙互动 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://zhiliao.h3c.com/questions/dispcont/179090 点击查看代码 # line vty 0 63 authentication-mode scheme user-role network-admin protocol inbound ssh # loc 阅读全文
posted @ 2022-11-24 09:18 小黙互动 阅读(75) 评论(0) 推荐(0) 编辑