`
文章列表
【基本介绍】 nohup 和 & 都可以让命令放到放到后台执行 at 和 crontab 都可以定时执行相应的命令 nohup - run a command immune to hangups, with output to a non-tty at and batch read commands from standard input or a specified file which are to     be executed at a later time. Crontab is the program used to install, remove or list the ...
【背景介绍】 有一段时间没有登入cacti,发现没有记录密码,导致cacti不能登入页面。 【修改密码】 [root@localhsot]# mysql -u root -p mysql> use cacti; mysql> select from user_auth; mysql> update user_auth set password=md5("cactipasswd") where id='1'; 现在cacti新密码就是cactipasswd 【参考】 http://blog.sina.com.cn/s/blog_741c82ba0100wf ...
【基本介绍】 apache 和 nginx 多站点部署,一般情况有基于端口,基于域名,基于IP。 【基于域名】 每个虚拟主机的站点放在不同目录中,并配置不同的域名 #第一个虚拟主机   server{     listen 80 ; #监听的端口     server_name aaa.domain.com;  #主机名称     access_log logs/aaa.domain.com.access.log combined ;    #访问日志文件存放路径     location /     {         index index.html index.htm;        ...
【基本情况】 cacti本身自带了mem , proc user等模板,这里我们来安装对mysql的模板配置 【模板下载】 http://faemalia.com/Technology/ [root@bogon teMySQLcacti]# ls -r README.txt mysql_stats.php makeReleaseFile.sh makeMin1RrdIntoMin0Rrd.sh dumpMemcachedStats.php convertXmlTo5minutePollingInterval.sh CHANGELOG cacti_host_template_temysql_h ...
【基本介绍】-> 百科 cacti是用php语言实现的一个软件,它的主要功能是用snmp服务获取数据,然后用rrdtool储存和更新数据,当用户需要查看数据的时候用rrdtool生成图表呈现给用户。因此,snmp和rrdtool是cacti的关键。Snmp关系着数据的收集,rrdtool关系着数据存储和图表的生成。 Mysql配合PHP程序存储一些变量数据并对变量数据进行调用,如:主机名、主机ip、snmp团体名、端口号、模板信息等变量。 snmp抓到数据不是存储在mysql中,而是存在rrdtool生成的rrd文件中(在cacti根目录的rra文件夹下)。rrdtool对数据的更新和存储 ...

nagios

【基本介绍】 Nagios是一款开源的电脑系统和网络监视工具,能有效监控Windows、Linux和Unix的主机状态,交换机路由器等网络设置,打印机等。在系统或服务状态异常时发出邮件或短信报警第一时间通知网站运维人员,在状态恢复后发出正常的邮件或短信通知。。。 【安装】 详细信息看参考内容 【配置】 详细信息看参考内容 成功配置出一台nagios监控系统,必须要弄清楚每个配置文件之间依赖与被依赖的关系,最重要的有四点: 第一:定义监控哪些主机、主机组、服务和服务组; 第二:定义这个监控要用什么命令实现; 第三:定义监控的时间段; 第四:定义主机或服务出现问题时要通知的联系人和联系人 ...
rsync + inotify 触发式同步 【基本介绍】 rsync : rsync  is  a program that behaves in much the same way that rcp does, but has many more options  and  uses  the  rsync  remote-update  protocol  to greatly  speed  up  file  transfers  when  the  destination file is being updated. inotify : The  inotify  API pro ...
【基本信息】 chkconfig - updates and queries runlevel information for system services service service - run a System V init script. /etc/init.d  The directory containing System V init scripts. 【命令格式】 chkconfig命令参考 http://www.cnblogs.com/panjun-Donet/archive/2010/08/10/1796873.html service SCRIPT COMMAND ...
linux下修改用户登入目录 1. 修改/etc/passwd admin:x:500:500:panda:/home/admin/:/bin/bash 直接修改第6列 2.命令行usermod usermod -d /newpath user 【家目录】 如果要迁移家目录 usermod -d /newpath -m user 但是newpath不许不存在,不然只是修改了登入目录。家目录下面的文件不会迁移 ---- -d, --home HOME_DIR           The user's new login directory. If the -m option is given ...
linux ntp时间同步 【ntp】 Network Time Protocol (NTP) 此处省略一万字。 【安装】 详解参考 【配置】 NTP服务的配置文件: /etc/ntp.conf :这个是 NTP 服务的主要配置文件,不同的Linux版本文件所在的目录可能会不同! 与NTP服务有关的Linux ...
【基本介绍】 VSFTP是一个基于GPL发布的类Unix系统上使用的FTP服务器软件,它的全称是Very Secure FTP FTP Transfer Protocol 件传输协议的缩写,在RFC 959中具体说明。 此处省略一万字 匿名登录、本地用户登录和虚拟用户登录。 【配置文件】 vsftpd的配置文件 /etc/vsftpd/vsftpd.conf 主配置文件 /usr/sbin/vsftpd Vsftpd的主程序 /etc/rc.d/init.d/vsftpd 启动脚本 /etc/pam.d/vsftpd PAM认证文件(此文件中file=/etc/vsftpd/ftpu ...
ab - Apache HTTP server benchmarking tool 【基本用法】 ab参数详解:http://httpd.apache.org/docs/2.2/programs/ab.html ab -n1000 -c10 url 例如:./ab  -n1000 -c20 http://ip/xx 【结果分析】 具体结果分析可以参考http://httpd.apache.org/docs/2.2/programs/ab.html 几个重点: Concurrency Level: The number of concurrent clients used during ...
Linux上的文件上传/下载工具rz和sz Rz (receive zmodem)  receives files with the ZMODEM batch protocol. rz:运行该命令会弹出一个文件选择窗口,从本地选择文件上传到服务器 Sz (Send zmodem) sends one or more files with ZMODEM protocol. sz:将选定的文件发送(send)到本地机器 【ZMODEM】 Xmodem, Ymodem and Zmodem Xmodem sends 128 bytes and a checksum, waits for a Ack ...
Global site tag (gtag.js) - Google Analytics