Articles of 安装

我可以将SBS 2011 Standard安装到现有的2008R2服务器上吗?

我有一个现有的Windows Server 2008 R2标准专用服务器在服务器场,所有设置。 监控工具,公共和私有网卡,带外pipe理工具,整个shebang; 这很棒。 如果我运行一个典型的SBS 2011标准版安装,所有这一切都会消失,因为安装过程中发生的第一件事是将新的操作系统写入驱动器。 没有网卡,没有监控 – 非常,非常悲伤的脸。 由于我已经安装了正确的操作系统(2k8R2),我想跳到SBS安装过程的一部分。 有任何想法吗?

通过php / html格式将file upload到nginx服务器

我认为这是非常受欢迎的问题,但是我找不到我感兴趣的信息,希望你能帮助我。 我新的服务器pipe理的东西,所以不要扔石头在我:)我安装nginx到我的debian虚拟服务器,并已经安装了PHP,MySQL和所有我需要的。 但是,当我开始使用我的PHP脚本,我发现我不能通过HTML格式上传文件。 我做了一些testing页,我看到,提交表单后,我可以看到$ _FILES ['tmp_name'],但PHP函数move_uploaded_file不起作用。 它不移动文件。 所以这就是为什么我开始使用Googlesearch,并find很多有关nginx_upload模块等信息。 configurationnginx上传文件是否可行?或者我必须安装nginx_upload模块才能这样做? 我必须做什么允许上传文件到我的nginx服务器。 谢谢。

在Ubuntu中从源代码安装php5的问题

(最初问到这里: https : //stackoverflow.com/questions/14977119/problems-installing-php5-from-source-in-ubuntu ) 我一直在尝试安装php5一段时间。 我在用着。 Ubuntu 12.10 Apache 2.4.3 而我想要安装的PHP版本是: PHP 5.4.11 我按照网页上的文档。 我安装了Apache(将文件中的apr和apr-util文件夹放在./scrlib文件中)。 sudo ./configure –enable-so sudo make sudo make install 所有这些命令都会输出很多信息,但只要我知道,就不会出现错误或警告。 只是为了logging: /usr/local/apache2/bin/httpd -l Compiled in modules: core.c mod_so.c http_core.c event.c mod_so.c在那里,所以我认为安装是没问题的。 现在,我尝试安装PHP(放置后 .sudo ./configure \ –prefix=/home/usr/local/php5/ \ –with-mysql \ –with-apxs2=/usr/local/apache2/bin/apxs \ –with-xsl \ –with-gdbm \ –with-gd \ –with-freetype=/usr/include/freetype2/ \ –with-zlib-dir=/usr/include […]

将多个卷连接到EC2实例

我有一个运行Ubuntu的EC2实例,并希望附加一些50-60 EBS卷。 但是,EC2控制台说我只能通过/ dev / sdp使用/ dev / sdf,所以我被限制在11卷。 有没有办法解决这个限制?

在CentOS 6上安装Nagios 3.5.0

嗨我收到以下错误,当我运行make all /usr/bin/install: cannot stat `nagios': No such file or directory make[2]: *** [install-basic] Error 1 make[2]: Leaving directory `/root/nagios/nagios/base' make[1]: *** [install] Error 2 make[1]: Leaving directory `/root/nagios/nagios/base' make: *** [install] Error 2 我正在遵循http://www.howtoforge.com/installing-nagios-3.4.4-on-centos-6.3并添加以下内容 1) Create Account Information Become the root user. su -l Create a new nagios user account and give it a […]

我如何评估SQLServer 2012标准版

“企业评估版(64位)”由我的服务器上的托pipe服务提供商安装。 我想降级到“标准评估版(64位)”。 这是否存在?

Windows Server 2003上的SQL Server 2008 R2 – “初始化0x84B10001失败”

我正在尝试在Windows Server 2003上安装SQL Server 2008 R2 Express,并且出现“初始化0x84B10001失败”错误。 谷歌search了我以下链接 – http://kb.sagesoftwareonline.com/app/answers/detail/a_id/27156/~/error%3A-%22configuration-system-failed-to-initialize-0x84b10001%22-when-尝试 但是,我的machine.config根本没有包含serviceModel条目 – 所以这对我来说似乎没有关系。 任何想法还有什么我可以尝试?

Preseed RAID10似乎没有工作

我有这个configuration(节选)为我的preseed di partman-auto/method string raid di partman-auto/disk string /dev/sda /dev/sdb /dev/sdc /dev/sdd di partman-auto/expert_recipe string \ multiraid:: \ 512 10 512 raid \ $primary{ } \ method{ raid } \ . \ 2000 20 3000 raid \ method{ raid } \ . \ 10000 30 4000000 raid \ method { raid } \ . \ […]

源代码安装在“非标准”目录中的后果

我从源代码自己编译和安装了很多程序。 因为我有一个工作安装的Apache + PHP,但想尝试Nginx + PHP-FPM我想安装这些非标准的位置,如/ nginx和/ php-fpm 除了可执行文件不在PATH中(但可以解决这个问题),还有什么其他的问题或后果呢?

编译cyrus-imapd

当我运行cyrus-imapd-2.4.17-caldav-beta9时 ,出现以下错误: In file included from httpd.c:68:0: httpd.h:48:25: fatal error: libxml/tree.h: No such file or directory compilation terminated. 我正在尝试安装支持日历的testing版本。 我已经安装了libxml2-dev。 apt-get install libxml2-dev 我的操作系统是Debian 7。 我忘了什么