码迷,mamicode.com
首页 >  
搜索关键字:wget    ( 6895个结果
kali下安装googlechrome
1.下载chrome浏览器 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 或者 https://www.chrome64bit.com 2.安装 gdeb apt-cache search ...
分类:其他好文   时间:2020-07-21 11:42:31    阅读次数:136
解决Zookeeper出现Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain问题
Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain 1. 安装maven # 安装wget http://mirrors.hust.edu.cn/apache/maven ...
分类:Web程序   时间:2020-07-21 01:23:54    阅读次数:241
Centos7搭建SS5服务器
Centos7搭建SS5服务器 下载安装 yum -y install gcc automake make pam-devel openldap-devel cyrus-sasl-devel openssl-devel wget https://jaist.dl.sourceforge.net/pr ...
分类:其他好文   时间:2020-07-20 22:46:53    阅读次数:85
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
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
6895条   上一页 1 ... 26 27 28 29 30 ... 690 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!