码迷,mamicode.com
首页 >  
搜索关键字:ansible install bash    ( 57162个结果
下载npm
下载NPM (node 文件管理) 第一步下去官网下载nodejs http://nodejs.cn/ 第二步下载npm 由于国内防火墙拦截 下载淘宝的cnpm 粘贴cmd回车 npm install -g cnpm --registry=https://registry.npm.taobao.or ...
分类:其他好文   时间:2021-06-09 10:29:38    阅读次数:0
Tidb 主机系统参数优化shell
#!/bin/bash#echo "vm.swappiness = 0">> /etc/sysctl.confswapoff -a && swapon -asysctl -psystemctl stop firewalld.servicesystemctl disable firewalld.ser ...
分类:数据库   时间:2021-06-08 23:43:55    阅读次数:0
【BugFix】K8S节点NOT READY状态,错误信息:network plugin is not ready: cni config uninitialized
错误现象 runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized ...
分类:Web程序   时间:2021-06-08 23:40:55    阅读次数:0
Centos 安装 Miniconda
1、镜像下载安装包 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh 如果之前没有安装过wget,则会报错如下使用如下语句安装wget yum install ...
分类:其他好文   时间:2021-06-08 23:20:21    阅读次数:0
letsencrypt免费https泛域名(*.yourdomain.com)证书申请
安装环境CentOS *.example.com形式的域名即为泛域名,不通的子域名共用一个证书,省去多次申请的烦恼 1.工具安装 安装最新的certbot yum install -y certbot 已安装certbot,需要升级至高版本 yum update -y certbot 2.证书申请 ...
分类:Web程序   时间:2021-06-08 23:18:24    阅读次数:0
mac + python + selemiun + chrome 搭建
1、官网下载安装python 2、python 创建项目,使用虚拟环境,在终端 使用 (1)、pip install selenium 安装selenium (2)、 pip show selenium 检查安装情况 3、下载chrome 浏览器对应的驱动,解压,放到python 安装目录下 /us ...
分类:编程语言   时间:2021-06-08 23:03:22    阅读次数:0
kali Linux--打开&关闭防火墙
1.安装ufw apt-get install ufw 2.关闭防火墙 ufw disable. 3.开启防火墙 ufw enable ...
分类:系统相关   时间:2021-06-08 22:47:22    阅读次数:0
【教程】利用Selenium爬取数据
Selenium简介 Selenium是一个web的自动化测试工具,最初是为网站自动化测试而开发的,Selenium可以直接运行在浏览器上,它支持所有主流的浏览器,可以接收指令,让浏览器自动加载页面,获取需要的数据,甚至页面截屏。【爬虫效率比较低】 安装方法如下: pip install selen ...
分类:其他好文   时间:2021-06-08 22:42:27    阅读次数:0
vue3-lazy 的使用
#### Install npm install vue3-lazy -S #### 引入 main.js demo: import { createApp } from 'vue' import App from './app' import lazyPlugin from 'vue3-lazy' ...
分类:其他好文   时间:2021-06-08 22:33:56    阅读次数:0
Docker按照kong和kongA
百度搜索kong install,查找官网安装教程,点docker海豚图表,查看:https://docs.konghq.com/enterprise/2.4.x/deployment/installation/docker/ 安装kong,按照官网的教程:docker pull kong/kong ...
分类:其他好文   时间:2021-06-07 21:18:02    阅读次数:0
57162条   上一页 1 ... 19 20 21 22 23 ... 5717 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!