
运维
雨田君
运动学习感恩乐观
展开
-
ssh无密码登陆服务器
ssh无密码登陆原创 2014-05-08 14:29:12 · 1166 阅读 · 0 评论 -
Oauth认证的时候报错:timestamp_refused
今天服务器大规模报错,大部分用户无法登陆,小部分可以登陆,很是奇怪。查看log,调试代码,发现问题是在oauth认证的时候出了问题,报 timestamp_refused。google了下,问了高手,问题定位在服务器的时间可能有问题执行date,发现比其他服务器快了5分钟原创 2014-05-19 18:21:56 · 1370 阅读 · 0 评论 -
iptables惹的祸
iptables惹的祸[root@localhost ~]# service iptables stopiptables: Flushing firewall rules: [ OK ]iptables: Setting chains to policy ACCEPT: filter [ OK ]iptables: Unloading modules: [ OK原创 2014-05-19 17:44:07 · 1197 阅读 · 0 评论 -
centos上设置时区
[root@localhost ~]# date -R // 查看时区Mon, 19 May 2014 10:18:46 +0000[root@localhost ~]# tzselect // 设置修改时区Please identify a location so that time zone rules can be set correctly.Please select a continent or ocean.原创 2014-05-19 18:45:47 · 1250 阅读 · 0 评论 -
编译apache报APR not found
configure: error: APR not found. Please read the documentation.configure: error: APR-util not found. Please read the documentation.原创 2014-05-09 23:29:46 · 967 阅读 · 0 评论 -
linux命令之service和chkconfig
常用方式格式:service 打印指定服务的命令行使用帮助。 格式:service start启动指定的系统服务 格式:service stop停止指定的系统服务 格式:service restart重新启动指定的系统服务,即先停止(stop),然后再启动(start)。 格式:chkco转载 2014-05-08 22:34:23 · 932 阅读 · 0 评论 -
宿主机mac os无法连接到虚拟机centos
宿主机mac os无法连接到虚拟机centos虚拟机通过vagrant up启动有做端口映射开启局域网访问原创 2014-05-15 13:22:48 · 2600 阅读 · 0 评论 -
rsync + inotify 打造多服务器间文件实时同步
rsync+inotify打造多服务器间文件实时同步原创 2014-05-08 15:39:19 · 1389 阅读 · 0 评论 -
Centos上安装nginx报错
./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by using --without-http_rewrite_moduleoption, or install the PCRE library into the system, or build the PCRE librarystatically from the source with n原创 2015-02-20 22:54:31 · 895 阅读 · 0 评论