Posts with "linux" Tag

Post-Install Cleanup steps

by danaukes

```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 danaukes

Install gnome tweaks

sudo apt install -y gnome-tweaks

Tweaking the GUI

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

by danaukes

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

by danaukes

...

Read More
Installing ubuntu on virtualbox or similar

by danaukes

Introduction

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

Steps

  1. Download ...
Read More
Controlling Virtualbox from the Terminal

by danaukes

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 danaukes

Steps

Ensure you are a member of vboxusers group

sudo usermod -a -G vboxusers $USER

...

Read More
VSCode Setup and Usage

by danaukes

Installation

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

Read More