Skip to content

Instantly share code, notes, and snippets.

View pearlboy's full-sized avatar
🎯
Focusing

MuthuKumar Anbalagan pearlboy

🎯
Focusing
View GitHub Profile
#!/bin/bash
# Make sure we have the dev tools
yum groupinstall "Development Tools"
# Just in case you started installing dependencies from yum
yum -y remove libnfnetlink
# lets put the source code here
mkdir -p ~/.src