环境为最小化安装初始化环境 yum install -y vim net-tools wget tree lrzsz关闭防火墙systemctl stop firewalld.servicesystemctl disable firewalld.service关闭selinuxsed -i 's/S ...
分类:
数据库 时间:
2021-06-29 15:18:17
阅读次数:
0
原文:https://www.jianshu.com/p/534741a16c56 配置 mkdir -p ~/.vim/syntax cd ~/.vim/syntax wget http://www.vim.org/scripts/download_script.php?src_id=14376 ...
分类:
其他好文 时间:
2021-06-28 21:05:53
阅读次数:
0
安装epel [root@localhost ~]# yum -y install epel-release 安装缓存 [root@localhost ~]# yum makecache 安装需要的软件 [root@localhost ~]# yum -y install cobbler cobbl ...
分类:
其他好文 时间:
2021-06-28 20:29:07
阅读次数:
0
1, 购买阿里云服务器, 2, 安装nginx, 后,http://47.99.189.10:8080/,看nginx是否成功,需要公网ip+端口号,端口号要去配置的, 3,使用 rsync -av koa2-tutorial-account-book root@47.99.189.10:/home ...
分类:
Web程序 时间:
2021-06-28 20:24:29
阅读次数:
0
解决python 安装 第三方包时报OSError: mysql_config not found的错误 Ubuntu sudo apt-get install libmysqlclient-dev centos7 yum install mysql-devel gcc gcc-devel pyth ...
分类:
数据库 时间:
2021-06-28 20:20:31
阅读次数:
0
常用 # 安装apk到手机 driver.install_app(app_path) 参数: app_path:脚本机器中APK的文件路径 # 手机中移除app driver.remove_app(app_id) 参数: app_id:需要卸载的app包名 # 判断app是否安装 driver.is ...
分类:
移动开发 时间:
2021-06-28 20:11:33
阅读次数:
0
1 安装turtle Python2安装命令: pip install turtule Python3安装命令: pip3 install turtle 因为turtle库主要是在Python2中使用的,所以安装的时候可能会提示错误: Command "python setup.py egg_inf ...
分类:
编程语言 时间:
2021-06-28 19:11:31
阅读次数:
0
Ubuntu安装exa安装exa安装rust安装exa替代ls安装exaexa github项目地址https://github.com/ogham/exa查看官方文档可知,Ubuntu20.10以及更新的版本才可以用命令安装 sudo apt install exa安装rustrust官方给出的安 ...
分类:
系统相关 时间:
2021-06-28 19:02:12
阅读次数:
0
1 概述 本文主要讲述了如何在主从复制的过程中使用SSL进行加密,还有binlog加密(MySQL 8.0.14+)的实现。 2 环境 MySQL 8.0.25 Docker 一主一从 3 准备容器 先拉取镜像并启动,主库3306,从库3307,还需要加上--ssl参数,以开启SSL加密连接的功能: ...
分类:
数据库 时间:
2021-06-28 18:46:50
阅读次数:
0
环境搭建 因为装饰器属于一个在提案中的语法,所以不管是node还是浏览器,现在都没有直接支持这个语法,我们要想使用该语法,就必须要通过babel将它进行一个编译转换,所以我们需要搭建一个babel编译环境。 1、安装babel相关包 npm i @babel/cli @babel/core @bab ...
分类:
编程语言 时间:
2021-06-28 18:33:09
阅读次数:
0