type
status
date
slug
summary
tags
category
icon
password
基础系统安装
基础设定和开启ssh通过远程安装
使用国内镜像源
vim /etc/pacman.d/mirrorlist
对硬盘进行分区
开始安装Arch系统
进入chroot对系统进行基础配置
vim /etc/hosts
vim /etc/locale.gen
安装系统引导
vim /etc/default/grub
设定静态ip
vim /etc/systemd/network/10-static-enp2s1.network
vim /etc/systemd/network/10-static-enp2s2.network
系统基础设置
日常使用配置
vim ~/.bash_profile
开启 32 位支持库与 Arch Linux 中文社区仓库
vim /etc/pacman.conf
完成安装
vi /etc/ssh/sshd_config
终端美化
vim ~/.zimrc
mac iTerm字体支持
美化grub
安装docker
安装crontab
参考资料
- https://arch.icekylin.online/guide/rookie/pre-install.html
- https://arch-linux.osrc.com/prologue.html
- https://wiki.archlinuxcn.org
- https://archlinuxstudio.github.io/ArchLinuxTutorial
- https://www.linuxmi.com/arch-linux-xfce-desktop.html
- 作者:Killi
- 链接:https://udeth.com/article/archlinux-install
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。