File System configuration
Mount using cifs
1 | sudo apt install cifs-utils |
当然也可以使用nfs
Mount NTFS in Ubuntu
1 | sudo apt install nfs-kernel-server fuse |
Acknowledgements
How About zsh?
Beautify my terminal with Zsh
Plugins
Install zsh with non-root user
Acknowledgements
Misc
- Fix auto-suggestions not working: https://www.mojidong.com/post/2017-05-14-zsh-autosuggestions/
Docker
Proxy in docker
1 | sudo mkdir -p /etc/systemd/system/docker.service.d |
1 | vim /etc/systemd/system/docker.service.d/http-proxy.conf |
1 | [Service] |
1 | sudo systemctl daemon-reload |