在 Linux 操作系统下,几乎所有的软件均通过RPM 进行安装、卸载及管理等操作。RPM 的全称为Redhat Package Manager ,是由Redhat 公司提出的,用于管理Linux 下软件包的软件。Linux 安装时,除了几个核心模块以外,其余几乎所有的模块均通过RPM 完成安装。R...
分类:
系统相关 时间:
2014-07-13 23:23:28
阅读次数:
311
#platform=x86, AMD64, or Intel EM64T#version=DEVEL# Firewall configuration,关闭防火墙firewall --disabled# Install OS instead of upgrade,每次安装均为全新安装install# ...
分类:
其他好文 时间:
2014-07-13 23:02:34
阅读次数:
318
报错标题:Could not apply the stored configuration for monitors内容是一堆显示器分辨率问题。解决办法:因为我现在用的是笔记本外挂一个显示器,在重启的时候,gnome-setting-deamon 会保存上一次的设置,生成一个monitors.xml...
分类:
其他好文 时间:
2014-07-13 22:18:10
阅读次数:
443
What is Configuration Management?Configuration Management refers to the process by which all artifacts relevant to your project, and the relationships...
分类:
其他好文 时间:
2014-07-13 21:57:57
阅读次数:
232
当我们想要使用kindeditor的图片上传功能时,有两种选择图片方式,一种是本地选择,一种是在图片空间中选择,图片空间的默认地址是server上的/kindeditor/attached/image/以下。假设想要改变这个路径,须要找到/kindeditor/php/file_manager_js...
分类:
其他好文 时间:
2014-07-13 21:17:42
阅读次数:
219
在System.Configuration命名空间下死活找不到ConfigurationManager类,执行程序便报错。遇到这种情况,需要对项目添加引用。方法如下:
右键references->add references->assemblies下的framework->勾选System.Configuration->ok
如图所示。
...
分类:
其他好文 时间:
2014-07-13 17:59:19
阅读次数:
166
执行:
./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm
之后出现
Running FastCGI Process Manager checks
checking for php-fpm config file path... $prefix/etc/php-fpm.conf
checking for ...
分类:
其他好文 时间:
2014-07-13 13:50:43
阅读次数:
205
使用Network Manager UI界面中指定 手动时,无法保存。通过修改配置文件解决来此问题。记录以下。如果输入过密码后,就会出现在这个目录下面,以如下chinaNet为例gaojingang@kk:~$ ls /etc/NetworkManager/system-connections/.....
分类:
其他好文 时间:
2014-07-13 13:26:32
阅读次数:
260
### Settings for Android Tool
#Tue Jun 12 01:34:55 PDT 2012
http.proxyPort=3128
sdkman.monitor.density=108
http.proxyHost=127.0.0.1
sdkman.show.update.only=true
sdkman.ask.adb.restart=false
sdkman.for...
分类:
移动开发 时间:
2014-07-12 20:30:01
阅读次数:
228
" Configuration file for vim
set modelines=0 " CVE-2007-2438
" Normally we use vim-extensions. If you want true vi-compatibility
" remove change the following statements
set nocompatible " Use...
分类:
其他好文 时间:
2014-07-12 17:46:26
阅读次数:
257