码迷,mamicode.com
首页 >  
搜索关键字:ansible install smokeping    ( 42845个结果
system call filters failed to install; check the logs and fix your configuration or disable system c
错误: ERROR: [1] bootstrap checks failed [1]: system call filters failed to install; check the logs and fix your configuration or disable system call fi ...
分类:其他好文   时间:2020-09-17 21:25:40    阅读次数:37
DVWA On KALI
DVWA On KALI 参考: https://github.com/digininja/DVWA 和windows不同, KALI使用MariaDB代替MySQL 安装服务 apt-get -y install apache2 mariadb-server php php-mysqli php- ...
分类:其他好文   时间:2020-09-17 21:08:03    阅读次数:31
Vue + Element-UI项目搭建
1、环境搭建 #1、安装node (node -v查询版本号) node 安装 官网下载安装 #2、安装淘宝镜像 npm install -g cnpm --registry=https://registry.npm.taobao.org #3、安装 webpack,以全局的方式安装 npm ins ...
分类:其他好文   时间:2020-09-17 21:04:48    阅读次数:79
使用 TiUP 部署 TiDB 集群
在线安装第一步:验证环境? 验证端口是否被占用第二步:在中控机上安装tiup组件1、执行如下命令安装 TiUP 工具:curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh2、按如下步... ...
分类:数据库   时间:2020-09-17 20:53:30    阅读次数:77
使用conda pip 安装requirement.txt指定的依赖包
pippip批量导出包含环境中所有组件的requirements.txt文件pipfreeze>requirements.txtpip批量安装requirements.txt文件中包含的组件依赖pipinstall-rrequirements.txtcondaconda批量导出包含环境中所有组件的requirements.txt文件condalist-e>requirements.tx
分类:其他好文   时间:2020-09-17 20:30:45    阅读次数:34
linux内核学习---准备工作(针对VM虚拟机ubuntu系统磁盘空间不足进行硬盘容量扩展)
在编译Linux内核失败后,总结为两点原因: 1.在编译过程中,使用了高版本的gcc编译器进行编译导致make阶段出错(之后解决) 2.系统剩余空间不足(我大概留出10G空间不够),导致在make install等阶段出现错误(主要处理) 一:安装gparted (一)安装命令 sudo apt-g ...
分类:系统相关   时间:2020-09-17 19:58:29    阅读次数:43
Node.js之request模块 发送请求
Node.js发送请求,需要用到request这个模块 request官网 导入 npm install request --save import * as requestHttp from 'request'; get 请求 @Get('/xxxxx') async getImage(@Req( ...
分类:Web程序   时间:2020-09-17 19:50:17    阅读次数:51
mariadb 安装配置
1、安装 mariadb-install-db.exe mysqld install 2、修改utf8编码 [mysqld] default-storage-engine = innodb innodb_file_per_table max_connections = 4096 collation- ...
分类:数据库   时间:2020-09-17 19:21:40    阅读次数:38
安装scrapy框架
1.安装scrapy框架 # 1.在安装scrapy前需要安装好相应的依赖库,再次装scrapy,安装步骤 (1).安装lxml库:pip install lxml (2).安装wheel: pip install wheel (3).安装twisted:pip install twisted 文件 ...
分类:其他好文   时间:2020-09-17 18:12:08    阅读次数:20
Install fail! SyntaxError: Unexpected end of JSON input
1 清空缓存 cnpm cache clean --force 2 你成功了 3 删除node_modules 4 cnpm i 重新安装依赖 5 vans ...
分类:Web程序   时间:2020-09-17 17:58:44    阅读次数:61
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!