在 Linux、Mac OSX 等操作系统中,可能同时存在 .bash_profile 和 .bash_rc 两个文件,两者有何区别? 区别就是 .bash_profile 是 login shell 的配置文件,而 .bashrc 是交互式 non-login shell 的配置文件。所以配置 a ...
分类:
其他好文 时间:
2021-02-25 12:22:14
阅读次数:
0
###linux高级命令 ###1.1、find 功能:在linux文件系统中,用来查找一个文件放在哪里了。 举例:find /etc -name "interfaces" 总结: (1)什么时候用find? 当你知道你要找的文件名,但是你忘记了它被放在哪个目录下,要找到该文件时,用find。 (2 ...
分类:
系统相关 时间:
2021-02-25 12:05:43
阅读次数:
0
docker 的安装 yum update sudo yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 安装docker: sudo yum instal ...
分类:
其他好文 时间:
2021-02-25 12:03:20
阅读次数:
0
一、环境搭建 1、官网下载连接:https://www.vulnhub.com/entry/who-wants-to-be-king-1,610/ 2、下载之后,使用Oracle VM VirtualBox导入靶场环境 3、为了正常练习,将靶场的网卡模式设置为桥接模式,启动即可 二、提示信息 作者提 ...
分类:
其他好文 时间:
2021-02-25 11:54:49
阅读次数:
0
Docker 环境部署的oracle #查询oracle 实例 docker ps -a #进入实例 docker exec -it 58aca4848691 /bin/bash #切换oracle用户 su - oracle #设置oracle 环境变量 export ORACLE_HOME=/u ...
分类:
数据库 时间:
2021-02-25 11:52:18
阅读次数:
0
oracle存储过程 1、语法结构 create [or replace] procedure 过程名 --or replace 如果存储过程已经存在则覆盖替代原有的过程 ( p1 in|out datatype, 入参和出参两种参数 p2 in|out datatype, datatype表示出入 ...
分类:
数据库 时间:
2021-02-25 11:47:24
阅读次数:
0
信息介绍 使用对象:安装完中文版Ubuntu,觉得不好看的人 Ubuntu版本:20.04 参考文章:美化、安装QQ&钉钉&微信 一. 配置OS 1.更换源 打开软件"软件和更新" 选择要更换的源 2.搜狗输入法 安装包下载地址:https://pinyin.sogou.com/linux/?r=p ...
分类:
系统相关 时间:
2021-02-25 11:41:56
阅读次数:
0
background 在以5.3为内核的ubuntu中编译3.10的内核时,出现: include/linux/compiler-gcc.h:106:30: fatal error: linux/compiler-gcc5.h错误 尝试了网上说的将当前内核(5.3)的compiler-gcc.h复制 ...
分类:
其他好文 时间:
2021-02-24 13:28:44
阅读次数:
0
一、下载JDK 下载地址 https://www.oracle.com/cn/java/technologies/javase-jdk15-downloads.html,选择windows版本进行下载,以jdk-15.0.2_windows-x64_bin.exe为例。 二、安装 1、双击jdk-1 ...
This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for L ...
分类:
系统相关 时间:
2021-02-24 13:22:40
阅读次数:
0