会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
36
37
38
39
40
41
42
43
44
···
77
下一页
2019年4月29日
shell脚本中如何插入其它脚本?
摘要: 答: 示例如下:
阅读全文
posted @ 2019-04-29 14:29 Jello
阅读(449)
评论(0)
推荐(0)
编译openwrt时报错:g++: internal compiler error: Killed (program cc1plus)
摘要: 答: 这是内存不足导致的,增大内存或者减少运行的线程即可
阅读全文
posted @ 2019-04-29 11:47 Jello
阅读(754)
评论(0)
推荐(0)
2019年4月28日
openwrt如何关掉防火墙?
摘要: 答: 1. 阻止防火墙服务开机自动启动 /etc/init.d/firewall disable 2. 关闭防火墙 /etc/init.d/firewall stop
阅读全文
posted @ 2019-04-28 16:54 Jello
阅读(22719)
评论(0)
推荐(0)
2019年4月26日
git如何查找某文件中每一行的修改情况?
摘要: 答: git blame <file name>
阅读全文
posted @ 2019-04-26 17:45 Jello
阅读(1024)
评论(0)
推荐(0)
2019年4月25日
linux下编译时遇到fatal error: openssl/sha.h: No such file or directory怎么办?
摘要: 答:安装ssl开发库 ubuntu下的安装方法为: sudo apt-get install libssl-dev -y
阅读全文
posted @ 2019-04-25 19:10 Jello
阅读(4484)
评论(0)
推荐(0)
ip xfrm命令是做什么的?
摘要: 答: 设置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)
2019年4月24日
git遇到error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed failed怎么办?
摘要: 答: 将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)
makefile的调试器remake
摘要: remake --debugger即可开始调试
阅读全文
posted @ 2019-04-24 15:51 Jello
阅读(702)
评论(0)
推荐(0)
linux下的nmap工具能干什么?
摘要: 答:可以用来探测远程主机的操作系统类型,使用方法如下: 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
下一页
公告