Jump to content

Hopp-rsk-ddt01: Difference between revisions

From RiSKi
Line 12: Line 12:
==getvbox==
==getvbox==


<nowiki>*** This is not working yet, debian 13 has incompatibilities with virtualbox 7.2 that looks like is still being worked on as of 10/19/25.  The possible fixes listed in this thread did not work for me. ***</nowiki> https://forums.virtualbox.org/viewtopic.php?t=113902&start=30
<nowiki>*** This is not working yet, debian 13 has incompatibilities with virtualbox 7.2 that looks like is still being worked on as of 10/19/25.  The possible fixes listed in this thread did not work for me. ***</nowiki> https://forums.virtualbox.org/viewtopic.php?t=113902&start=30 Keep using virtualbox on Ubuntu until this has been resolved.


  wget -O- -q https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --dearmour -o /usr/share/keyrings/oracle_vbox_2016.gpg
  wget -O- -q https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --dearmour -o /usr/share/keyrings/oracle_vbox_2016.gpg

Revision as of 14:00, 19 October 2025

This page will log every action taken on software downloads, installation, and setup.

Initial setup

10/18/25 install standard utils

apt install curl net-tools openssh-server screen unzip vsftpd -y

install brave

curl -fsS https://dl.brave.com/install.sh | sh

Minecraft

wget "https://launcher.mojang.com/download/Minecraft.tar.gz"

getvbox

*** This is not working yet, debian 13 has incompatibilities with virtualbox 7.2 that looks like is still being worked on as of 10/19/25. The possible fixes listed in this thread did not work for me. *** https://forums.virtualbox.org/viewtopic.php?t=113902&start=30 Keep using virtualbox on Ubuntu until this has been resolved.

wget -O- -q https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --dearmour -o /usr/share/keyrings/oracle_vbox_2016.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle_vbox_2016.gpg] http://download.virtualbox.org/virtualbox/debian trixie contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list
sudo apt update
sudo apt install virtualbox-7.2 -y
wget https://download.virtualbox.org/virtualbox/7.2.2/Oracle_VirtualBox_Extension_Pack-7.2.2.vbox-extpack
sudo vboxmanage extpack install Oracle_VirtualBox_Extension_Pack-7.2.2.vbox-extpack
sudo usermod -aG vboxusers $USER