01 2016 档案
摘要:CentOS 7.0默认使用的是firewall作为防火墙 1、关闭firewall: systemctl stop firewalld.service#停止firewall systemctl disable firewalld.service #禁止firewall开机启动 sy...
阅读全文
摘要:下载git-completion.bash 并放到home 目录下: curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-comp...
阅读全文
摘要:由于很多朋友希望加入到Linux c++服务器端开发的队伍中,本人就结合自己的面试经历并整理了自己阅读的相关书籍,同大家分享,一起进步。人个认为以下是进入这个方向的必看书籍,各系列难度由浅入深的排序。题外话: 推荐一个 github 上的 开源书籍,有各种语言版本的,建议看 英文版 ...
阅读全文
摘要:kwplayer是linux桌面下的轻量级的音乐播放软件, 由LiuLang同学开发, 使用的是Python3+gtk3, 开源的(GPLv3).它的主要特点有: 使用了kuwo.cn(酷我音乐盒)的网络资源, 内容非常丰富. 可以播放/下载mp3或者ape格式的歌曲, 也可以直接播...
阅读全文
摘要:可以采用xmarks注意:使用它时,会创建一个xmarks帐号,会将所有的书签信息同步到该帐号,所以之前如果设置了chrome同步google或者firefox同步ubuntu,则需要分别关闭它们。只用xmarks的帐号来同步所有的浏览器,否则会非常乱。
阅读全文
摘要:部署不同版本storm目前,我们支持不同版本的storm同时部署及单独部署。多个storm_nimbus的部署我们以bjdxt-online03为例,比如目前有两个版本storm_nimbus_093, storm_nimbus_096 我们可以如下方式配置自己的hosts inve...
阅读全文
摘要: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...
阅读全文
摘要:参见github流程图,我们公司内部则采用gitlab,原理也一样。如果git 只需要修改最近一次提交的commit信息或代码,则可以通过如下方式解决: git add xxx git commit --amend -s git push [remote-repo-branch] ...
阅读全文
摘要:需要以common repo (gitlab)中的某个branch( remote_xxx)为基础,建立要添加的branch (new_xxx), 假设远程自己的repo为(origin)如果远程repo name为 gitlab.则:git checkout gitlab/remo...
阅读全文