archlinux init
Contents
archlinux init
- openssh
- ssh key
- neovim
- ln -s … vi… vim to nvim
- sudo nopassword for wiloon
- python for ansible
- pacman -Syu
- yay for telegraf
before ansible script
|
|
clone ansible script
|
|
config network by systemd-networkd
http://blog.wiloon.com/?p=9881
pacman -Syu
create user and set password
yay 不能在root下执行, 需要新建个用户 http://blog.wiloon.com/?p=911
ln -s /usr/bin/vim /usr/bin/vi visudo
/etc/sudoer.d/wiloon.conf
|
|
install and enable sshd
pacman -S openssh systemctl start sshd systemctl enable sshd
connect to new system with user0 via ssh
- ntp, chrony
- 监控, telegraf
install app
- zsh, oh-my-zsh install and switch to zsh - oh-my-zsh
- 安装图形界面 kde 或 xfce4
install kde
xfce4
|
|
登录后自动启动xfce4
登录shell后自动启动xfce4
http://blog.wiloon.com/?p=8940
restart to desktop to continue
wenquanyi 中文字体
sudo pacman -S wqy-microhei
font for terminal
sudo pacman -S ttf-inconsolata sudo pacman -S chromium yay -S google-chrome
输入法
输入法ibus
for right click extrace package
pacman -S file-roller
xfce4 date time plugin format
Date Format: Custom Format
|
|
Time Format: Custom Format
|
|
http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin
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
重启
|
|
archlinux 中文支持
|
|
Author -
LastMod 2016-04-21