会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
chenqiangzhishen
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
22
下一页
2016年2月4日
ubuntu14.04安装notepadqq
摘要: sudo add-apt-repository ppa:notepadqq-team/notepadqq sudo apt-get update sudo apt-get install notepadqq
阅读全文
posted @ 2016-02-04 14:54 chenqiangzhishen
阅读(137)
评论(0)
推荐(0)
2016年2月2日
ntpd vs. ntpdate
摘要: ntpdate快要过时了,它是调整时间,比较野蛮,如果不是对时间同步特别要求高,不建议使用。 nptd是校准时间,这个不会立即生效,会慢慢的将时间校正过来。
阅读全文
posted @ 2016-02-02 17:56 chenqiangzhishen
阅读(103)
评论(0)
推荐(0)
2016年1月27日
centos7 防火墙firewalld
摘要: CentOS 7.0默认使用的是firewall作为防火墙 1、关闭firewall: systemctl stop firewalld.service#停止firewall systemctl disable firewalld.service #禁止firewall开机启动 sy...
阅读全文
posted @ 2016-01-27 21:47 chenqiangzhishen
阅读(106)
评论(0)
推荐(0)
2016年1月26日
git 自动补全 (git auto completion)
摘要: 下载git-completion.bash 并放到home 目录下: curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-comp...
阅读全文
posted @ 2016-01-26 10:14 chenqiangzhishen
阅读(404)
评论(0)
推荐(0)
2016年1月24日
linux c++ 服务器端开发面试必看书籍
摘要: 由于很多朋友希望加入到Linux c++服务器端开发的队伍中,本人就结合自己的面试经历并整理了自己阅读的相关书籍,同大家分享,一起进步。人个认为以下是进入这个方向的必看书籍,各系列难度由浅入深的排序。题外话: 推荐一个 github 上的 开源书籍,有各种语言版本的,建议看 英文版 ...
阅读全文
posted @ 2016-01-24 16:04 chenqiangzhishen
阅读(275)
评论(0)
推荐(0)
2016年1月18日
ubuntu14.04 酷我音乐盒版本
摘要: kwplayer是linux桌面下的轻量级的音乐播放软件, 由LiuLang同学开发, 使用的是Python3+gtk3, 开源的(GPLv3).它的主要特点有: 使用了kuwo.cn(酷我音乐盒)的网络资源, 内容非常丰富. 可以播放/下载mp3或者ape格式的歌曲, 也可以直接播...
阅读全文
posted @ 2016-01-18 13:06 chenqiangzhishen
阅读(349)
评论(0)
推荐(0)
如何同步chrome和firefox书签
摘要: 可以采用xmarks注意:使用它时,会创建一个xmarks帐号,会将所有的书签信息同步到该帐号,所以之前如果设置了chrome同步google或者firefox同步ubuntu,则需要分别关闭它们。只用xmarks的帐号来同步所有的浏览器,否则会非常乱。
阅读全文
posted @ 2016-01-18 10:27 chenqiangzhishen
阅读(847)
评论(0)
推荐(0)
2016年1月13日
ansible同时部署不同版本的storm
摘要: 部署不同版本storm目前,我们支持不同版本的storm同时部署及单独部署。多个storm_nimbus的部署我们以bjdxt-online03为例,比如目前有两个版本storm_nimbus_093, storm_nimbus_096 我们可以如下方式配置自己的hosts inve...
阅读全文
posted @ 2016-01-13 15:52 chenqiangzhishen
阅读(343)
评论(0)
推荐(0)
如何在thunderbird中接受outlook会议请求
摘要: Step 1 Open Thunderbird and verify you have the latest version installed. Click “Help,” then click “About Thunderbird” to see if you need to u...
阅读全文
posted @ 2016-01-13 09:30 chenqiangzhishen
阅读(172)
评论(0)
推荐(0)
2016年1月7日
Git 修改历史提交
摘要: 参见github流程图,我们公司内部则采用gitlab,原理也一样。如果git 只需要修改最近一次提交的commit信息或代码,则可以通过如下方式解决: git add xxx git commit --amend -s git push [remote-repo-branch] ...
阅读全文
posted @ 2016-01-07 22:48 chenqiangzhishen
阅读(780)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
22
下一页
公告