arch开启启动脚本
```bash #可以跳过这一步 systemctl enable sshd
```bash #可以跳过这一步 systemctl enable sshd
使用git pull或者git push每次都需要输入用户名和密码很不人性化,耽误时间,一条命令实现保存用户名和密码不用再输入
清理pacman孤包执行sudo pacman -Rns $(pacman -Qtdq) 后进不了桌面
最近在读《深入Linux内核架构》,搭建了一下Linux 2.6.24的内核调试环境。由于该内核较老,目前找不到任何还在维护的发行版,所以采用qemu运行32位的内核。
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...