Things to do after installing new Ubuntu
Things to do after installing new Ubuntu
- Create
.bash_aliasesor modify.bashrc - (VBox) Add user to
vboxsfgroup
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