Skip to content

Instantly share code, notes, and snippets.

View aditya-the-pro's full-sized avatar
Kaam krle bhai ja ke

Maxima Max aditya-the-pro

Kaam krle bhai ja ke
  • Dev At Dream
  • return mars?
View GitHub Profile
@aditya-the-pro
aditya-the-pro / fix.txt
Last active October 29, 2023 15:24
Solving the port opening problem on Oracle VMs(ubuntu) src : https://blog.jiuyu.me/how-to-open-ports-in-oracle-cloud
# first just open the ports by subnet ingress rules then exec these
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport PORT -j ACCEPT
sudo netfilter-persistent save