美文网首页
Linux 系统安装

Linux 系统安装

作者: _于曼丽_ | 来源:发表于2021-09-01 21:02 被阅读0次

    Virtualbox 虚拟机安装 CentOS

    1. 新建

    名称:CentOS

    一律默认选项,选择固定大小

    1. 设置

    存储 -> 选择光盘 -> 选择下载好的 centos7.iso 点击 ok

    1. 启动

    点击 install

    进入界面后,选择默认的英语

    点击 installation destination,点击 Done
    点击 software selection,选择 GNOME Destop 和 Development Tools,点击 Done
    点击 network & hostname,点击 On,然后点击 Configure,General 里面勾选 Automatically

    Begin install

    1. 设置用户

    设置 root password
    创建用户,勾选 make this user administrator

    1. 安装之后 reboot

    license information

    finish 之后一律默认

    配置 CentOS

    1. 取消锁屏

    Step 1: Applications -> System Tools -> Settings -> Power

    Blank Screen 选择 Never

    Step 2: Applications -> System Tools -> Settings -> Privacy

    Screen Lock 选择 Off

    1. 设置时区

    Applications -> System Tools -> Settings -> Details -> Date & Time

    全都选择 On

    1. 设置主机名

    Applications -> System Tools -> Settings -> Details -> About

    1. 设置用户自动登录

    Applications -> System Tools -> Settings -> Details -> Users

    先点击 Unlock,再选择 On

    1. 设置 Termial 默认样式

    安装 Virtualbox 增强功能

    1. 安装增强功能

    选项栏 -> Devices -> Insert Guest Additions ...
    安装之后在桌面有一个光盘标志,右键点击,Eject

    1. 自适应屏幕大小

    选项栏 -> View -> Auto Resize Guest Display

    1. 设置共享文件夹

    选项栏 -> Devices -> Shared Folders

    点加号:

    Floder Path: 选择主机上的文件夹 /Users/renpeng/share
    Mount Point:设置 CentOS 中共享文件夹的挂载路径 /home/yumanli/share
    勾选 Auto Mount
    勾选 Make Permanent

    1. 设置共享剪切板

    选项栏 -> Devices -> Shared Clipboard

    选择 Bidirectional,重启 CentOS

    1. 设置完了在 Virtualbox 里面做快照

    相关文章

      网友评论

          本文标题:Linux 系统安装

          本文链接:https://www.haomeiwen.com/subject/mxdfwltx.html