04 2014 档案

摘要:1 导入模板:2 cacti ---〉mysql定义 3/var/www/html/scripts/ls ss_get_mysql_stats.php 4 $mysql_user = 'cactiuser'; 5 $mysql_pass = 'yourpassword'; 6 $mysql_por... 阅读全文
posted @ 2014-04-30 20:42 osxlinux 阅读(244) 评论(0) 推荐(0)
摘要:glic yum 升级导致失败的解决办法:-------------------------------------------------------------------------- Setting up other filesystem. Setting up new root... 阅读全文
posted @ 2014-04-23 21:36 osxlinux 阅读(457) 评论(0) 推荐(0)
摘要:Ssh-server 服务端sshd_concfigPort 22Protocol 2HostKey /etc/ssh/ssh_host_rsa_keyHostKey /etc/ssh/ssh_host_dsa_keyHostKey /etc/ssh/ssh_host_ecdsa_keyUsePri... 阅读全文
posted @ 2014-04-23 01:52 osxlinux 阅读(795) 评论(0) 推荐(0)
摘要:#!/bin/bashtft_conf="/etc/xinetd.d/tftp"backup_dir="/network/sw_backup"if [ -d {backup_dir} ]thenecho "$backup_dir has been exist! "elsemkdir -pv $bac... 阅读全文
posted @ 2014-04-22 01:45 osxlinux 阅读(149) 评论(0) 推荐(0)