码迷,mamicode.com
首页 >  
搜索关键字:wget curl    ( 11696个结果
curl 超时问题解决
curl -o /dev/null -s -w %{time_namelookup} %{time_connect} %{time_starttransfer} %{time_total} %{speed_download}"\n" https://www.baidu.com -o:把curl 返回 ...
分类:Web程序   时间:2020-07-20 15:33:07    阅读次数:111
ubuntu16.04安装chrome浏览器
1、将下载源加入到系统的源列表: sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/ 2、导入谷歌软件的公钥: wget -q -O - https://dl.goog ...
分类:系统相关   时间:2020-07-20 10:24:15    阅读次数:90
centos7安装k8s
升级系统,安装常用的rpm yum -y update yum -y install wget net-tools nfs-utils lrzsz gcc gcc-c++ make cmake\ libxml2-devel openssl-devel curl curl-devel unzip su ...
分类:其他好文   时间:2020-07-19 23:07:25    阅读次数:97
Mac安装Allure
安装Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Homebrew更换国内镜像源 # 替换 brew.git 仓库地址 cd "$( ...
分类:系统相关   时间:2020-07-19 16:04:40    阅读次数:307
MySQL 中间件Mycat部署
什么是MyCat*一个彻底开源的,面向企业应用开发的大数据库集群*支持事务、ACID、可以替代MySQL的加强版数据库*一个可以视为MySQL集群的企业级数据库,用来替代昂贵的Oracle集群*一个融合内存缓存技术、NoSQL技术、HDFS大数据的新型SQLServer*结合传统数据库和新型分布式数据仓库的新一代企业级数据库产品*一个新颖的数据库中间件产品为什么使用MyCat如今随着互联网的发展,
分类:数据库   时间:2020-07-19 11:27:26    阅读次数:86
Ubuntu 环境下安装 Redis
一、操作步骤 1、下载 redis redis 仓库:http://download.redis.io/releases/ 命令:wget http://download.redis.io/releases/redis-(版本号).tar.gz 2、解压 命令:tar -zxvf redis-(版本 ...
分类:系统相关   时间:2020-07-18 22:57:49    阅读次数:121
cassandra安装
单节点安装 cassandra由Java开发,需要提前配置JDK环境 下载地址 http://archive.apache.org/dist/cassandra/ wget http://archive.apache.org/dist/cassandra/3.11.6/apache-cassandr ...
分类:其他好文   时间:2020-07-18 22:43:35    阅读次数:104
Artemis安装
Linux下安装Artemis Artemis是下一代的ActiveMQ,也就是说目前的ActiveMQ是5.x,Artemis将是6.x 1. 下载 官网下载地址: https://activemq.apache.org/components/artemis/download/ wget http ...
分类:其他好文   时间:2020-07-18 19:47:13    阅读次数:133
Centos7通过yum安装mysql5.7
参考: https://www.jianshu.com/p/1dab9a4d0d5f https://blog.csdn.net/wohiusdashi/article/details/89358071 安装mysql源 下载 wget https://dev.mysql.com/get/mysql ...
分类:数据库   时间:2020-07-18 16:09:39    阅读次数:100
docker如何构建多架构(arm64, x86_64, armv7)容器镜像?
#1. 更新docker的版本到大于或等于19.03 1.1 x86下如何更新docker? $ sudo apt install -y apt-transport-https $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | s ...
分类:其他好文   时间:2020-07-17 22:10:26    阅读次数:252
11696条   上一页 1 ... 44 45 46 47 48 ... 1170 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!