码迷,mamicode.com
首页 >  
搜索关键字:ansible install    ( 42749个结果
Send or receive files via Xshell
1. install lrzsz $ sudo apt-get install lrzsz 2. If you want to send file from your pc to pi, just drag it to the Xshell window. Or, input $ sudo rz t...
分类:其他好文   时间:2014-07-10 14:21:55    阅读次数:421
Quake III Linux installation
https://help.ubuntu.com/community/Games/Native/QuakeIIIArenahttp://ubuntuforums.org/showthread.php?t=1977312http://www.cyberciti.biz/faq/linux-install...
分类:系统相关   时间:2014-07-10 14:03:21    阅读次数:601
CentOS6.4 配置LVS(DR模式)
DR模式中LVS主机与实际服务器都有一块网卡连在同一物理网段上。IP分配VIP:10.10.3.170RIP1:10.10.3.140RIP2:10.10.3.1411、安装所需的依赖包yum install -y wget make kernel-devel gcc gcc-c++ libnl* ...
分类:其他好文   时间:2014-07-10 13:35:54    阅读次数:597
Can't locate Switch.pm in @INC
the perl version (5.14) shipped with 12.10 does not include the Switch.pm module needed while building WebKiT-GTK.How to install Perl Switch.pm modu.....
分类:其他好文   时间:2014-07-10 13:26:53    阅读次数:453
如何快速正确的安装 Ruby, Rails 运行环境
https://ruby-china.org/wiki/install_ruby_guide如何快速正确的安装 Ruby, Rails 运行环境对于新入门的开发者,如何安装 Ruby, Ruby Gems 和 Rails 的运行环境可能会是个问题,本页主要介绍如何用一条靠谱的路子快速安装 Ruby ...
分类:其他好文   时间:2014-07-10 11:31:32    阅读次数:226
ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages
问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
分类:Windows程序   时间:2014-06-28 09:12:52    阅读次数:510
YUM安装调试以及命令详解
背景,需要安装cacti,google了很多安装资料,需要先yum安装一些准备lib包,比如snmp以及openssl等等。[root@mysqlvm2 ~]# yum install net-snmp-develLoaded plugins: rhnplugin, securityThis system is not registered with RHN.RHN support will be...
分类:其他好文   时间:2014-06-28 08:25:57    阅读次数:323
ansible(二)基础篇
这篇总结一下Inventory,变量,目标匹配,及/usr/bin/ansible命令行常用的模块上一篇也说过Inventory的默认路径是在/etc/ansible/hosts,当然这个东西可以说是静态的,为啥是静态呢,你要手工的把你的要管理的主机写进去。当然还有一种动态的Inventory,这个其实也简单,就是如..
分类:其他好文   时间:2014-06-28 06:27:02    阅读次数:342
FATAL ERROR: Could not find ./bin/my_print_defaults
我勒个去,上午刚搞好MySQL的编译安装,玛德一重启计算机然后重启服务又报错:[root@localhostmysql-5.5.13]#/usr/local/mysql/scripts/mysql_install_db--user=mysqlFATALERROR:Couldnotfind./bin/my_print_defaultsIfyoucompiledfromsource,youneedtorun‘makeinstall‘tocopyt..
分类:其他好文   时间:2014-06-28 06:21:53    阅读次数:313
mysql5.5 主从
yum-yinstallgccgcc-c++ncurses-devel tarxvfcmake-2.8.4.gz cdmake-2.8.8 ./bootstrap gmake&&gmakeinstall cd.. tarzxvfmysql-5.5.25.tar.gz cdmysql-5.5.25 mkdir-p/usr/local/mysql/data cmake-DCMAKE_INSTALL_PREFIX=/usr/local/mysql-DMYSQL_UNIX_ADDR=/tmp/my..
分类:数据库   时间:2014-06-28 00:06:19    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!