Last active
January 12, 2025 04:35
-
-
Save hollodotme/9388876996845ed7397d to your computer and use it in GitHub Desktop.
Revisions
-
hollodotme revised this gist
Mar 25, 2018 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.2.8/VBoxGuestAdditions_5.2.8.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.2.8.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.2.8.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.2.8' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Feb 25, 2018 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.2.6/VBoxGuestAdditions_5.2.6.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.2.6.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.2.6.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.2.6' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Nov 27, 2017 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.2.2/VBoxGuestAdditions_5.2.2.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.2.2.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.2.2.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.2.2' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Oct 2, 2017 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.1.28/VBoxGuestAdditions_5.1.28.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.1.28.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.1.28.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.1.28' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Jul 22, 2017 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.1.24/VBoxGuestAdditions_5.1.24.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.1.24.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.1.24.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.1.24' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Feb 7, 2017 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.1.14/VBoxGuestAdditions_5.1.14.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.1.14.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.1.14.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder -
hollodotme revised this gist
Feb 7, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.1.14' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme renamed this gist
Dec 21, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
hollodotme revised this gist
Dec 21, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.1.12/VBoxGuestAdditions_5.1.12.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.1.12.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.1.12.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.1.12' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Dec 5, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.1.10/VBoxGuestAdditions_5.1.10.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.1.10.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.1.10.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.1.10' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Sep 20, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.1.6/VBoxGuestAdditions_5.1.6.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.1.6.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.1.6.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.1.6' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Jun 22, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.0.22/VBoxGuestAdditions_5.0.22.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.0.22.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.0.22.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.0.22' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Apr 1, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.0.16/VBoxGuestAdditions_5.0.16.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.0.16.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.0.16.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.0.16' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Feb 16, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.0.14/VBoxGuestAdditions_5.0.14.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.0.14.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.0.14.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.0.14' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme revised this gist
Dec 19, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,15 @@ # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.0.12/VBoxGuestAdditions_5.0.12.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.0.12.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.0.12.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder @@ -20,7 +20,7 @@ $ sudo rmdir /media/VBoxGuestAdditions ## One-Liner ```bash VERSION='5.0.12' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ -
hollodotme created this gist
Dec 15, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ ```bash # prepare $ sudo apt-get install -y linux-headers-generic build-essential dkms # get the right ISO from http://download.virtualbox.org/virtualbox/ $ wget http://download.virtualbox.org/virtualbox/5.0.2/VBoxGuestAdditions_5.0.2.iso # create a mount folder $ sudo mkdir /media/VBoxGuestAdditions # mount the ISO $ sudo mount -o loop,ro VBoxGuestAdditions_5.0.2.iso /media/VBoxGuestAdditions # install the guest additions $ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run # remove the ISO $ rm VBoxGuestAdditions_5.0.2.iso # unmount the ISO $ sudo umount /media/VBoxGuestAdditions # remove the mount folder $ sudo rmdir /media/VBoxGuestAdditions ``` ## One-Liner ```bash VERSION='5.0.2' && \ sudo apt-get install -y linux-headers-generic build-essential dkms && \ sudo wget "http://download.virtualbox.org/virtualbox/$VERSION/VBoxGuestAdditions_$VERSION.iso" && \ sudo mkdir /media/VBoxGuestAdditions && \ sudo mount -o loop,ro "VBoxGuestAdditions_$VERSION.iso" /media/VBoxGuestAdditions && \ sudo sh /media/VBoxGuestAdditions/VBoxLinuxAdditions.run && \ sudo umount /media/VBoxGuestAdditions && \ sudo rm -rf "VBoxGuestAdditions_$VERSION.iso" && \ sudo rmdir /media/VBoxGuestAdditions ```