摘要: 备注 首先 yum install -y screen* rpm -qa|grep screen 看看 有没有安装成功 把这个文件(阿里人修改过的screenrc配置文件)放到 家目录下 现在可以开始用screen 了 一 nohupsou 问题1为什么ssh一关闭,程序就不再运行了? 元凶:SIG 阅读全文
posted @ 2018-04-16 17:10 自在星空 阅读(343) 评论(0) 推荐(0)
摘要: vsftpd安装配置######################################################3yum安装vsftpd rpm -qa |grep vsftpd yum -y install vsftpdchkconfig vsftpd on/etc/init.d/ 阅读全文
posted @ 2018-04-16 15:50 自在星空 阅读(107) 评论(0) 推荐(0)
摘要: yum install docker-ioservice docker restartdocker pull centosdocker pull learn/tutorial 通过docker命令下载tutorial镜像。docker run centos echo "hello word" 在容器 阅读全文
posted @ 2018-04-16 15:48 自在星空 阅读(113) 评论(0) 推荐(0)
摘要: log_format combined '$remote_addr - $remote_user [$time_local] ''$request "$status" $body_bytes_sent ''"$http_referer" "$http_user_agent" ' #默认LOG中有'$ 阅读全文
posted @ 2018-04-16 15:45 自在星空 阅读(597) 评论(0) 推荐(0)
摘要: .tar 解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)———————————————.gz解压1:gunzip FileName.gz解压2:gzip -d FileName.gz压缩:gzip File 阅读全文
posted @ 2018-04-16 11:18 自在星空 阅读(81) 评论(0) 推荐(0)
摘要: 主机记录就是域名前缀,常见用法有:www:解析后的域名为 www.xuanyuanshop.com @:直接解析主域名 xuanyuanshop.com*:泛解析,匹配其他所有域名 *.xuanyuanshop.com A记录:地址记录,用来指定域名的IPv4地址(如:8.8.8.8),如果需要将域 阅读全文
posted @ 2018-04-16 11:10 自在星空 阅读(1352) 评论(0) 推荐(0)
摘要: 在linux平台下的应用,最流行的莫过于nginx、apache、mysql、php几个。而这几个常用的应用,在手工编译完以后,在其他一些情况下(如:新增模块),往往想要查看当初都使用了那些参数进行的编译。这时候就可以利用以下方法查看。1、nginx[root@localhost ~]# /App/ 阅读全文
posted @ 2018-04-16 11:07 自在星空 阅读(300) 评论(0) 推荐(0)