This file contains 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 characters
# Find the appropriate version here http://download.virtualbox.org/virtualbox/ | |
sudo VBOX_VERSION=6.0.4 | |
sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | |
sudo rpm -Uvh http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/d/dkms-2.6.1-1.el7.noarch.rpm | |
sudo yum -y install wget perl gcc dkms kernel-devel kernel-headers make bzip2 | |
wget http://download.virtualbox.org/virtualbox/${VBOX_VERSION}/VBoxGuestAdditions_${VBOX_VERSION}.iso | |
sudo mkdir /media/VBoxGuestAdditions |
This file contains 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 characters
javascript:(function() { | |
document.head.innerHTML += '<style type="text/css">.message_body { direction: rtl !important;text-align: left !important; }</style>'; | |
})(); |