搜索""的结果
Microsoft IIS 7.0 and later This section contains instructions for manually setting up Internet Information Services (IIS) 7.0 and later to work with PHP on Microsoft Windows Vista SP1, Windows 7, Windows Server 2008 and Windows Server 2008 R2. For instructions on setting up IIS 5.1 and IIS 6.0 on Windows XP and Windows Server 2003 refer to Microsoft IIS 5.1 and IIS 6.0. Enabling FastCGI support in IIS FastCGI module is disabled in default installation of IIS. The steps to enable it differ based on the version of Windows being used. To enable FastCGI support on Windows Vista SP1 and Windows 7: In the Windows Start Menu choose "Run:", type "optionalfeatures.exe" and click "Ok"; In the "Windows Features" dialog expand "Internet Information Services", "World Wide Web Services", "Application Development Features" and then enable the "C...
win2008 r2(64位)配置iis7+mysql+php 一、首先,安装IIS7(控制面板\程序和功能、Windows功能),在默认选择的条件下,记得须勾上ISAPI的两个选项。安装完成后,浏览器中输入http://127.0.0.1,如果不出意外,会出现一个IIS7的欢迎界面。把IIS7默认网站的物理路径改到D:\wwwroot\ 下。二、接下来,安装PHP下载PHP安装包可以到:http://cn.php.net/downloads.php,在此下载windows binaries。下载php-5.2.11-Win32-VC6-x86.zip把php目录下的php5ts.dll、libmysql.dll、libmcrypt.dll这三个文件放到系统的system32目录下,注意这三个文件是必需的。将 php.ini-dist 或 php.ini-recommended 复制到 C:\Windows 目录下,并改名为 php.ini,一般正式发布网站的服务器用 php.ini-dist,而作为调试用的服务器用 php.ini-recommended 更好。编辑c:\windows\php.iniextension_dir = "./" 改成 extension_dir = "c:\php\ext"把下面几个扩展的分号去掉;extension=php_mbstring.dll;extension=php_gd2.dll;extension=php_mysql.dll;extension=php_mcrypt.dll把;session.save_path = "/tmp" 改成 session.save_path = "c:/sessions"这个是 ses...
破解电信光猫中兴ZXHN F420破解电信光猫中兴ZXHN F420.doc如何获取超密:(2012年8月30日更新)1、打开浏览器http://192.168.1.1/web_shell_cmd.gch输入cptmp/db_backup_cfg.xml home/httpd2、利用下载工具下载http://192.168.1.1/db_backup_cfg.xml(打开查找<Ctrl+F>telecomadmin就能获取超密)也可以直接修改超密:1、打开浏览器http://192.168.1.1/web_shell_cmd.gch2、输入 sendcmd 1 DB pUserInfo (注意空格和大小写)解释:修改保存3、输入 sendcmd 1 DB set UserInfo 0 Usernameadmin (注意空格和大小写)解释:修改用户名为admin4、输入 sendcmd 1 DB set UserInfo 0Password password (注意空格和大小写)解释:修改密码为password5、输入sendcmd 1 DB save(注意空格和大小写)解释:修改保存如何突破5用户限止:(2012年8月30日更新)1、打开浏览器http://192.168.1.1/web_shell_cmd.gch2、输入 sendcmd 1 DB pCltLmt (注意空格和大小写)解释:查看一下当前的用户数量3、输入 sendcmd 1 DB set CltLmt 8 Max 9(注意空格和大小写)解释:修改最大用户数为9,原来是5,可以改成其他数目,建议最大数目不超过2554、输入 sendcmd 1 DB set CltLmt 8 Enable 0(注意...
安装部署CloudStack 4.0企业私有云平台 参考资料CloudStack Installation_Guide/installation.htmlCloudStack Admin_guide/working-with-iso.htmlCloudStack Admin_guide/creating-vms.htmlCloudStack Admin_guide/create-templates-overview.html目录结构1. 什么是CloudStack2. 宿主机的系统需求3. 配置安装源4. 安装Management Server5. 安装配置KVM虚拟化Host主机6. 用户界面7. 配置Management Server8. 创建Instance类型9. 创建ISO安装源并创建Instance10. 创建并定制Template11. 通过定制的Template创建VM Instance12. 其它优化设置环境介绍OS: Ubuntu Server 12.04.1 64-bitServer:10.6.203.10 cloudstack-server-1- CloudStack Management Server- CloudStack Agent- NFS Server- MySQL Server注:CloudStack支持很好的分布式架构,上面 - 代表的所有角色都可以部署在不同的机器上,但在测试环境中因为条件有限我全部都部署到了一台机器上。1. 什么是CloudStackCloudStack是一个开源的具有高可用性及扩展性的云计算平台。提到开源的云计算平台,相信大家首先想到的可能是OpenStack,目前国内的几家云计算平台如阿里云、盛大云以及...
如何在 VMware ESXi 虚拟机上运行 KVM记得以前就有人问过 “能不能在一个虚拟机上运行虚拟机”,答案当然是可以的,Xen HVM, KVM, VMware, Qemu 等Hypervisor 都可以这样嵌套虚拟,不过由于性能低下实际用处不大。在 VMware ESXi虚拟机上运行虚拟机,被称为多层虚拟或者嵌套虚拟机(Nested VMs)。如果只有一台电脑想测试多节点 OpenStack环境的话,使用 VMware ESXi 虚拟几个运行 KVM Hypervisor 的 OpenStack计算节点是个不错的办法。VMware ESXi 5.0 默认情况下不支持嵌套虚拟,所以在 VMware ESXi 虚拟机里安装完KVM 以后会发现 KVM 虽然能装但不可用:# kvm-okINFO: Your CPU does not support KVM extensionsKVM acceleration can NOT be used解决办法很简单:1、修改 VMware ESXi 的设置;2、修改对应虚拟机的设置。登陆 VMware ESXi 控制台打开 VMware ESXi 5.0 的 SSH 服务(默认 SSH 服务是关闭的),然后用ssh 登陆 VMware ESXi 后在 config 文件中最后加入 vhv.allow = “TRUE”一行:# vi /etc/vmware/configlibdir = "/usr/lib/vmware"authd.proxy.vim = "vmware-hostd:hostd-vmdb"authd.proxy.nfc = "vmware-h...
ESXi5和Workstation 8中嵌套安装hyper-V 直接进正题: 一,在ESXi 5中运行hyper-v 1,首先使用SSH,编辑 /etc/vmware/config 文件,增加一行参数“vhv.allow = TRUE”注,该参数即刻生效,不需要重启任何服务。 2,建一个version 8的虚拟机,在启动安装hyper-V虚机之前,VM settings>Options> General>Configuration Parameters..中增加两条参数: 也可以用命令行的方式增加:在Hyper-V虚机所在目录中 3,在VM settings > Options > CPU/MMU Virtualization中选择最后一项 4,修改 VM settings > Options > CPUID Mask > Advanced 5,在Level 1 ecx 中增加参数 6,然后就可以安装hyper-v主机了,安装后可以正常添加hyper-v角色,并且可以在hyper-v主机中嵌套安装64位的虚拟机。 注: 若是AMD cpu 则 CPUID Mask 作如下相应修改:(注意,这里选的是 AMD替代项) 或者直接将客户机操作系统改为ESXi 5.x不过我的 AMD AthlonX4 640的CPU并不稳定, Intel CPU上嵌套则相应稳定些。 二,在workstatio...
VMware Products and Hardware-Assisted Virtualization (VT-x/AMD-V) IntroductionBoth major x86 chip vendors now provide hardware-assisted virtualization (HV) support. Intel's x86 hardware virtualization technology is known as VT-x or, more commonly, simply VT (Virtualization Technology). Previously, it was code-named "Vanderpool." AMD's x86 virtualization technology is known as AMD-V. Previously, it was known as "SVM" (Secure Virtual Machine), and before that, it was code-named "Pacifica." These competing technologies are remarkably similar under the hood, particularly in the first generation. Performance of the first generation hardware was somewhat lackluster, and for that reason, VMware products still default where possible to binary translation without hardware assistance on older HV-capable hardware. Both vendors have made incremental improvements to their hardware-assisted virtualization technology, and now both vendors offer a major advan...
ESXi 5.0嵌套虚拟Windows 2008R2 & Hyper-V Server并能启用64位VM的方法 首先在ESXi5上启用要用于嵌套虚拟平台的虚拟交换机的混杂模式 如要在嵌套的虚拟平台中设置/启用vlan,那么可以在相同的虚拟交换机中增加一个port group(vlan id:4095) 第二步,修改ESXi5的 /etc/vmware/config 文件,插入 vhv.allow = "TRUE" 编辑保存后,此参数立即生效,不需要重启ESXi5 以上2步就为启用虚拟平台嵌套打下了基础 然后呢,就以正常的方式来安装 Windows Server 2008R2 或者 Hyper-V Server 2008R2 安装完成后,关闭虚拟机 编辑虚拟机,在Options - General - Configuration Parameters中加入 hypervisor.cpuid.v0 = FALSE monitor.virtual_exec = hardware 然后转到CPUID Mask - Advanced,在Level 1下的ecx处加入 "----:----:----:----:----:----:--h-:----" (引号不需要) 以上对应的是Intel CPU,如果是AMD CPU,则作以下修改 cpuid.80000001.ecx.amd="----:----:----:----:----:----:----:-h--" cpuid.8000000a.eax.amd="hhhh:hhhh:hhhh:hhhh:hh...
终于有机会测试一下Cloudstack 4.0。目前外面安装文档不多,就算gogle,也只能找到两篇,其中一篇还是中文的,比较幸福。安装部署CloudStack 4.0企业私有云平台按照我的思路,调整一下安装步骤,方便自己。我下面的全部操作都是在root下操作,这个和原文有点不同。至少你可以很快web登陆cloudstack。基本要求OS:ubuntu 12.04.1 Server机器支持VT单块网卡就可以Contents [hide]1 设置源2 网络3 CloudStack Management Server3.1 安装3.2 设置SUDO3.3 下载vhd-util4 数据库5 NFS6 模板7 虚拟化引擎KVM8 WEB设置源cat <<EOF >> /etc/apt/sources.list
deb http://cloudstack.apt-get.eu/ubuntu precise 4.0
EOF添加证书 wget -O - http://cloudstack.apt-get.eu/release.asc| sudo apt-key add -更新apt-get update && apt-get -y dist-upgrade网络目前我根据文档设置网络,导致机器无法访问.所以目前网络基本不做任何的修改,只是设置了一个固定IP Hostname (可选)这个可选 CloudStack Management Server安装apt-get install cloud-client设置SUDOadduser cloud sudo
echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/...
Oracle 10g 在HP-Unix上的安装 Oracle 10g 在HP-Ux上的安装1确认Oracle Database 10g Oracle Home 安装目录1.1检查# more /etc/oratab文件中目录是否存在 orcl:/app/oracle/product/1020:N2磁盘空间检查:2.1# bdf2.2确认数据库信息:host nameport numberservice namepassword of the SYS user3检查硬件配置:(以root用户登录)3.1检查内存:# /usr/sbin/dmesg | grep "Physical:"也可以通过/bin/vmstat来查看3.2检查swap space:/usr/sbin/swapinfo -a3.3检查tmp目录:(400 MB of disk space available)# bdf /tmp3.4检查总的磁盘空间:# bdf3.5确认system architecture是否能运行:# /bin/getconf KERNEL_BITS (结果应该为:64)4检查Software Requirements on HP-UX(检查software and patches是否已安装:)4.1查看version of HP-UX:$ uname -aHP-UX bilut04 B.11.11 U 9000/800 1136991649 unlimited-user license4.2查看HP-UX 11i Quality Pack是否已安装/usr/sbin/swlist -l bundle |...
最新评论