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
sudo yum install -y elfutils-libelf-devel gcc git wget | |
git clone https://github.com/tabokie/EnhanceIO.git -b aws | |
cd EnhanceIO | |
# CLI | |
sudo cp CLI/eio_cli /sbin/ | |
sudo chmod 700 CLI/eio_cli | |
sudo cp CLI/eio_cli.8 /usr/share/man/man8 | |
# driver | |
# install kernel-devel | |
wget https://linuxsoft.cern.ch/cern/centos/7/updates/x86_64/Packages/kernel-devel-$(uname -r).rpm |
NewerOlder