前言:目前线上开发人员大部分Java环境使用的基础镜像都是openjdk1.8环境,openjdk镜像不大,非常方便使用,但最近有个开发人员业务需要jdk环境,如果基础镜像采用centos,ubuntu,那么制作出来的镜像会特别大,不利于大面积使用,还好目前只是个别场景会用到,特此基于centos,制作jdk镜像,先让开发人员暂时使用,后续会找找,有没有更好的方法,解决这个问题。dockerfil
分类:
其他好文 时间:
2020-06-06 12:51:06
阅读次数:
330
官方下载地址 https://www.ubuntu.com/download 中科大源 http://mirrors.ustc.edu.cn/ubuntu-releases/16.04/ 阿里云开源镜像站 http://mirrors.aliyun.com/ubuntu-releases/16.04 ...
分类:
系统相关 时间:
2020-06-06 10:51:03
阅读次数:
107
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