arch 相关软件及脚本

安装 arch 脚本

sudo pacman -S arch-install-scripts 

 

安装 ssh  并开启服务

sudo pacman -S open-ssh

vim /etc/ssh/sshd_config --> Port 2222

systemctl enable sshd

systemctl start sshd

 

arch 清除已经下载的安装包

sudo pacman -Scc

 

arch 安装开发工具

pacman -S base-devel

 

end

posted on 2018-01-16 01:11  Lemo_wd  阅读(222)  评论(0编辑  收藏  举报

导航