Linux操作命令之云计算基础命令

一、图形化界面/文本模式

复制代码
ctrl+alt+F2-6      图形切换到文本
ctrl+alt  鼠标跳出虚拟机
ctrl+alt+F1    文本切换到图形
shift  +  ctrl +  "+"   扩大
ctrl +  "-"  缩小
shift  +  ctrl +  "n"  新终端
shift  +  ctrl +  "t"   新标签
alt + 1, 2 ,3  切换标签
shift  +  ctrl +  "w"  关闭标签
alt + F4 关闭终端
ctrl+c  中断命令
ctrl+l  清屏

二、修改网卡配置

复制代码
[root@localhost ~]# vi /etc/sysconfig/network-scripts/ifcfg-ens33
ONBOOT=yes
ESC键
shift + :    末行
:wq 
[root@localhost ~]# systemctl restart network
[root@localhost ~]# ip addr show

三、mobax连接

四、修改主机名

复制代码
[root@localhost ~]# hostnamectl set-hostname robin.com      设置主机名
[root@localhost ~]# vi /etc/hosts    解析主机名
你的ip地址  robin.com
ESC键
shift+:
:wq

五、关闭防火墙

复制代码
[root@controller ~]# systemctl stop firewalld
[root@controller ~]# systemctl disable firewalld

六、关闭selinux

复制代码
[root@controller ~]# setenforce 0
[root@controller ~]# vi /etc/selinux/config
SELINUX=disabled
ESC键
shift+:
:wq

关机:
[root@controller ~]# init 0      关机
[root@controller ~]# init 6      重启

七、同步时间

复制代码
[root@controller ~]# ntpdate ntp.aliyun.com
30 Dec 15:21:46 ntpdate[3271]: step time server 203.107.6.88 offset -28799.275663 sec

八、切换语言

复制代码
[root@controller ~]# LANG=c
[root@controller  ~]# LANG=zh_CN.utf-8
[root@controller ~]# LANG=en_US.utf-8

九、安装tree命令,配置yum源

复制代码
[root@controller ~]#  wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.huaweicloud.com/repository/conf/CentOS-7-anon.repo
[root@controller ~]# yum install -y tree

十、重置root密码

1.按e编辑启动项

2.找到vmlinuz删除到ro 输入rd.break

3.按快捷键 ctrl+x, 进入修复模式

4.以读写方式挂载sysrootmount -o remount,rw /sysroot/

5.进入 /sysroot 子系统重置密码

6.强制重置文件系统的上下文 touch /.autorelabel

7.执行两次 exit 退出,重置系统文件上下文,会有个百分比

相关推荐
weixin_437398212 分钟前
转Go学习笔记(2)进阶
服务器·笔记·后端·学习·架构·golang
难受啊马飞2.03 分钟前
如何判断 AI 将优先自动化哪些任务?
运维·人工智能·ai·语言模型·程序员·大模型·大模型学习
会又不会10 分钟前
Jenkins-Email Extension 插件插件
运维·jenkins
电脑能手1 小时前
[保姆级教程] 解决不同局域网电脑无法SSH的问题
运维·ssh·电脑
tan77º1 小时前
【Linux网络编程】Socket - UDP
linux·服务器·网络·c++·udp
czhc11400756631 小时前
Linux 76 rsync
linux·运维·python
szxinmai主板定制专家2 小时前
【精密测量】基于ARM+FPGA的多路光栅信号采集方案
服务器·arm开发·人工智能·嵌入式硬件·fpga开发
你不知道我是谁?2 小时前
负载均衡--四层、七层负载均衡的区别
运维·服务器·负载均衡
蓝易云2 小时前
Qt框架中connect()方法的ConnectionType参数使用说明 点击改变文章字体大小
linux·前端·后端
dyj0953 小时前
【Rancher Server + Kubernets】- Nginx-ingress日志持久化至宿主机
运维·nginx·rancher