前言:会把自己在ansible遇到的一些问题,总结在这个页面上。问题会持续不断的更新。现在有不少人在问我,怎么转到ansible来了,ansible和saltstack的优缺点,我这里就不在阐述了。因为总是叨叨这些没啥意思。我还是很看好saltstack以后的发展的,除了shell,老一代的运维牛人..
分类:
其他好文 时间:
2014-06-02 16:36:29
阅读次数:
290
sudo apt-get purger ibus安装Fcitx:sudo apt-get
install im-switch fcitx #修改当前用户的默认输入法, 具体看man im-switchsudo im-switch -s fcitx
-z default#完成设置最好重启一下X,输入法...
分类:
其他好文 时间:
2014-06-02 13:41:41
阅读次数:
326
运行环境:Windows
8.1Python:2.7.6在安装的时候,我使用的pip来进行安装,命令如下:pip install
beautifulsoup4运行的时候,报错如下:Exception:Traceback (most recent call last): File
"J:\Progr....
分类:
编程语言 时间:
2014-06-02 11:45:30
阅读次数:
420
1.安装Ubuntu缺省安装了openssh-client,,如果没有安装,可用apt-get安装上即可。安装ssh-serversudo
apt-get install openssh-server安装ssh-clientsudo apt-get install
openssh-client 2....
分类:
其他好文 时间:
2014-06-02 06:16:31
阅读次数:
157
转载自:http://blog.chinaunix.net/uid-24830506-id-3266493.htmlUbuntu 中文man手册安装方法 分类:
LINUXUbuntu 下查看中文man手册方法:1,打开终端,输入以下命令安装中文 man 手册sudo apt-get install...
分类:
其他好文 时间:
2014-06-02 05:51:44
阅读次数:
385
1. sl 命令
你会看到一辆火车从屏幕右边开往左边……
安装
Shell
1$ sudo apt-get install sl运行Shell
1
$
sl
命令有 -a l F e ...
分类:
系统相关 时间:
2014-06-02 04:54:48
阅读次数:
425
用root登陆,安装mysqlyum -y install mysql-server ←
安装MySQLSetting up Install Processyum -y install php-mysql ← 安装php-mysqlSetting
up Install Process然后,配置MyS...
分类:
数据库 时间:
2014-06-02 00:00:33
阅读次数:
418
Maveninstallartifactmvninstall:install-file-DgroupId=gemfire-DartifactId=gemfire-Dversion=6.0.1-Dpackaging=jar-Dfile=F:\gemfire-6.0.1.jarDefineaEnumtypepublicenumUserInfoCacheTypeE{
ACTIVE("ACTIVE"),NOT_ACTIVE("NOTACTIVE");
privateStringdescription;
User..
分类:
其他好文 时间:
2014-06-01 16:43:28
阅读次数:
228
Ubuntu 用 apache2 搭建 web 服务器 建wordpress博客
主要有5个步骤分别是:
1: 安装mysql.
2: 安装apache2
3: 安装php5 及其组件
4: 安装wordpress
第1步:安装mysql 这步非常简单....
sudo apt-get install mysql-server
输入用户名和密码...
分类:
Web程序 时间:
2014-06-01 13:08:26
阅读次数:
572
Ubuntu下可以直接安装:sudo apt-get install mingw32
mingw32-binutils
mingw32-runtime安装后编译程序可以:i586-mingw32msvc-g++(编译C++程序)i586-mingw32msvc-gcc(编译C程序)用法和gcc/g+...