安装完银河麒麟V10桌面版-arm64的系统后
1、开放远程ssh连接,需要使用root权限修改/etc/ssh/sshd_config,把PermitRootLogin和PasswordAuthentication设为yes
PermitRootLogin yes
PasswordAuthentication yes
2、想要源码编译,最好使用root账户,但是千万不要用系统默认挂载的非系统盘符,因为默认挂载的盘不是root所属
要么将用户改为root:root
要么换个路径,否则,权限不够的提示会让你崩溃。
3、安装chrome浏览器,或者其他应用(源中有的)
a、先检查自己系统软件源是否自带的chrome浏览器
sudo apt-cache search chromium-browser
b、再看看Chromium的版本等信息
sudo apt-cache show chromium-browser
c、最后就可以下载了
sudo apt-get install chromium-browser