当前位置:网站首页>0710RHCSA
0710RHCSA
2022-07-25 12:59:00 【Psc_February2】
一、在VMware上如何创建虚拟机以及安装linux操作系统
https://blog.csdn.net/Psc_February2/article/details/123599817?spm=1001.2014.3001.5502
二、修改主机名为server.local

三、 将虚拟机的网络连接模式分别调换成仅主机模式、nat模式、桥接模式并获取ip地址使用ssh通过不同用户远程连接
1、仅主机模式

远程连接成功
2、NAT模式
远程连接成功
3、桥接模式

远程连接成功
四、远程连接成功后,总结哪种网络模式可以上网(可以使用ping命令测试)并查看root用户和普通用户的家目录的不同
1、仅主机模式下
2、NAT模式

3、桥接模式

家目录:

五、破解密码
1.加载界面按下e
2.linux末尾行+rd.break console=tty0 按ctrl+x
3.重新挂载 mount -o remount,rw /sysroot
4.修改密码 chroot /sysroot
echo yasuo | passwd --stdin root
5、touch /.autorelabel
6.两次exit

边栏推荐
- [Video] Markov chain Monte Carlo method MCMC principle and R language implementation | data sharing
- massCode 一款优秀的开源代码片段管理器
- Docekr learning - MySQL 8 master-slave replication setup deployment
- Azure Devops(十四) 使用Azure的私有Nuget仓库
- 【AI4Code】《Unified Pre-training for Program Understanding and Generation》 NAACL 2021
- 深度学习的训练、预测过程详解【以LeNet模型和CIFAR10数据集为例】
- 如何理解Keras中的指标Metrics
- [operation and maintenance, implementation of high-quality products] interview skills for technical positions with a monthly salary of 10k+
- 工业互联网的内涵及其应用
- Vim技巧:永远显示行号
猜你喜欢

从输入网址到网页显示

Zero basic learning canoe panel (13) -- trackbar

Shell common script: judge whether the file of the remote host exists

Connotation and application of industrial Internet

OAuth, JWT, oidc, you mess me up

Cv2.resize function reports an error: error: (-215:assertion failed) func= 0 in function ‘cv::hal::resize‘

Emqx cloud update: more parameters are added to log analysis, which makes monitoring, operation and maintenance easier

EMQX Cloud 更新:日志分析增加更多参数,监控运维更省心

Zero basic learning canoe panel (16) -- clock control/panel control/start stop control/tab control

【OpenCV 例程 300篇】239. Harris 角点检测之精确定位(cornerSubPix)
随机推荐
Atcoder beginer contest 261 f / / tree array
web安全入门-UDP测试与防御
The world is exploding, and the Google server has collapsed
R语言GLM广义线性模型:逻辑回归、泊松回归拟合小鼠临床试验数据(剂量和反应)示例和自测题
ORAN专题系列-21:主要的玩家(设备商)以及他们各自的态度、擅长领域
程序的内存布局
卷积神经网络模型之——LeNet网络结构与代码实现
简单了解流
Vim技巧:永远显示行号
央行数研所穆长春:数字人民币可控匿名是维护公众利益和金融安全的客观需要
AtCoder Beginner Contest 261E // 按位思考 + dp
Cv2.resize function reports an error: error: (-215:assertion failed) func= 0 in function ‘cv::hal::resize‘
Introduction to web security UDP testing and defense
卷积神经网络模型之——GoogLeNet网络结构与代码实现
Clickhouse notes 03-- grafana accesses Clickhouse
Detailed explanation of the training and prediction process of deep learning [taking lenet model and cifar10 data set as examples]
使用vsftpd服务传输文件(匿名用户认证、本地用户认证、虚拟用户认证)
录制和剪辑视频,如何解决占用空间过大的问题?
Zero basic learning canoe panel (15) -- CAPL output view
Convolutional neural network model -- vgg-16 network structure and code implementation