上一页 1 ··· 5 6 7 8 9
摘要: 1.为确保运行的不是旧版Docker sudo apt-get remove docker docker-engine docker.io 2.添加Docker COmmunity Edition 所需的软件依赖和apt仓库,确保包有正确的签名 1 sudo apt-get install apt- 阅读全文
posted @ 2019-12-14 00:54 D·Kingson.Mo 阅读(529) 评论(0) 推荐(0)
摘要: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 解决方法: 1 sudo locale-gen "en_US.UTF-8" 2 sudo dpkg-reconfigure locales 查看/etc 阅读全文
posted @ 2019-12-01 14:34 D·Kingson.Mo 阅读(200) 评论(0) 推荐(0)
摘要: Ubuntu 16.04 安装MySql [TOC] # 一、安装MySql服务器和客户端 ``` sudo apt install mysql-server mysql-client ``` 二、语法 ## 登录 ``` mysql -u root -p ``` ## 创建数据库 ``` CREA 阅读全文
posted @ 2019-12-01 11:24 D·Kingson.Mo 阅读(283) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9