码迷,mamicode.com
首页 >  
搜索关键字:ansible install smokeping    ( 42845个结果
lubuntu development environment
sudo apt-get install vim*sudo apt-get install -y gvim*sudo apt-get install -y build-essentialsudo apt-get install gfortransudo apt-get install vim-ful...
分类:其他好文   时间:2014-06-26 00:36:55    阅读次数:236
zend studio安装与配置
zend studio 1、安装zend studio 破解 2、安装汉化包 选择Help菜单->Install New Software...在Work with框中复制此地址:http://archive.eclipse.org/technology/babel/update-sit...
分类:其他好文   时间:2014-06-25 22:13:53    阅读次数:281
修正Smart Install Maker 5.04 中文翻译导致检测.net版本出错的问题
Smart Install Maker 5.04 中文翻译导致检测.net版本出错问题,本人已修正,有需要的可以下载,替换“Language\Install\”目录下的中文翻译文件。Smart Install Maker 5.04 中文翻译修正版下载:占我下载
分类:Web程序   时间:2014-06-25 20:58:43    阅读次数:246
Centos6.3 jekyll环境安装
yuminstallruby yuminstallrubygems yum install ruby-develgem install rdiscountyum install python-pygmentsgem install jekyll
分类:其他好文   时间:2014-06-24 12:48:23    阅读次数:207
linux
make install 要su 切换用户权限. /configure --with-apr=/usr/local/aprbash: ./configure: 没有那个文件或目录--------------------------------------------------解决方案: chmod...
分类:系统相关   时间:2014-06-24 12:29:37    阅读次数:291
ubuntu远程登陆windows
首先安装rdesktop : apt-get install rdesktop.p程序安装完后,在终端命令行中输入:$ rdesktop -g 1024x768 -d 24 ip,就进入了windows的登录窗口。这里:-g 1024*768指定了打开窗口大小;-d 24设置色彩位深为24;ip是w...
分类:Windows程序   时间:2014-06-24 11:45:10    阅读次数:229
本地filezilla&服务器vsftp搭配使用
环境:本地ubuntu系统&服务器ubuntu系统 本地安装filezilla  apt-get install filezilla '安装filezilla filezilla ‘运行 服务器安装vsftp 参照 阿里云安装vsftp apt-get install vsftpd -y ’安装vsftp 添加ftp帐号和目录 先检查一下nologin的位置...
分类:其他好文   时间:2014-06-22 21:47:40    阅读次数:265
简化连接Buffer对象的过程
上述一大段代码仅只完成了一件事情,就是连接多个Buffer对象,而这种场景需求将会在多个地方发生,所以,采用一种更优雅的方式来完成该过程是必要的。笔者基于以上的代码封装出一个bufferhelper模块,用于更简洁地处理Buffer对象。可以通过NPM进行安装:npm install bufferh...
分类:其他好文   时间:2014-06-22 13:40:08    阅读次数:199
virt-install:ERROR internal error process exited while connecting to monitor
转载请注明出处:http://www.openext.org/2014/06/virt-install-erro1使用virt-install安装vm的时候出现了一下错误,解决方法如下:$sudo ./create-vm-demo.shStarting install…ERROR internal error process exited while connecting to monitor: ...
分类:其他好文   时间:2014-06-22 06:34:56    阅读次数:271
memcached 常用命令最全总结大全
author:jessonlv date:2014/6/18 1、首先,总结一下memcached的一些基本设置 -p 监听的端口 -l 连接的IP地址, 默认是本机 -d start 启动memcached服务 -d restart 重起memcached服务 -d stop|shutdown 关闭正在运行的memcached服务 -d install 安装memcach...
分类:其他好文   时间:2014-06-22 00:55:42    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!