码迷,mamicode.com
首页 >  
搜索关键字:wget curl    ( 11696个结果
Centos设置阿里云yum源
1. 备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/ CentOS 6 wget -O /etc ...
分类:其他好文   时间:2021-01-01 12:02:48    阅读次数:0
centos mongodb 安装
下载 url 为 https://www.mongodb.com/try/download/community 选择 MongoDB Enterprise Server centos 版本 tgz wget https://fastdl.mongodb.org/linux/mongodb-linux ...
分类:数据库   时间:2021-01-01 12:00:13    阅读次数:0
ntfs_file system
centos linux 对ntfs的支持,需要第三方软件源epel 使用阿里源 ,根据help进行配置 #wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo #yum install ntfs- ...
分类:Web程序   时间:2021-01-01 11:44:57    阅读次数:0
记录redhat服务器yum和wget不能使用的解决办法
记录redhat服务器yum和wget不能使用的解决办法 1.先检查以下我们的linux系统环境,看看是不是Redhat7的版本 cat /etc/redhat-release 检查系统中是否安装了yum以及安装了哪些包。 rpm -qa |grep yum 3.删除redhat系统中自带的yum包 ...
分类:其他好文   时间:2020-12-31 11:49:01    阅读次数:0
阿里云服务器搭建wordpress博客
1、有一个阿里云服务器 2、安装宝塔linux: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 3、下载wordpress:官网下载https:/ ...
分类:其他好文   时间:2020-12-30 11:30:02    阅读次数:0
关于二进制k8s1.17.16 部署kubesphere 填坑
关于二进制k8s1.17.16部署kubesphere填坑标签(空格分隔):kubernetes系列一:部署metric-0.3.6下载:components.yamlwgethttps://github.com/kubernetes-sigs/metrics-server/releases/download/v0.3.6/components.yaml下载:k8s.gcr.io/metrics-
分类:其他好文   时间:2020-12-30 11:24:32    阅读次数:0
minio 集群部署
version: '3.3' # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through p ...
分类:其他好文   时间:2020-12-30 11:23:53    阅读次数:0
电商系统 常用代码段
判断是否为空 console.log(this.validatenull(obj1)) 对象深拷贝 var obj1 = { name:'张三' } var obj2 = this.deepClone(obj1); 下拉项为字典 { label: "类型", prop: "type", rules: ...
分类:其他好文   时间:2020-12-30 10:39:18    阅读次数:0
常用的 curl 发送 http 请求 命令
curl is a a command line tool that allows to transfer data across the network. It supports lots of protocols out of the box, including HTTP, HTTPS, FT ...
分类:Web程序   时间:2020-12-29 11:24:49    阅读次数:0
logstash客户端传送symantec日志到elasticsearch
一、安装相应版本的logstash wget https://artifacts.elastic.co/downloads/beats/logstash/logstash-7.5.2-x86_64.rpm rpm -ivh logstash-7.5.2-x86_64.rpm 二、配置rsyslog接 ...
分类:其他好文   时间:2020-12-25 12:34:22    阅读次数:0
11696条   上一页 1 ... 23 24 25 26 27 ... 1170 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!