Posts

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
Shrinking Virtualbox Hard Drives

by danaukes

Derived from these instructions on HowToGeek

In this tutorial we assume a linux host and a ...

Read More
Installing Windows 11 on Virtualbox

by danaukes

Settings that worked for me

Skip unattended installation 200gb vhd (flexible size) 8192 Mb Ram TPM: ...

Read More
Visa Benefits

by danaukes

If you want to rent a car, you can call visa benefits to get a ...

Read More
installing and using vocalinux

by danaukes

Install

curl -fsSL raw.githubusercontent.com/jatinkrmalik/vocalinux/main/install.sh -o /tmp/vl.sh && bash /tmp/vl.sh
  • I used Whisper.cpp with the VOSK backend
  • ...
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
Setting up Wake on Lan

by danaukes

Wake on Lan

On the waking computer

sudo apt install -y etherwake ethtool

On the ...

Read More