2018年8月15日
摘要: 按e 进入编辑模式 模式最后加入init=/bin/bash,进入shell脚本 ctrl+x 以编辑配置启动 mount –no remount,rw / 挂载读写模式 passwd root 修改密码 sync 同步数据到磁盘 mount –no remount,ro /... 阅读全文
posted @ 2018-08-15 08:47 Covers 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 修改成功 阅读全文
posted @ 2018-08-15 08:46 Covers 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 官网http://www.memcached.org/files/ Memcache: 一.配置服务端 1.mkdir /home/gaigai/tools -p 2.rz libevent-1.4.13-stable.tar memcache-1.4.tar.gz 3.tar zxvf libev 阅读全文
posted @ 2018-08-15 08:45 Covers 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 安装 tar zxvf cronolog-1.6.2.tar.gz cd cronolog-1.6.2 ./configuremakemake install which cronolog 设定 /etc/httpd/conf/httpd.conf中加入 526行 CustomLog “/usr/l 阅读全文
posted @ 2018-08-15 08:44 Covers 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 安装ftp客户端及ftp文件传输服务器 FTP在OSI模型的第七层,TCP模型第四层,即应用层 包含两个通道:控制通道,端口21;数据通道,端口20 三种远程登录的方式:匿名登录、账号登录、虚拟用户 服务端: anonymous_enable=YES 开启匿名 ftp 192.168.1.20 10 阅读全文
posted @ 2018-08-15 08:29 Covers 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 一.準備三台機器: Server 192.168.1.19 Client1 192.168.1.11 二.配置(s/c都要安裝) 1.yum install -y net-snmp* 2.cp /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.$(date +%F- 阅读全文
posted @ 2018-08-15 08:29 Covers 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1.yum install -y zlib libxml libjpeg freetype libpng gd curl libiconv zlib-devel libxml2-devel libjpeg-devel freetype-devel libpng-devel curl-devel 2. 阅读全文
posted @ 2018-08-15 08:27 Covers 阅读(107) 评论(0) 推荐(0) 编辑
摘要: cd cmake-3.9.0 ./configure gmake gmake intall cd ncurses-5.9 ./configure --with-shared --without-debug --without-ada --enable-overwrite make make inst 阅读全文
posted @ 2018-08-15 08:25 Covers 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1.cd /application/ 2.tar zxf mysql-5.1.68.tar.gz 3.cd mysql-5.1.68 4.groupadd mysql 5.useradd -g mysql -M mysql 6../configure --prefix=/usr/local/mysq 阅读全文
posted @ 2018-08-15 08:22 Covers 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1.详解linux netstat输出的网络连接状态信息 http://blog.51cto.com/oldboy/1184139 2.awk数组命令经典生产实战应用拓展 http://blog.51cto.com/oldboy/1184177 3.庖丁解牛获取连接状态数的awk数组命令 http: 阅读全文
posted @ 2018-08-15 08:21 Covers 阅读(66) 评论(0) 推荐(0) 编辑