上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 77 下一页
摘要: 答: 示例如下: 阅读全文
posted @ 2019-04-29 14:29 Jello 阅读(449) 评论(0) 推荐(0)
摘要: 答: 这是内存不足导致的,增大内存或者减少运行的线程即可 阅读全文
posted @ 2019-04-29 11:47 Jello 阅读(754) 评论(0) 推荐(0)
摘要: 答: 1. 阻止防火墙服务开机自动启动 /etc/init.d/firewall disable 2. 关闭防火墙 /etc/init.d/firewall stop 阅读全文
posted @ 2019-04-28 16:54 Jello 阅读(22719) 评论(0) 推荐(0)
摘要: 答: git blame <file name> 阅读全文
posted @ 2019-04-26 17:45 Jello 阅读(1024) 评论(0) 推荐(0)
摘要: 答:安装ssl开发库 ubuntu下的安装方法为: sudo apt-get install libssl-dev -y 阅读全文
posted @ 2019-04-25 19:10 Jello 阅读(4484) 评论(0) 推荐(0)
摘要: 答: 设置xfrm。xfrm(transform configuration)是一个IP框架,用来转换数据包的格式,也就是使用算法来加密数据包,该框架用作IPsec协议的一部分 ip xfrm state flush - 刷新状态 ip xfrm state add - 将新状态添加到xfrm中 i 阅读全文
posted @ 2019-04-25 15:46 Jello 阅读(2870) 评论(0) 推荐(0)
摘要: 1. Teamviwer 2. VNC 3. Exceed onDemand 4. 向日葵 阅读全文
posted @ 2019-04-25 15:30 Jello 阅读(550) 评论(0) 推荐(0)
摘要: 答: 将clone地址中的https://替换成git://即可解决 如: 将https://git.openwrt.org/project/luci.git修改为git://git.openwrt.org/project/luci.git 阅读全文
posted @ 2019-04-24 16:54 Jello 阅读(1443) 评论(0) 推荐(0)
摘要: remake --debugger即可开始调试 阅读全文
posted @ 2019-04-24 15:51 Jello 阅读(702) 评论(0) 推荐(0)
摘要: 答:可以用来探测远程主机的操作系统类型,使用方法如下: nmap -A <ip address> 阅读全文
posted @ 2019-04-24 14:10 Jello 阅读(576) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 77 下一页