安装mysql的时候,遇到了这样一个错误:perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back…
在Ubuntu 18.04 安装 MySQL 8.0 ① 登入 mysql 官网,在官网中下载 deb 包,点击该链接,即可下载. https://dev.mysql.com/downloads/repo/apt/ ② 下载该 deb 文件后,进入该文件夹,执行: sudo dpkg -i 该deb文件名 ③ 方向键选mysql-8.0 并按enter键 再次方向键选择mysql-8.0 并按enter键 方向键选择ok 并按enter键 ④ 更新apt源 sudo apt-get update…
Ubuntu 18.04 安装配置 go 语言 1.下载 下载 jdk 到 Downloands 文件夹下 cd 进入 /usr/local, 创建 go 文件夹, 然后 cd 进这个文件夹 cd /usr/local sudo mkdir go cd go 将 Downloads 目录下的 go 压缩包解压到此文件夹下 sudo tar -zxvf ~/Downloads/go1.15.linux-amd64.tar.gz 2.配置环境变量 新打开一个终端, gedit ./.bashrc 在…