2018-07-26 第二课
Posted 2kp2
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2018-07-26 第二课相关的知识,希望对你有一定的参考价值。
1、宏观介绍操作系统
Linux发行版 timeline https://commons.wikimedia.org/wiki/File:Linux_Distribution_Timeline.svg
android远程连接工具 connectbot
查看内核命令 uname -r
uname -a
查看发行版 cat /etc/redhat-release
CentOS官网 https://www.centos.org/
版本 https://wiki.centos.org/Download
开机画面文件 cat /etc/motd
3、升级系统
yum update
4、配置网络
使用NAT网络
输入dhclient,自动获取IP
配置成静态的,确保IP不变动
6、系统运行级别
ls -l /usr/lib/systemd/system/runlevel*target
8、设置grub密码
http://ask.apelearn.com/question/18012
扩展
批量无人值守安装CentOS7系统
https://www.cnblogs.com/clsn/p/7839965.html
http://blog.51cto.com/13055758/2086322
以上是关于2018-07-26 第二课的主要内容,如果未能解决你的问题,请参考以下文章