下载JDK 通过xftp上传到linux 解压 mkdir /usr/local/java tar -zxvf jdk-8u231-linux-x64.tar.gz -C /usr/local/java/ 环境变量配置 vim /etc/profile #Java Env export JAVA_H ...
分类:
编程语言 时间:
2020-06-07 16:41:02
阅读次数:
72
构建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
下载pkg文件 https://golang.google.cn/dl/ sudo vim /etc/profile 11 export GOROOT=/usr/local/go 12 export GOPATH=${GOROOT}/gopath 13 export PATH=$PATH:${GOR ...
分类:
系统相关 时间:
2020-06-05 20:57:54
阅读次数:
185
AUDIT审计的一些使用原创 Linux操作系统 作者:westzq1984 时间:2012-11-15 14:34:22 2772 011g开始默认开启了审计功能,配置选项为DB,同时对权限,登录进行了审计审计其实是个很有用的功能,如果不打算使用审计,也可以考虑开启审计,但是删除其定义的规则即可: ...
分类:
其他好文 时间:
2020-06-05 18:08:03
阅读次数:
56
1.Linux的变量种类 按变量的生存周期来划分,Linux变量可分为两类: 1.1 永久的:需要修改配置文件,变量永久生效。 1.2 临时的:使用export命令声明即可,变量在关闭shell时失效。 2.设置变量的三种方法 2.1 在/etc/profile文件中添加变量【对所有用户生效(永久的 ...
分类:
系统相关 时间:
2020-06-05 16:42:41
阅读次数:
64
https://blockgeeks.com/guides/cryptocurrency-hacks/ The Mt.Gox Hack The year is 2013 and Max Karpeles is on the top of the world. His Japan-based comp ...
分类:
其他好文 时间:
2020-06-05 14:59:20
阅读次数:
555
<!-- profile docker config --> <profiles> <profile> <id>docker</id> <build> <plugins> <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven ...
分类:
编程语言 时间:
2020-06-05 14:53:25
阅读次数:
135
下载 $ wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk ...
分类:
系统相关 时间:
2020-06-04 15:40:02
阅读次数:
167
进入容器 docker ps ## 查看容器的id号,复制一下 docker exec -it xxxxxxxx /bin/bash ## xxxxxxx就是上一部查看的id号 查看oracle状态,修改system用户密码: source ~/.bash_profile ## 加载一下用户环境变量 ...
分类:
数据库 时间:
2020-06-04 15:34:59
阅读次数:
212