摘要: user nginx;worker_processes 2; error_log /var/log/nginx/error.log warn;pid /var/run/nginx.pid; events { worker_connections 1024;} http { include /etc/ 阅读全文
posted @ 2017-01-18 14:27 shuangxinye 阅读(811) 评论(0) 推荐(0) 编辑
摘要: 确认你是administrator用户,不然memcache无法启动 官网Python插件地址: https://pypi.python.org/pypi安装Python: python-2.7.12.msi配置Python环境变量: C:\Python27;C:\Python27\Scripts; 阅读全文
posted @ 2017-01-18 14:26 shuangxinye 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 参考:https://segmentfault.com/a/1190000007345825 http://blog.csdn.net/huanle0610/article/details/41174943 1.安装一些必要的东东 yum install -y gcc zlib zlib-devel 阅读全文
posted @ 2017-01-13 17:34 shuangxinye 阅读(1343) 评论(0) 推荐(0) 编辑
摘要: 1.Root用户进入虚拟机系统 2.打开控制台 3.永久关闭防火墙,打开sshd,开机启动sshd,这样SecureCRT才能连接 chkconfig iptables off;service sshd start;chkconfig sshd on; 可以通过chkconfig --list | 阅读全文
posted @ 2017-01-13 17:02 shuangxinye 阅读(12601) 评论(0) 推荐(1) 编辑
摘要: 1.选择镜像文件 2.选择网络连接,方便SecureCRT进行连接 3.开始安装硬件驱动 4.语言默认的就好 接下来一路NEXT 到这就安装完成了,现在重启才能进入已经安装的系统 创建一个用户,尽量少用root,后果可能很严重 接下来登录进入你的新系统吧 阅读全文
posted @ 2017-01-13 16:24 shuangxinye 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 来源于:鸟哥的Linux私房菜 在继续后面的章节之前,这里很需要跟大家再来报告一件事,那就是我们的文字模式里头具有很多的功能按键, 这些按键可以辅助我们进行指令的编写与程序的中断呢!这几个按键请大家务必要记住的!很重要喔!• [Tab] 按键[Tab] 按键就是在键盘的大写灯切换按键([Caps L 阅读全文
posted @ 2016-11-07 15:46 shuangxinye 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.cnblogs.com/mchina/archive/2013/03/15/2858041.html 一、htop 简介 This is htop, an interactive process viewer for Linux. It is a text-mode ap 阅读全文
posted @ 2016-11-07 14:18 shuangxinye 阅读(120) 评论(0) 推荐(0) 编辑
摘要: centOS 6.5关闭防火墙步骤 关闭命令: service iptables stop 永久关闭防火墙:chkconfig iptables off两个命令同时运行,运行完成后查看防火墙关闭状态 service iptables status Apache在Linux系统中,其实叫“httpd” 阅读全文
posted @ 2016-11-07 14:12 shuangxinye 阅读(72) 评论(0) 推荐(0) 编辑