Cordova安装
摘要:Download and install VS Code from https://code.visualstudio.com ; Download and install NodeJS from https://nodejs.org choose LTS version; Download and
阅读全文
posted @
2020-07-30 09:57
红色立场
阅读(122)
推荐(0)
Ubuntu防火墙安装与配置
摘要:1:sudo apt install firewalld //安装防火墙 2:sudo firewall-cmd --permanent --add-port=22/tcp //开启端口 3:sudo firewall-cmd --permanent --add-service=ssh //允许服务
阅读全文
posted @
2020-07-03 09:03
红色立场
阅读(1741)
推荐(0)
Ubuntu配置ssh连接
摘要:1:sudo apt-get update 2:sudo apt-get install openssh-server 3:ssh start
阅读全文
posted @
2020-07-03 09:00
红色立场
阅读(262)
推荐(0)
Ubuntu20.04下Mysql 安装与配置
摘要:今天在虚拟中安装并配置了,顺便把安装和配置方式记录一下: 1:sudo apt update 2:sudo apt install mysql-server 安装 3:mysql -u root -p; 登录 4:show databases; 查看数据库 5:sudo mysql_sercure_
阅读全文
posted @
2020-07-02 20:48
红色立场
阅读(2492)
推荐(0)