Skip to content

Instantly share code, notes, and snippets.

@gdesatrigraha
Created October 21, 2020 07:52
Show Gist options
  • Save gdesatrigraha/455948c0df01b619dc18d0953ac31efe to your computer and use it in GitHub Desktop.
Save gdesatrigraha/455948c0df01b619dc18d0953ac31efe to your computer and use it in GitHub Desktop.
installing tcpkill and blocking redis connection on centos 7
yum --enablerepo=extras install epel-release
yum -y install dsniff
tcpkill -i eth0 -9 port 6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment