上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: Host OS:CentOS release 6.3 (Final) x64 安装时选择Virtual Host 1.测试KVM有没有启动 运行 lsmod | grep kvm 和 stat /dev/kvm 确认kvm是否安装成功。 如果没有启动,请检查bios中有没有开启VT-D。 如果你是在 阅读全文
posted @ 2015-01-10 01:04 尼玛范爷 阅读(2991) 评论(0) 推荐(1)
摘要: 搭建好的Mail服务器在本地端口号25是开的,但是在别的电脑上就连不上。修改/etc/postfix/main.cf文件,将 inet_interfaces = localhost注释掉即可。 阅读全文
posted @ 2015-01-09 12:35 尼玛范爷 阅读(1214) 评论(0) 推荐(0)
摘要: 1.MySQL数据库的表名在Linux系统下是严格区分大小写的,在Windows系统下开发的程序移植到Linux系统下,如果程序中SQL语句没有严格按照大小写访问数据库表,就可能会出现找不到表的错误。2.解决办法是:修改MySQL的配置文件my.cnf,在[mysqld]部分添加如下配置选项lowe... 阅读全文
posted @ 2014-12-26 10:41 尼玛范爷 阅读(5218) 评论(0) 推荐(0)
摘要: --在sql2005下可以 ,sql2000不可以create table tb(id int,name varchar(4))insert tb select 1,'aa'union all select 1,'aa'union all select 2,'bb'union all select ... 阅读全文
posted @ 2014-12-11 13:30 尼玛范爷 阅读(236) 评论(0) 推荐(0)
摘要: XenServer没法直接修改DNS,感觉好奇怪啊修改方法: 1、进入命令行; 2、执行命令: # xe pif-list 列出网卡的UUID。 3、执行命令: # xe pif-reconfigure-ip uuid=xxxx mode=static ip=xxxx netmask=xx... 阅读全文
posted @ 2014-12-10 10:11 尼玛范爷 阅读(1552) 评论(0) 推荐(0)
摘要: 1. First, you have to determine the Storage-Repository-UUID:xe sr-list-> write down / take note of SR-UUID of the SR to delete2. Find the correspondin... 阅读全文
posted @ 2014-12-09 23:43 尼玛范爷 阅读(505) 评论(0) 推荐(0)
摘要: 参考:http://x220ak.hatenablog.com/在这个界面按下shift+O,输入runweasel noipmiEnabled即可跳过loading ipmi_si_drv的加载 阅读全文
posted @ 2014-12-09 20:50 尼玛范爷 阅读(6719) 评论(0) 推荐(0)
摘要: $sudo vim /etc/yum.conf [main]cachedir=/var/cache/yumdebuglevel=2logfile=/var/log/yum.logpkgpolicy=newestdistroverpkg=redhat-releasetolerant=1exactarc... 阅读全文
posted @ 2014-12-06 15:37 尼玛范爷 阅读(1562) 评论(0) 推荐(0)
摘要: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)Red Hat Enterprise Linux 5服务器上mysql启动报错:ERROR 1045 (28000): Access d... 阅读全文
posted @ 2014-12-06 15:17 尼玛范爷 阅读(409) 评论(0) 推荐(0)
摘要: 解决方法: Copy this file "Microsoft.SqlServer.Sqm.dll" in the forder "C:/Program Files/Microsoft SQL Server/100/Shared" to "C:/Program Files/Microsoft SQL 阅读全文
posted @ 2014-11-24 09:51 尼玛范爷 阅读(2386) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页