## Linux 目录- /:根目录,一般只存放目录,不存放文件- /bin -> /usr/bin:可执行二进制文件的目录,也是常用命令目录,如常用的命令 ls、cat、mv 等- /boot:该目录中存放系统的内核文件,系统引导时使用的各种文件- /dev:存放 linux 系统中所有设备的目录 ...
分类:
系统相关 时间:
2020-05-16 19:04:30
阅读次数:
74
资源下载:ElasticSearch官方下载地址:https://www.elastic.co/downloads/elasticsearchcurl下载地址:http://curl.haxx.se/download.htmlKibana下载地址:https://www.elastic.co/gui ...
分类:
编程语言 时间:
2020-05-16 16:49:35
阅读次数:
79
然后出错了。。 究其原因是因为curl的postBuffer的默认值太小,我们需要调整它的大小,在终端重新配置大小 在这里,笔者把postBuffer的值配置成500M,对笔者来说已经够了。可以根据你需要下载的文件大小,将postBuffer值配置成合适的大小。 git config --globa ...
分类:
其他好文 时间:
2020-05-16 16:45:36
阅读次数:
65
从github上下载zip很麻烦,分别试过wget和用free download manager和chrome下载,最后,fdm下载下来了。mwget是不行的。 https://github.com/eranif/codelite, 需要安装gtk3的dev包。官网说这样: apt-get inst ...
分类:
其他好文 时间:
2020-05-16 16:31:56
阅读次数:
73
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54 fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pac ...
分类:
Web程序 时间:
2020-05-16 09:19:10
阅读次数:
158
可以用 update-index-settings API 动态修改副本数: PUT /my_temp_index/_settings { "number_of_replicas": 1 } curl -XPUT http://192.168.0.200:9200/index_execution_2 ...
分类:
其他好文 时间:
2020-05-15 20:15:33
阅读次数:
128
原来python2.7自带pip工具,但是执行 pip uninstall Flask 后导致 pip命令找不到。下面重新安装pip查看 python版本:python --version 通过以下命令来判断是否已安装pip:pip --version。如果没有,使用以下方法来安装: $ curl ...
分类:
编程语言 时间:
2020-05-15 15:43:19
阅读次数:
80
ubuntu下安装kong 一,准备项 ubuntu server 18+,联网环境 kong最新版本稳定版本 postgresql安装 使用安装包安装。 二,安装步骤 1.安装postgresql数据库 参考博客文章 https://www.cnblogs.com/duanxz/p/3644099 ...
分类:
系统相关 时间:
2020-05-15 00:04:34
阅读次数:
101
sqlite3 官网:https://www.sqlite.org/download.html 图片 code #更新SQLite 3 #获取源代码(在主目录中运行) [root@djangoServer ~]# cd ~ [root@djangoServer ~]# wget https://ww ...
分类:
数据库 时间:
2020-05-14 19:38:58
阅读次数:
82
由于之前(Linux nginx安装与配置(参考))已经安装好了 nginx 所以要重新下载包编译 ssl1.停止运行 nginx systemcrl stop nginx.service 2.下载 nginx cd /home/download wget http://nginx.org/down ...
分类:
Web程序 时间:
2020-05-14 12:57:42
阅读次数:
99