Download VirtualBox’s Repo GPG Key wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg –dearmor –yes –output /usr/share/keyrings/oracle-virtualbox-2016.gpg Add VirtualBox Repo to Ubuntu 22.04 echo “deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg]…
VirtualBox
Cron to Automate Tasks
Install Cron sudo apt update sudo apt install cron You’ll need to make sure that cron will run in the background too: sudo systemctl enable…
VirtualBox Virtual Machine Backup on Ubuntu Server Host
This post will explain how to back up the VMs on an Ubuntu server. The goal is to make a cheap and straightforward system usable…
SSH Server Kali
In this post, I’ll share how to install the server ssh on a Kali machine and connect using a key pair from another. This post…