码迷,mamicode.com
首页 >  
搜索关键字:curl    ( 5038个结果
centos gitlab部署
依赖安装 # 在CentOS系统上安装所需的依赖:ssh,防火墙,postfix(用于邮件通知) ,wget,以下这些命令也会打开系统防火墙中的HTTP和SSH端口访问。 yum install curl openssh-server openssh-clients postfix cronie - ...
分类:其他好文   时间:2021-07-19 16:46:25    阅读次数:0
2021腾讯云服务器限时秒杀1折 1核2G1M 99元/年(303元/3年) 2核4G3M 586元/年(1752元/3年)
腾讯云服务器限时秒杀优惠活动接过了 618活动的接力棒,继续为广大用户提供每天四场限时爆品秒杀优惠服务器。1核2G1M 99元/年(303元/3年),2核4G3M 586元/年(1752元/3年)。以及企业专属高配高性价比服 腾讯云服务器秒杀爆款 低至1折 腾讯云服务器 1核2G1M 首年99元,每 ...
分类:其他好文   时间:2021-07-19 16:33:14    阅读次数:0
CentOS8更换yum源
cd /etc/yum.repos.d/ rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo curl -o CentOS-Base ...
分类:其他好文   时间:2021-07-05 16:52:40    阅读次数:0
CNI calico插件使用注意事项
官网配置详解 1.从官网下载最新版本的calico部署文件 # 下载的etcd版本 curl https://docs.projectcalico.org/manifests/calico-etcd.yaml -o calico.yaml 2.配置外置etcd,这里使用的和master同一个etcd ...
分类:其他好文   时间:2021-07-05 16:43:09    阅读次数:0
elasticsearch 语法
GET /megacorp/employee/_search megacorp :索引库 employee:类型 curl 'http://localhost:9200/?pretty' pretty:美化结果输出 GET /_count { "query": { "match_all": {} } ...
分类:其他好文   时间:2021-07-01 17:21:12    阅读次数:0
linux搭建gitlab服务器
1.安装python sudo yum install -y curl policycoreutils-pythonopenssh-server 2.将SSH服务设置成开机自启动,分别执行以下命令: sudo systemctl enable sshd sudo systemctl start ss ...
分类:系统相关   时间:2021-07-01 17:07:32    阅读次数:0
macOS安装Oh My Zsh
macOS安装Oh My Zsh macOS从Catalina开始将默认的shell变为了Zsh,可以安装Oh My Zsh让其更加好用。 安装命令 sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zs ...
分类:系统相关   时间:2021-07-01 16:48:07    阅读次数:0
检测证书过期并发送钉钉告警
#!/usr/bin/env bash __Author__="liy" # 发送钉钉告警 function DingDing(){ curl 'https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxx ...
分类:其他好文   时间:2021-06-30 18:14:38    阅读次数:0
gitlab本地服务器的搭建
gitlab本地服务器搭建 1.依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates 执行完成后,邮件配置时选择Internet即可. 2.GitLab安装 2.1官方教程 如果按照 ...
分类:其他好文   时间:2021-06-24 17:38:29    阅读次数:0
jenkins部署vue项目
jenkins部署vue项目 安装nodejs 配置nodejs的源,去官网查看需要安装的版本和介绍 V8.x: # curl --silent --location https://rpm.nodesource.com/setup_8.x | bash - yum安装node.js yum ins ...
分类:其他好文   时间:2021-06-23 17:07:38    阅读次数:0
5038条   1 2 3 4 ... 504 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!