ThedirectoryserverssupportedforusewithRedHatEnterpriseVirtualization3.3are:ActiveDirectoryIdentityManagement(IDM)RedHatDirectoryServer9(RHDS9)OpenLDAPFromthisarticle,you‘lllearnfollowing:HowtosetupmasterIPAHowtosetupslaveIPAHowtoattachadirectoryservertotheR..
分类:
其他好文 时间:
2014-05-27 03:49:52
阅读次数:
368
安装libsvm的时候用到了mex -setup,有的会报 Could not find
the 64-bit compiler. This may indicate that the "X64 Compilers and Tools" or the
Microsoft Windo...
分类:
其他好文 时间:
2014-05-24 03:59:31
阅读次数:
387
This is a simple tutorial to show a new linux user
(such as myself) how to setup freeglut and OpenGl. OS: ubuntu 12.1 I have just
recently become a .....
分类:
其他好文 时间:
2014-05-23 11:07:45
阅读次数:
380
#import "CHViewController.h"
@interface CHViewController ()
@end
@implementation CHViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view,...
分类:
其他好文 时间:
2014-05-22 12:38:44
阅读次数:
369
iptables惹的祸
[root@localhost ~]# service iptables stop
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: filter [ OK ]
iptables: Unloading modules: [ OK ...
分类:
其他好文 时间:
2014-05-20 15:10:34
阅读次数:
249
1.下载bison,地址见上篇文件,我用的是2.4.1-setup.exe
2.下载flex,地址见上篇文件,我用的是flex-2.5.4a-1.exe
3.下载python,我用的是2.7版本
4.将前面三个软件安装后,将其安装后目录下的bin都添加到系统给的path路径中,将python的根目录增加到系统的path目录
5.使用vs2012打开doxgen的源代码,目录下有个winbu...
分类:
其他好文 时间:
2014-05-20 14:18:58
阅读次数:
319
在官网下载Django,这里选取Django1.6.5;进入下载路径,以我的路径为例:cd/home/user/download;解压第一步下载的压缩包:tar
-xzvf Django-1.6.5.tar.gz;进入文件夹Django-1.6.5,执行setup.py安装文件:python set...
分类:
其他好文 时间:
2014-05-20 09:24:43
阅读次数:
246
在Linux下设置selinux有三种方法。一、在图形界面中:
桌面-->管理-->安全级别和防火墙,设置为disable。二、在命令模式下:
修改文件:/etc/selinux/config,然后重启系统。具体修改如图:三、运行命令:setup,进入”防火墙配置“,在selinux栏,选择”禁用“...
分类:
系统相关 时间:
2014-05-19 19:05:06
阅读次数:
337
1. 使用命令行停止防火墙 /etc/init.d/SuSEfirewall2_init
stop /etc/init.d/SuSEfirewall2_setup stop 2. 修改 vi /etc/ssh/sshd_config 修改:
#PermitRootLogin yes Password...
分类:
系统相关 时间:
2014-05-19 17:45:38
阅读次数:
368
环境说明:CentOS 6.5 32位 PHP Version 5.5.7 mysql
version _5.6.16一、准备工作配置防火墙,允许防火墙通过22(sshd)、80(WEB)、3306(MYSQL)端口iptables -A
INPUT -p tcp --dport 80 -j ACC...
分类:
数据库 时间:
2014-05-19 13:29:28
阅读次数:
466