大飞_dafei

导航

上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 50 下一页

2018年2月28日 #

.tar.gz 出错 gzip: stdin: not in gzip format; tar: Child returned status 1; tar: Error is not recover

摘要: 安装jdk解压遇到报错: 看一下文件属性: file jdk-8u161-linux-x64.tar.gz 居然是html jdk-8u161-linux-x64.tar.gz: HTML document 原因: 文件的下载链接不是直接指向文件,而是先指向一个页面,在这个页面里才是正真的下载地址, 阅读全文

posted @ 2018-02-28 16:10 大飞_dafei 阅读(158) 评论(0) 推荐(0)

2018年2月26日 #

nginx 重启

摘要: 1、重启之前检测配置是否正确 /usr/sbin/nginx -t 2、重启 /usr/sbin/nginx -s reload 【这种方式可能会遇到 nginx: [error] invalid PID number "" in "/run/nginx.pid" 这样的错误】 nginx -c / 阅读全文

posted @ 2018-02-26 17:32 大飞_dafei 阅读(105) 评论(0) 推荐(0)

linux安装目录和nginx.conf文件配置目录

摘要: linux安装目录和nginx.conf文件配置目录 1、查看nginx安装目录 ps -aux | grep nginx 【返回结果包含安装目录】 root 9764 0.0 0.1 124764 1400 ? Ss Feb25 0:00 nginx: master process /usr/sb 阅读全文

posted @ 2018-02-26 16:58 大飞_dafei 阅读(122) 评论(0) 推荐(0)

2018年2月13日 #

Ubuntu 安装redis

摘要: Ubuntu 安装redis 2种方式安装redis 第一种:apt-get方式 安装redis sudo apt-get update sudo apt-get install redis-server 启动 redis redis-server 检查redis进程 ps -aux|grep re 阅读全文

posted @ 2018-02-13 16:18 大飞_dafei 阅读(91) 评论(0) 推荐(0)

2018年2月11日 #

Ubuntu 15 安装docker docker-compose

摘要: Ubuntu 15 安装docker docker-compose 1、通过阿里镜像安装 curl -sSL http://acs-public-mirror.oss-cn-hangzhou.aliyuncs.com/docker-engine/internet | sh - 2、安装docker- 阅读全文

posted @ 2018-02-11 10:31 大飞_dafei 阅读(136) 评论(0) 推荐(0)

linux修改host文件

摘要: linux修改host文件 很多linux新手不知道host位置; host文件位置:/etc/hosts vi /etc/hosts即可编辑 修改方式类似windows. 阅读全文

posted @ 2018-02-11 10:08 大飞_dafei 阅读(389) 评论(0) 推荐(0)

2018年2月8日 #

SpringBoot RocketMQ 整合使用和监控

摘要: SpringBoot RocketMQ 整合使用和监控 阅读全文

posted @ 2018-02-08 12:01 大飞_dafei 阅读(156) 评论(0) 推荐(0)

Linux的五个查找命令

摘要: Linux的五个查找命令 Linux 的查找命令 find 、 locate 、 whereis、which、 type 1. find find是最常见和最强大的查找命令,你可以用它找到任何你想找的文件。find的使用格式如下: 1 $ find <指定目录> <指定条件> <指定动作> 2 - 阅读全文

posted @ 2018-02-08 10:56 大飞_dafei 阅读(160) 评论(0) 推荐(0)

2018年2月7日 #

Github 在线创建文件和创建文件夹(开放API))

摘要: 在Github上建立一个文件夹和一个文件 阅读全文

posted @ 2018-02-07 17:13 大飞_dafei 阅读(225) 评论(0) 推荐(0)

2018年1月26日 #

nginx 配置

摘要: 1、显示目录 autoindex on; #开启nginx目录浏览功能 autoindex_exact_size off; #文件大小从KB开始显示 autoindex_localtime on; #显示文件修改时间为服务器本地时间 2、显示乱码 default_type 'text/html'; 阅读全文

posted @ 2018-01-26 16:13 大飞_dafei 阅读(73) 评论(0) 推荐(0)

上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 50 下一页