PS: 简单分享一下本人装cuda的过程,个人觉得这个cuda安装相比显卡驱动安装更加顺利,没那么多问题跑出,Cuda的版本就不纠结了哈,我直接用自己装过的版本。 Cuda安装( 参考:https://www.cnblogs.com/iloveblog/p/7683349.html) 1. 首先在c ...
分类:
系统相关 时间:
2020-06-06 10:46:58
阅读次数:
81
构建Tomcat镜像1.构建基础镜像mkdir/opt/dockerfile/system/ubuntuvim/opt/dockerfile/system/ubuntu/Dockerfile#UbuntuBaseImageFROMubuntu:20.04MAINTAINERshitouwebshitouweb@126.comRUNapt-getupdate&&apt-getinst
分类:
其他好文 时间:
2020-06-06 09:22:43
阅读次数:
110
起因 晚上过来加班···· 问题 物理机安装ubuntu时候遇到报错信息 boot failed: please change disks and press a key to continue https://blog.csdn.net/chenf1999/article/details/8085 ...
分类:
系统相关 时间:
2020-06-05 22:46:49
阅读次数:
85
进入LIVE CD模式,打开终端sudo mount /dev/sda(ubuntu系统分区) /mntsudo mount --bind /proc /mnt/procsudo mount --bind /dev /mnt/devsudo mount --bind /sys /mnt/syssud ...
分类:
系统相关 时间:
2020-06-05 21:01:20
阅读次数:
85
下载gradle https://gradle.org/releases/解压 到 /usr/local (sudo unzip -d /usr/local gradle-6.5-bin.zip)vi ~/.zshrcexport GRADLE_HOME="/usr/local/gradle-6.5 ...
分类:
系统相关 时间:
2020-06-05 19:20:25
阅读次数:
267
ubuntu18.04安装mysql数据库: sudo apt-get install mysql-server sudo apt install mysql-client sudo apt install libmysqlclient-dev 在ubuntu18.04中安装mysql时,没有提示设 ...
分类:
数据库 时间:
2020-06-05 13:22:51
阅读次数:
150
In this tutorial, we use the MySQL Connector/J driver. It is the official JDBC driver for MySQL. The examples were created and tested on Ubuntu Linux. ...
分类:
数据库 时间:
2020-06-05 12:54:47
阅读次数:
60
1.系统要求 macOS 10.9及以上 Linux Ubuntu 12.04及以上,Fedora21和Debian8 windows7及以上 2.下载 访问下载地址:https://download.cypress.io/ 此网站会根据你的操作系统,自动下载合适的最新版本,下载完成后只需要解压文件 ...
分类:
其他好文 时间:
2020-06-05 09:11:55
阅读次数:
369
原因:ubuntu上没有默认使用zh_HK.UTF-8字符集,默认使用en_HK.UTF-8,导致不支持中文字符 解决办法:设定默认locale为中文UTF-81:打开locale文件 gedit /etc/default/locale 2: 修改配置为如下 LANG="zh_HK.UTF-8" L ...
分类:
系统相关 时间:
2020-06-05 00:57:21
阅读次数:
106
环境:ubuntu系统可以连接公网 备份:sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 编辑/etc/apt/sources.list文件 阿里源: eb http://mirrors.aliyun.com/ubuntu/ bioni ...
分类:
系统相关 时间:
2020-06-04 20:05:23
阅读次数:
117