[云计算]OpenStack All in one 单节点部署(Packstack安装) 1. 虚拟机创建 CentOS 7 最小化版本: https://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2 ...
分类:
其他好文 时间:
2021-03-05 13:09:01
阅读次数:
0
Linux下启动/关闭Oracle 一、Linux下启动Oracle Linux下启动Oracle分为两步: 1)启动监听; 2)启动数据库实例; 1.登录服务器,切换到oracle用户,或者以oracle用户登录 [admin@dataserver ~]$ su - oracle 密码: [ora ...
分类:
数据库 时间:
2021-03-05 13:02:29
阅读次数:
0
1、在/root/bin目录创建脚本xcall.sh 2、脚本本周编写内容 [root@wd ~]# vi xcall.sh !/bin/bash for i in wd.idc.com wd2 wd1 do echo $i ssh $i "$*" done 3、修改脚本执行权限 [root@wd ...
分类:
其他好文 时间:
2021-03-05 12:59:52
阅读次数:
0
1.选中启用适用于Linux的windows子系统,重启计算机 2.去Microsoft Store搜索Linux 3.安装成功后,启动Ubuntu 第一次需要添加用户 及密码 4.添加root密码 在终端输入命令 sudo passwd ,输入成功后 该密码就为root密码 设置成功后 就可以输入 ...
1. 我用的是桥接上网: 2. 连接外部电脑网络与之对应: 3. 编辑网路配置 : vi /etc/sysconfig/network-scripts/ifcfg-ens33 下图需要配置标注的地方 重启:systemctl restart network.serice 4. 查询配置时候成功 输入 ...
分类:
系统相关 时间:
2021-03-04 13:26:12
阅读次数:
0
查看本机的磁盘: [root@jojo ~]# fdisk -l Disk /dev/vda: 42.9 GB, 42949672960 bytes, 83886080 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logic ...
分类:
系统相关 时间:
2021-03-04 13:25:41
阅读次数:
0
块(Block): 块是上层软件中(操作文件时)使用的最小的操作单元。 就是(操作文件时)一个块一个块进行操作(块的大小格式化时可以设置【如linux、fatfs等等】)。 块(block),概念来自于文件系统,是内核对文件系统数据处理的基本单位,大小为若干个扇区,常见有512B、1KB、4KB等 ...
分类:
其他好文 时间:
2021-03-04 13:23:53
阅读次数:
0
问题: --> Finished Dependency Resolution --> Finding unneeded leftover dependencies Found and removing 0 unneeded dependencies Error: Package: glibc-hea ...
分类:
其他好文 时间:
2021-03-04 13:18:15
阅读次数:
0
1、打包和压缩 Windows的压缩文件的扩展名 .zip/.rar linux中的打包文件:aa.tar linux中的压缩文件:bb.gz linux中打包并压缩的文件:.tar.gz Linux中的打包文件一般是以.tar结尾的,压缩的命令一般是以.gz结尾的。 而一般情况下打包和压缩是一起进 ...
分类:
其他好文 时间:
2021-03-04 13:17:46
阅读次数:
0
sudo find /etc/ -type f -name "rc*" -exec ls -l {} \;find . -name "t*" -perm 777 -printfind . -mtime -180find /var/log/ -mtime -3 -ok rm {} \; vim 替换: ...
分类:
系统相关 时间:
2021-03-04 13:03:44
阅读次数:
0