Skip to content

Instantly share code, notes, and snippets.

@mahidaparth7
Created June 18, 2020 18:46
Show Gist options
  • Select an option

  • Save mahidaparth7/f4517eb6d1d728b4738f59e7fd2ee2f5 to your computer and use it in GitHub Desktop.

Select an option

Save mahidaparth7/f4517eb6d1d728b4738f59e7fd2ee2f5 to your computer and use it in GitHub Desktop.
linux-cmd
#open port
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment