码迷,mamicode.com
首页 >  
搜索关键字:wget curl    ( 11696个结果
Linux常用命令详解—基于CentOS7
## Linux 目录- /:根目录,一般只存放目录,不存放文件- /bin -> /usr/bin:可执行二进制文件的目录,也是常用命令目录,如常用的命令 ls、cat、mv 等- /boot:该目录中存放系统的内核文件,系统引导时使用的各种文件- /dev:存放 linux 系统中所有设备的目录 ...
分类:系统相关   时间:2020-05-16 19:04:30    阅读次数:74
springboot与elasticsearch整合
资源下载: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
用git命令行克隆项目及出现failed解决方案
然后出错了。。 究其原因是因为curl的postBuffer的默认值太小,我们需要调整它的大小,在终端重新配置大小 在这里,笔者把postBuffer的值配置成500M,对笔者来说已经够了。可以根据你需要下载的文件大小,将postBuffer值配置成合适的大小。 git config --globa ...
分类:其他好文   时间:2020-05-16 16:45:36    阅读次数:65
编译codelite心得
从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
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
修改es 副本数 replicas
可以用 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
Python pip 安装与使用
原来python2.7自带pip工具,但是执行 pip uninstall Flask 后导致 pip命令找不到。下面重新安装pip查看 python版本:python --version 通过以下命令来判断是否已安装pip:pip --version。如果没有,使用以下方法来安装: $ curl ...
分类:编程语言   时间:2020-05-15 15:43:19    阅读次数:80
ubuntu安装kong网关2..0.4
ubuntu下安装kong 一,准备项 ubuntu server 18+,联网环境 kong最新版本稳定版本 postgresql安装 使用安装包安装。 二,安装步骤 1.安装postgresql数据库 参考博客文章 https://www.cnblogs.com/duanxz/p/3644099 ...
分类:系统相关   时间:2020-05-15 00:04:34    阅读次数:101
Django 升级sqlite3
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 配置 SSL 证书支持 HTTPS 访问(参考)
由于之前(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
11696条   上一页 1 ... 79 80 81 82 83 ... 1170 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!