03 2017 档案

摘要:启动命令: nohup /usr/bin/beanstalkd -l xxx.xxx.xxx.xxx -p 11300 & >> /dev/null 2>&1 正常启动后,利用 【lsof -i:11300】查看 该服务是否正常启动 停止命令: /etc/init.d/beanstalkd stop 阅读全文
posted @ 2017-03-22 15:09 dunkbird 阅读(1480) 评论(0) 推荐(0)
摘要:http://www.tuicool.com/articles/RnAVn2 三个角色: chef server, chef workstation, chef nodes(chef clients) 下载安装工具:https://downloads.chef.io 阅读全文
posted @ 2017-03-06 13:58 dunkbird 阅读(222) 评论(0) 推荐(0)
摘要:安装版本: ubuntu trusty64(14.04) step1: 安装vagrant,vbox step2: 下载box文件(官网http://www.vagrantbox.es/) https://atlas.hashicorp.com/ubuntu/boxes/trusty64/versi 阅读全文
posted @ 2017-03-03 10:14 dunkbird 阅读(4374) 评论(1) 推荐(0)
摘要:vboxmanage list vms vboxmanage unregistervm homestead-7 --delete 阅读全文
posted @ 2017-03-02 14:26 dunkbird 阅读(113) 评论(0) 推荐(0)