会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kissrule
挑战生活,生活挑战你!CHOOSE ONE?
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
38
下一页
2020年7月8日
ubuntu16.04 osg3.4 osgearth2.8搭建
摘要: geos-3.4.2 lz4-1.9.2 gflags-2.2.2 rocksdb-5.4.7 zlib-1.2.11 zstd-1.4.5 sqlite 3.32.1 snappy-1.1.8 protobuf-cpp 3.12.2 cur 7.70.0 proj-6.1.1 gdal 3.10.
阅读全文
posted @ 2020-07-08 16:01 kissrule
阅读(1530)
评论(0)
推荐(0)
2020年6月29日
google c++ 编码规范
摘要: git clone https://github.com/zh-google-styleguide/zh-google-styleguide.git 上面下载的代码分格是中文的 Google C++ 编码规范(英文)在线地址:http://google-styleguide.googlecode.c
阅读全文
posted @ 2020-06-29 23:21 kissrule
阅读(239)
评论(0)
推荐(0)
2020年6月28日
openscenegraph在ubuntu上编译
摘要: https://blog.csdn.net/ustbyangcheng/article/details/8689632 sudo apt-get build-dep openscenegraph #安装必备依赖库 sudo apt-get install mesa-common-dev freegl
阅读全文
posted @ 2020-06-28 21:56 kissrule
阅读(548)
评论(0)
推荐(0)
2020年6月16日
windows 杀毒软件
摘要: 小红伞免费版 https://www.iavira.com/free.html
阅读全文
posted @ 2020-06-16 10:32 kissrule
阅读(105)
评论(0)
推荐(0)
2020年6月11日
linux 终端欢迎界面 cowsay fortune
摘要: 新建脚本,并命名为welcome.sh,将如下内容写入脚本中。#!/bin/bashchmod ugo+x welcome.shcd ~sudo apt-get updatesudo apt-get install cowsaysudo apt-get install fortunegit clon
阅读全文
posted @ 2020-06-11 18:38 kissrule
阅读(1057)
评论(0)
推荐(0)
linux-io源码
摘要: https://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git/tree/drivers/target?id=HEAD http://linux-iscsi.org/wiki/Target
阅读全文
posted @ 2020-06-11 15:56 kissrule
阅读(257)
评论(0)
推荐(0)
linux lsof 打印系统文件描述符
摘要: #!/bin/bashwhile truedo date; lsof -n|awk '{print $2}'|sort|uniq -c |sort -nr|head -3 echo " "; echo " "; sleep 5done 每隔5秒输出一次系统描述符数量最多的前3个进程。
阅读全文
posted @ 2020-06-11 11:41 kissrule
阅读(338)
评论(0)
推荐(0)
linux split
摘要: 当一个日志文件过大时,使用split进行分割会很有用。 split -b 20M source dst_prefix //把文件source切割为以dst_prefix为文件名前缀的小文件,每个小文件大小为20M。
阅读全文
posted @ 2020-06-11 10:07 kissrule
阅读(168)
评论(0)
推荐(0)
python bashate shell格式检查
摘要: sudo pip install bashate ➜ tools git:(master) bashate -v install_modules_acceptance.sh Running bashate on install_modules_acceptance.shinstall_modules
阅读全文
posted @ 2020-06-11 09:58 kissrule
阅读(199)
评论(0)
推荐(0)
2020年6月10日
linux find
摘要: ROOT=$(readlink -fn $(dirname $0)/.. )find $ROOT -not -wholename \*.tox/\* -and \( -name \*.sh -or -name \*rc -or -name functions\* \) -print0 | xargs
阅读全文
posted @ 2020-06-10 18:40 kissrule
阅读(273)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
38
下一页
公告