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

相关推荐
lingling0091 小时前
光伏清洗机器人是什么?艾利特协作机器人如何重塑新能源运维效率
大数据·运维·人工智能
专注VB编程开发20年1 小时前
用ADO操作EXCEL文件创建表格,删除表格CREATE TABLE,DROP TABLE
服务器·windows·excel·ado·创建表格·删除表格·读写xlsx
程序员的世界你不懂1 小时前
Junit5+Maven+RestAssured+Allure接口自动化框架
运维·自动化
水冗水孚1 小时前
😱😱😱CPU和内存飙到100%——我的火山引擎服务器被印度的ip恶意植入挖矿程序了!😡😡😡
服务器·ubuntu·centos
大博士.J2 小时前
网页自动化脚本selenium防检测
运维·selenium·自动化
wanhengidc2 小时前
DDOS攻击和CC攻击对服务器的伤害有哪些?
运维·服务器·ddos
gnawkhhkwang2 小时前
Linux 调度器函数sched_*系统调用及示例
linux·服务器
春时似衿里2 小时前
【Navicat 连接MySQL时出现错误1251:客户端不支持服务器请求的身份验证协议;请考虑升级MySQL客户端】
服务器·数据库·mysql
帅帅梓2 小时前
Linux lvm逻辑卷管理
linux·运维·数据库
上海云盾商务经理杨杨2 小时前
2025年服务器僵尸攻防战:从AI勒索到量子免疫,构建下一代“数字抗体”
运维·服务器·人工智能