会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wadeson
github:https://github.com/jsonhc/
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
2017年7月12日
vsftpd搭建ftp服务,并实现虚拟用户访问
摘要: 安装vsftpd服务: yum install vsftpd -y [root@wadeson ~]# rpm -ql vsftpd /etc/logrotate.d/vsftpd /etc/pam.d/vsftpd /etc/rc.d/init.d/vsftpd /etc/vsftpd /etc/
阅读全文
posted @ 2017-07-12 15:27 wadeson
阅读(888)
评论(0)
推荐(0)
编辑
2017年7月11日
httpd结合php的fpm模式
摘要: httpd2.4版本的编译安装,不再赘述,查看上一篇:http://www.cnblogs.com/jsonhc/p/7134053.html 从官网下载php源码包:php-5.6.30.tar.bz2 1、安装必要的依赖包 yum install -y libxml2 libxml2-devel
阅读全文
posted @ 2017-07-11 15:04 wadeson
阅读(611)
评论(0)
推荐(0)
编辑
2017年7月7日
lamp编译详解
摘要: 首先确认系统环境:centos6.4 min版本 1、安装需要的开发环境 yum groupinstall "Development Tools" "Server Platform Development" -y 2、下载并安装依赖的包(由于编译的是httpd2.4的版本对apr有更高要求) wge
阅读全文
posted @ 2017-07-07 20:32 wadeson
阅读(294)
评论(0)
推荐(0)
编辑
2017年7月6日
vmware基于主机模式实现上网(win10)
摘要: 首先查看本机win10的网络情况: 网卡VMnet1就是主机模式的网卡,确认本机win10共享了网络给vmnet1这张网卡,如果没有共享,那么进行设置: 进行上述设置,然后在vmnet1网卡上设置ip: 上面的ip对应本机win10中的ip信息,作为路由转发 然后进行虚拟机linux系统的网络设置:
阅读全文
posted @ 2017-07-06 15:07 wadeson
阅读(305)
评论(0)
推荐(0)
编辑
2017年7月5日
python之yield
摘要: start 0 stop 1 stop 2 stop 3 stop 4 stop
阅读全文
posted @ 2017-07-05 16:49 wadeson
阅读(366)
评论(0)
推荐(0)
编辑
一些常用的linux命令
摘要: 关于linux下没有安装某个命令时,可以用下面的命令进行搜索: yum whatprovides */lsof yum -y install lsof [root@zabbix scripts]# netstat -tunlpActive Internet connections (only ser
阅读全文
posted @ 2017-07-05 15:56 wadeson
阅读(93)
评论(0)
推荐(0)
编辑
配置linux使用mail发送邮件到163邮箱
摘要: 1、进行配置 yum install -y mailx /etc/mail.rc添加对163的授权: ##########config 163 mail############set from=json_hc@163.com smtp="smtp.163.com"set smtp-auth-user
阅读全文
posted @ 2017-07-05 15:28 wadeson
阅读(1277)
评论(0)
推荐(0)
编辑
安装centos7最小化安装
摘要: 分享一篇不错的文章: https://www.howtoforge.com/tutorial/centos-7-server/
阅读全文
posted @ 2017-07-05 15:11 wadeson
阅读(105)
评论(0)
推荐(0)
编辑
pyCharm最新2017激活码
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-07-05 15:08 wadeson
阅读(10)
评论(0)
推荐(0)
编辑
上一页
1
···
8
9
10
11
12