Posts with "linux" Tag
Post-Install Cleanup steps
by Dan Aukes
```bash sudo apt update #update repositories sudo apt install -f #fix broken packages sudo apt upgrade -y #install ...
Post-Install Miscellaneous Steps
by Dan Aukes
Install gnome tweaks
sudo apt install -y gnome-tweaks
Tweaking the GUI
- Open "Extensions" and turn ...
99-Locking Down Ubuntu
by Dan Aukes
- Set bios admin password
- check sudoers group, make other users non-admin
- delete unused / ...
Installing ubuntu on virtualbox or similar
by Dan Aukes
Introduction
These notes are from memory, so they may be out of order.
Steps
- Download ...
Controlling Virtualbox from the Terminal
by Dan Aukes
Starting/stopping/pausing a VM
Now the fun begins. First, you must know the name of the VM ...
Start VirtualBox VM as a Service
by Dan Aukes
Steps
Ensure you are a member of vboxusers group
sudo usermod -a -G vboxusers $USER
...
VSCode Setup and Usage
by Dan Aukes
Installation
VSCodium is an open-source build of the same source code. Download it here: ...