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 退出,重置系统文件上下文,会有个百分比

相关推荐
大树886 小时前
金刚石散热越强,管路越先见顶
大数据·运维·服务器·人工智能·ai
摇滚侠6 小时前
Linux CentOS7 rpm 安装 MySQL 5.7
linux·运维·mysql
霸道流氓气质6 小时前
领域驱动设计(DDD)在 Spring Boot 微服务中的实践指南
运维·spring boot·微服务
bush46 小时前
嵌入式linux学习记录十四、术语
linux·嵌入式
载数而行5206 小时前
Linux 11 动态监控指令top
linux
小宇宙Zz7 小时前
Maven依赖冲突
java·服务器·maven
Inhand陈工7 小时前
基于台达PLC与映翰通IG502的智慧水产养殖精准投喂与远程运维解决方案
运维·人工智能·物联网·阿里云·信息与通信
酣大智8 小时前
ARP代理--工作原理
运维·网络·arp·arp代理
不会C语言的男孩8 小时前
Linux 系统编程 · 第 8 章:进程基础
linux·c语言
shushangyun_8 小时前
2026年快消品B2B系统推荐:支持终端门店订货、促销政策自动化的工具?
java·运维·网络·数据库·人工智能·spring·自动化