在github的某次commit中close或者fix某个issue
当你在某次提交解决了其他人提出的issue时,你可以使用github中的语法实现自动操作。
当你在某次提交解决了其他人提出的issue时,你可以使用github中的语法实现自动操作。
在北京出差,眼瞅着马上又要雾霾了,今天打开窗,雪景映入眼帘!
丢个链接走人
proxychain的功能很强大,让我们不需要使用export指定ssh的http代理就可以***了。
整理待用
搜到了这一篇文章Automatic nightly YUM updates with yum-cron
给大家安利一下。
# 安装
yum install yum-cron -y
# 配置
vim /etc/sysconfig/yum-cron
# 开启服务
chkconfig yum-cron on
# or
chkconfig --level 345 yum-cron on
# 运行服务
service yum-cron start
# 检查日志
grep yum.cron /var/log/cron | tail -10