Skip to content

Instantly share code, notes, and snippets.

@SamCyanide
SamCyanide / gist:780afff4c3e1a9e105264c2a476e037c
Last active August 27, 2018 22:23 — forked from MennoTammens/gist:95045af97914a00db0e2d542a9b00fe2
Amazon Elastic Network Adapter (ENA) on CentOS 6
sudo su
yum --enablerepo=extras install epel-release
yum -y install patch dkms kernel-devel perl
yum update
reboot
curl -o ena_linux_1.5.0.tar.gz https://codeload.github.com/amzn/amzn-drivers/tar.gz/ena_linux_1.5.0
tar zxvf ena_linux_1.5.0.tar.gz