码迷,mamicode.com
首页 >  
搜索关键字:ansible install    ( 42749个结果
ubuntu 安装php环境/apache/php/mysql
比windows下真是方便很多,爱上ubuntu1:首先安装apache:打开终端(ctrl+Alt+t),输入命令:sudo apt-get install apache2即可安装,安装完后,打开浏览器,在地址栏输入:localhost或者http://127.0.0.1看到It works,表示...
分类:数据库   时间:2014-05-20 02:24:54    阅读次数:394
我的C3P0的一些配置心得
将Mysql添加到Windows系统服务中:1.、 安装服务。在Windows2000下,安装完成后,并没有把MySQL安装成服务,我们必须执行下面的语句把MySQL注册为服务:installdir\mysql\bin\mysqld-nt –-install。Windows98下没有返利网服务的概念...
分类:其他好文   时间:2014-05-19 20:34:34    阅读次数:219
Ubuntu(Linux) + mono + xsp4 + nginx +asp.net MVC3 部署
折腾了一下,尝试用Linux,部署mvc3。分别用过 centos 和 ubuntu ,用ubuntu是比较容易部署的。操作步骤如下:一、终端分别如下操作sudo su ->输入密码apt-get install nginx apt-get install mono apt-get install....
分类:Web程序   时间:2014-05-19 11:02:12    阅读次数:647
geoserver 安装 sql server 插件
Did you download and install the sql server plugin as well?http://downloads.sourceforge.net/project/geoserver/GeoServer%20Extensions/2.1.3/geoserver-2...
分类:数据库   时间:2014-05-19 09:13:32    阅读次数:422
php -- 配置与安装
1.php与apache安装路径2.安装Apache服务 httpd -k install开启关闭重启服务 http -k start/stop/restart3.php.ini-development重命名为 php.ini4.配置Apache的httpd.conf,关联php解析器。在最后添加L...
分类:Web程序   时间:2014-05-19 08:02:47    阅读次数:529
Installing the Eclipse Plugin for ADT
http://developer.android.com/sdk/installing/installing-adt.html Download the ADT Plugin Start Eclipse, then select Help > Install New Software. Click ...
分类:系统相关   时间:2014-05-19 07:58:09    阅读次数:343
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE 解决方法
最近在做真机测试的时候,经常出现Installation error: INSTAL L_FAILED_INSUFFICIENT_STORAGE这个问题,导致apk没法安装到是手机上,在eclipse中运行Android程序默认是将程序安装到手机的Rom中,如果Rom空间不足,就会提示这个错误。.....
分类:其他好文   时间:2014-05-18 20:14:04    阅读次数:362
The J-Link hardware debugging Eclipse plug-in
QuicklinksIf you already know what are the features of the new plug-in and just want to know how to install/use it, you can directly skip to:J-Link in...
分类:系统相关   时间:2014-05-17 14:32:55    阅读次数:890
ubuntu 下配置munin
环境: "Ubuntu 13.10" 安装: apt-get install munin munin-nodeapt-get install apache2配置:1. vim /etc/munin/munin.conf dbdir /var/lib/muninhtmldir /var/c...
分类:其他好文   时间:2014-05-16 00:05:58    阅读次数:455
我的LaTex 简历(未用他人模板)
第一步先安装LaTex,这里我装的是texlive,在ubuntu下可以使用以下命令来安装 sudo apt-get install texlive 然后安装一个编辑器,ubuntu下有很多LaTex编辑器,比如texmaker、texstudio等,我先安装了texmaker,但因为快捷键冲突问题导致texmaker基本无法使用,百度知道提问无果,索性换了texstudio,对比发现其实...
分类:其他好文   时间:2014-05-15 23:14:15    阅读次数:555
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!