archlinux init
Contents
before ansible script
pacman -Syu && pacman -S git ansible
clone ansible script
git clone git@github.com:wiloon/ansible.git
config network by systemd-networkd
http://blog.wiloon.com/?p=9881
config pacman mirror
https://blog.wiloon.com/?p=7501 pacman -Syu
create user and set password
yay 不能在root下执行, 需要新建个用户 http://blog.wiloon.com/?p=911
pacman -S sudo emacs chmod u+w /etc/sudoers vim /etc/sudoers wiloon ALL=(ALL) NOPASSWD: ALL
install and enable sshd
pacman -S openssh systemctl start sshd systemctl enable sshd
#connect to new system with user0 via ssh
ntp, chrony
http://blog.wiloon.com/?p=10869
监控, telegraf
install apps
https://blog.wiloon.com/?p=12667
zsh, oh-my-zsh
install and switch to zsh - oh-my-zsh
http://blog.wiloon.com/?p=10025
安装图形界面 kde 或 xfce4
install kde
http://blog.wiloon.com/?p=12297
xfce4
|
|
sddm
systemctl enable sddm
removed “SigLevel = RecquiredPackage” from /etc/pacman.conf and now it’s O.K.
pacman -S binutils
pacman -S patch xmarks ntfs-3g mount -t ntfs-3g /dev/sda5 /mnt
重启
reboot
Author w1100n
LastMod 2016-04-21