环境 CentOS 6.3 server nginx-1.6.3 MySQL-5.6.25安装nginx遇到的问题启动nginx时候提示错误“/usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.1...
分类:
其他好文 时间:
2015-07-13 18:16:32
阅读次数:
414
vim /sbin/service#!/bin/sh. /etc/init.d/functions #读取环境变量.VERSION="$(basename $0) ver. 0.91" #"service[获取的第一个参数] ver. 0.91"对应后面的"service -V"USAGE="Us....
分类:
其他好文 时间:
2015-07-13 18:09:44
阅读次数:
91
una ~ # ps -ef|egrep "*d$"或"[a-z]d" //查看现有的服务器上都有哪些服务器进程.root 3509 1 0 2014 ? 00:10:48 /usr/sbin/ntpd -p /var/run/ntpd.pidroo...
分类:
其他好文 时间:
2015-07-12 17:09:20
阅读次数:
131
检测Selinux状态1、/usr/sbin/sestatus -v ##如果SELinux status参数为enabled即为开启状态SELinux status: enabled2、getenforce ##也可以用这个...
分类:
系统相关 时间:
2015-07-12 14:08:01
阅读次数:
183
找到文件interfaces,路径:/etc/network/interfaces打开interfaces文件,看到以下内容:auto loiface lo inet loopbackauto dsl-provideriface dsl-provider inet ppppre-up /sbin/i...
分类:
系统相关 时间:
2015-07-12 12:36:29
阅读次数:
185
export PATH=/bin:/sbin:/usr/local/mysql/binexport PATH=$PATH:/Applications/MacVim-snapshot-68export PATH=$HOME/.rbenv/bin:$PATHexport CLICOLOR=1export...
分类:
系统相关 时间:
2015-07-11 11:55:37
阅读次数:
196
1.maste主机:192.168.20.112slaver备机:192.168.20.137VIP(虚拟IP,用于外网访问):192.168.20.1002.安装nginx3.安装keepalivetar-zxvfkeepalived-1.2.15.tar.gzcdkeepalived-1.2.15./configuremakemakeinstall4.软连接ln-s/usr/local/etc/keepalived//etc/ln-s/usr/local/sbin/..
分类:
其他好文 时间:
2015-07-10 16:51:52
阅读次数:
242
总结五:Linux文件系统之层次结构及目录管理命令1、FHS:(FilesystemHierarchyStandard)--文件系统层次结构标准/bin,/sbin:系统自身启动和运行时可能会用到的核心二进制命令/lib:共享库文件和内核模块/lib64:共享库文件和内核模块/etc:配置文件/usr:universalsharedread-o..
分类:
系统相关 时间:
2015-07-10 16:51:01
阅读次数:
146
查看linux机器是32位还是64位的方法:
file /sbin/init 或者 file /bin/ls
/sbin/init: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
如果显...
分类:
系统相关 时间:
2015-07-10 13:35:47
阅读次数:
146
前期准备:yuminstallgccgcc-c++makecmakencurses-develbisonperl#依赖包建用户:groupaddmysqluseraddmysql-s/sbin/nologin-M-gmysql建立安装目录:mkdir/data/mysql3306-pvchown-Rmysql./data/mysql3306/下载&解压:wget–chttp://download.softagency.net/MySQL/Downlo..
分类:
数据库 时间:
2015-07-09 22:55:29
阅读次数:
237