主
安装数据库
主IP 192.168.0.59
辅助:IP 192.168.0.60
apt-get install mysql-server mysql-client
修改my.cnf见附件
1.mysql_install_db --user=mysql --datadir=/home/data/db/mysql
2.cat /etc/mysql/debian.cnf |grep password |head -n 1|awk '{print $3}'
oaoUdbzsGY0f4cgO
3.登入mysql执行
>GRANT ALL ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY PASSWORD 'oaoUdbzsGY0f4cgO';
use mysql
update user set Password = password('oaoUdbzsGY0f4cgO') where User='debian-sys-maint';
FL..
===================================服务端安装nagios=======================================
1.关闭selinx
vim /etc/selinux/config
setenforce 0
2.关闭防火墙
iptables -F
iptables -X
/bin/systemctl save iptables.service
3.安装依赖包
yum -y install make perl gcc glibc glibc-common httpd php gd gd-devel openssl-devel xinetd openssh-clients vim openssl-devel
4.添加账户
useradd -m nagios
groupadd nagcmd
usermod -a -G nagcmd nagios
usermod -a -G nagcmd apache
5.开始编译安装
...
How to use iSCSI Targets on Windows Computers
From SynologyWiki
Jump to: navigation, search
Overview
This article will guide the administrator into mounting an iSCSI Target from the Synology DiskStation onto a Windows-based computer. Please make sure that an iSCSI Target has been created on the DiskStation and is ready for use.
Main Article - How to use the iSCSI Target Service on the Synology DiskStation
Mounting iSCSI Targets on Windows
..
How to use iSCSI Targets on Linux
From SynologyWiki
Jump to: navigation, search
Overview
This article will guide the administrator into mounting an iSCSI Target from the Synology DiskStation onto a Linux computer. Please make sure that an iSCSI Target has been created on the DiskStation and is ready for use. This article was created with a Fedora 13, and a Synology DiskStation DS508 with DSM 3.0-1354. Please consult with the Linux Distribution website for more speci..
php_value post_max_size 20M
php_value upload_max_filesize 20M
移动邮件数据库Mex07到ex07数据库
get-mailbox -database "Mex07" -arbitration | new-moverequest -targetdatabase "ex07"
Unit mysql.service failed to load: No such file or directory. Is this a unique problem? If not, here's a new one and created by me by upgrading
MySQL is now running after following your advice:
su
yum --enablerepo=u*g update selinux\*
chkconfig mysqld on
systemctl start mysqld.service
Install JIRA on Debian or Ubuntu
Skip to end of metadata
Page restrictions apply
Added by Jeff Turner, last edited by David Soul [Atlassian] on Jun 09, 2009 (view change)
show comment hide comment
Comment: Corrected links that should have been relative instead of absolute.
Go to start of metadata
These are some rough notes for getting JIRA installed in a Debian-friendly way, using the 'tomcat5.5' package, and copying files..
apache 默认响应150个进程这样满足不了需求,一般需要调整
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
# MaxClients 150
# MaxRequestsPerChild 0
Se..