Last active
February 24, 2018 20:34
-
-
Save giovannicandido/d2e5243e3d45abaf5986ff5478de84ed to your computer and use it in GitHub Desktop.
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 characters
echo 'SUBSYSTEM=="memory", ACTION=="add", ATTR{state}="online"' > /etc/udev/rules.d/100-balloon.rules | |
yum install -y hyperv-daemons | |
yum install -y bash-completion | |
yum install -y vim-enhanced | |
yum install -y yum-utils | |
echo noop > /sys/block/sda/queue/scheduler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment