博客统计信息

用户名:无语的奇迹
文章数:82
评论数:5
访问量:58967
无忧币:529
博客积分:590
博客等级:3
注册日期:2009-07-10



安装数据库
主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..
类别:LINUX|阅读(12)|回复(0)|(0)阅读全文>>
2012-04-12 23:14:02
===================================服务端安装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.开始编译安装

...
类别:LINUX|阅读(12)|回复(0)|(0)阅读全文>>
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..
类别:LINUX|阅读(20)|回复(0)|(0)阅读全文>>
        php_value post_max_size 20M

        php_value upload_max_filesize 20M
2012-03-05 16:30:59
移动邮件数据库Mex07到ex07数据库
get-mailbox -database "Mex07" -arbitration | new-moverequest -targetdatabase "ex07"
2012-02-27 16:52:58
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



 
类别:LINUX|阅读(10)|回复(0)|(0)阅读全文>>
2012-02-17 13:40:58
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..
2010exchange 服务端备份用户邮件
apache 默认响应150个进程这样满足不了需求,一般需要调整
<IfModule mpm_prefork_module>

    StartServers          5

    MinSpareServers       5

    MaxSpareServers      10

#    MaxClients          150

#    MaxRequestsPerChild   0

    Se..
 <<   1   2   3   4   5   >>   页数 ( 1/9 )

背景音乐

我的音乐

00:00 | 00:00

我最近发表的评论

lvs+keepalived实.. 回复
debian6 x64环境貌似不行吧
Linux负载均衡软.. 回复
如果keepalived虚拟IP有 VIP=192..
可购买啦!《高性.. 回复
晚上刚买的哈哈~
可购买啦!《高性.. 回复
晚上刚买的哈哈,支持下
服务器虚拟化部署.. 回复
博主你知道csv共享怎么弄么 我最近..