码迷,mamicode.com
首页 >  
搜索关键字:curl -O    ( 5038个结果
Ubuntu 扩展curl、mysql_pdo、GD安装
https://www.jianshu.com/p/be597e7a9ef9 https://blog.csdn.net/Anlior/article/details/79609459 # 搜索相关的可用的扩展sudo apt-cache search GD|grep php7sudo apt-ca ...
分类:数据库   时间:2020-01-27 09:28:36    阅读次数:76
阿里云安装Gitlab
手动部署GitLab环境 完成以下操作,手动部署GitLab环境: 安装依赖包。 sudo yum install -y curl policycoreutils-python openssh-server 设置SSH开机自启动并启动SSH服务。 sudo systemctl enable sshd ...
分类:其他好文   时间:2020-01-26 17:30:50    阅读次数:427
pip install ImportError: cannot import name 'SourceDistribution'
问题原因: pip v20.0的bug解决办法:手动升级pipcurl https://bootstrap.pypa.io/get-pip.py -o get-pip.py Then run the following command in the folder where you have dow ...
分类:其他好文   时间:2020-01-25 16:43:43    阅读次数:124
镜像管理
一、搜索镜像的两种方式1.1网页搜索https://hub.docker.com/search?q=&type=image1.2 命令搜索二、使用国内源加速由于国外源下载慢,使用国内源加速。curl -sSL https://get.daocloud.io/daotools/set_mirror.s... ...
分类:其他好文   时间:2020-01-25 11:47:44    阅读次数:769
Ubuntu 19.10 安装docker
添加阿里的docker源,安装docker curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] h ...
分类:系统相关   时间:2020-01-24 18:49:48    阅读次数:117
Kubernetes二进制线网部署(实例!!!)
1.官方提供的三种部署方式Kubernetes平台环境规划3.自签SSL证书Etcd数据库集群部署Node安装DockerFlannel容器集群网络部署7.部署Master组件8.部署Node组件9.部署一个测试示例10.部署WebUI(Dashboard)11.部署集群内部DNS解析服务(CoreDNS)官方提供的三种部署方式minikubeMinikube是一个工具,可以在本地快速运行-一个单
分类:Web程序   时间:2020-01-24 09:26:33    阅读次数:122
curl 发送 http请求
测试接口,经常会用到接口测试工具如postman,而curl命令可以直接在终端进行测试,下面介绍一下如何使用 get 请求 curl "http://localhost:3000/api/books?page=1&limit=4" post请求 curl -X POST "http://localh ...
分类:Web程序   时间:2020-01-23 22:41:47    阅读次数:132
Mybatis Plus入门
MyBatis Plus介绍 MyBatis Plus (简称MP)是国内人员开发的 MyBatis 增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。 特征 无侵入:Mybatis-Plus 在 Mybatis 的基础上进行扩展,只做增强不做改变,引入 Mybati ...
分类:其他好文   时间:2020-01-23 00:10:19    阅读次数:94
vToRay + bbr 加速
购买VPS: 我使用的是vultr : 传送门 安装vToray: bash <(curl -L -s https://install.direct/go.sh) 启用加速: 1 安装BBR加速算法 输入以下命令,就能在centos/ubuntu/debian服务器一键安装google tcp-bb ...
分类:其他好文   时间:2020-01-22 16:06:32    阅读次数:256
在mac上搭建PHP开发环境
首先安装homebrew:ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"安装 nginx-1.10.2_1 <!-- lang: shell --> brew sear ...
分类:Web程序   时间:2020-01-22 14:50:55    阅读次数:100
5038条   上一页 1 ... 51 52 53 54 55 ... 504 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!