Things to do after installing new Ubuntu
Things to do after installing new Ubuntu
- Create
.bash_aliases
or modify.bashrc
- (VBox) Add user to
vboxsf
group
sudo usermod -aG vboxsf $(whoami)
# Need re-login to be effective
# Can use `groups` to confirm in vboxsf group
- (Optional) Proxy setting
- Update system
sudo apt update
sudo apt upgrade