51CTO博客开发
##服务端搭建配置yum安装iscsi服务端程序包[root@localhost ~]# yum install scsi-target-utils启动tgtd服务[root@localhost ~]# service tgtd start 正在启动 SCSI target daemon:
1,下载 从http://www.mongodb.org/downloads获取下载版本mongodb-linux-x86_64-2.4.10.tgz2,添加用户groupadd mongod useradd -s /sbin/nologin -M -g mongod mongod 3,解压并移动到相应位置[root@localhost ~]# tar -
1,下载安装lighttpd-1.4.34lighttpd官网下载最新稳定版本[root@localhost software]#tar -zxvf lighttpd-1.4.34.tar.gz[root@localhost software]#cd lighttpd-1.4.34[root@localhost lighttpd-1.4.34]#./configure --prefix=/usr/
本方案为:服务端API生成加密字符串,服务端web中间件层实现验证,验证成功则代理访问到真实资源服务器地址 ,适用于流媒体及下载文件服务,图片未验证。具体实现方案如下:1,中间件及附加模块nginx-1.4.6 web中间件http_accesskey_module web中间件第三方防盗链IP验证模块http_secure_link_module web中间件自带参数验证模
1,配置sendmail 编辑/etc/mail.rc,在文件底部添加如下信息: set from=roottext@tinwing.com smtp=smtp.qq.com --你的发件人及邮件SMTP服务器地址 set smtp-auth-user=roottext@tinwing.com smtp-auth-password=
1,数据库新建及授权mysql> create database opentapsERP;Query OK, 1 row affected (0.03 sec)开始设置localhost在我自己的机器中出现拒绝访问,查看错误提示后发现为opentaps指定为127.0.0.1登录mysql> grant all privileges on opentapsERP.* to 'opent
1.利用xshell生成公匙与私匙。操作参考网友的http://www.dwhd.org/2012/09/10/1186.html2.将公匙上传到用户目录. mkdir /home/username/.ssh3.把公匙放入authorized_key文件,也可修改为该名字。 #vim authorized_key #mv public_key_n
#由于Nginx用于代理Aapache,所以记录访问日志的事情交给Aapache来做好了,注释掉# access_log logs/access.log main; sendfile on; tcp_nopush on; tcp_nodelay on;#解决代理过程中出现的一些502 499错误
1、Nginx与ruyb web服务器thin结合http标签下添加thin的sock文件位置upstream thin_server { server unix:/tmp/utrybuy/thin.utrybuy.0.sock fail_timeout=0; &nb
1、安装[root@localhost php-5.3.20]# ./configure \--prefix=/usr/local/php \--with-config-file-path=/usr/local/php/etc \--with-mysql \--with-mysql=/usr/local/mysql/ \--with-mysqli \--with-mysqli=/usr
RHEL 6.3 KVM虚拟化1、安装RHEL 6.3 X_86操作系统,在安装界面中选择,在安装服务类型时选择“虚拟化”,不安装桌面版,节省硬件资源占用,通过命令操作虚拟机,或是先运行到runleve5,再安装好虚拟机后切换到runlevel3下。2、系统配置 #防火墙规则清除(建议清除) [root@localhost network-scripts]# iptable
#配置好yum源 [root@localhost ~]# cat /etc/yum.repos.d/rhel-source.repo [rhel-source] name=Red Hat Enterprise Linux $releasever - $basearch - Source baseurl=ftp://192.168.0.200/rhel6_dvd/ enabled=1 g
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号