Skip to content

Instantly share code, notes, and snippets.

View tabokie's full-sized avatar
🥶
Slow diving

Xinye Tao tabokie

🥶
Slow diving
View GitHub Profile
@tabokie
tabokie / install_eio.sh
Last active October 20, 2020 03:41
script for setup ssd caching
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