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 ...

Read More
Post-Install Miscellaneous Steps

by Dan Aukes

Install gnome tweaks

sudo apt install -y gnome-tweaks

Tweaking the GUI

  1. Open "Extensions" and turn ...
Read More
99-Locking Down Ubuntu

by Dan Aukes

  1. Set bios admin password
  2. check sudoers group, make other users non-admin
  3. delete unused / ...
Read More
Ubuntu Setup

by Dan Aukes

...

Read More
Installing ubuntu on virtualbox or similar

by Dan Aukes

Introduction

These notes are from memory, so they may be out of order.

Steps

  1. Download ...
Read More
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 ...

Read More
Start VirtualBox VM as a Service

by Dan Aukes

Steps

Ensure you are a member of vboxusers group

sudo usermod -a -G vboxusers $USER

...

Read More
VSCode Setup and Usage

by Dan Aukes

Installation

VSCodium is an open-source build of the same source code. Download it here: ...

Read More