文章分类 -  centos

008、git安装
摘要:yum install git 阅读全文
posted @ 2022-11-25 15:48 yutest 阅读(26) 评论(0) 推荐(0)
007、查看文件大小
摘要:du -h --max-depth=1 * 阅读全文
posted @ 2022-11-25 15:47 yutest 阅读(29) 评论(0) 推荐(0)
006、卸载openjdk更新jdk
摘要:java -version vim /etc/profile source /etc/profile #java_home export JAVA_HOME=/root/jdk/jdk1.8.0_333 export PATH=$PATH:$JAVA_HOME/bin 更新软链接 ln -s /ro 阅读全文
posted @ 2022-11-25 15:47 yutest 阅读(48) 评论(0) 推荐(0)
005、rz、sz文件上传下载
摘要:yum install lrzsz 阅读全文
posted @ 2022-11-25 15:46 yutest 阅读(24) 评论(0) 推荐(0)
004、防火墙关闭
摘要:firewall-cmd防火墙 开启防火墙 systemctl start firewalld.service 防火墙开机启动 systemctl enable firewalld.service 关闭防火墙 systemctl stop firewalld.service 查看防火墙状态 fire 阅读全文
posted @ 2022-11-25 15:45 yutest 阅读(340) 评论(0) 推荐(0)
003、以root账号登陆系统
摘要:userdel yutest 删除之前创建的账号 cat /etc/gdm/custom.conf AutomaticLoginEnable=true AutomaticLogin=root 阅读全文
posted @ 2022-11-25 15:44 yutest 阅读(61) 评论(0) 推荐(0)
002、安装CentOS-Stream-8-x86_64-20220719-dvd1.iso
摘要:网络虚拟机centos设置 自动获取ip地址信息 设置固定ip地址 win10宿主机设置 设置成功重启网卡 验证 win10 ping 宿主机 虚拟机 ping win10 虚拟机ping百度 阅读全文
posted @ 2022-11-25 15:42 yutest 阅读(147) 评论(0) 推荐(0)
001、下载CentOS-Stream-8-x86_64-20220719-dvd1.iso
摘要:镜像: https://www.centos.org/download/#centos-stream http://isoredirect.centos.org/centos/8-stream/isos/x86_64/ http://mirrors.aliyun.com/centos/8-strea 阅读全文
posted @ 2022-11-25 15:35 yutest 阅读(2046) 评论(0) 推荐(0)