Network
6 simple methods to check if ipv6 is enabled in Linux
How to check if IPv6 is enabled or disabled in my Linux server. Check for any process listening on IPv6 socket using netstat, lsof or ss command
Linux disable IPv6 properly (with or without reboot)
Detailed guide with list of best practices to disable Ipv6 in Linux. You can use grubby, grub2-editenv, sysctl to disable your ipv6 across Linux server
6 different commands to restart network in RHEL/CentOS 7/8
The command to restart network in RHEL or CentOS 6,7 and 8 would vary depending upon your network configuration. If you are using NetworkManager then you can …
How to PROPERLY Open Port in RHEL/CentOS Linux
Examples to open port in linux RHEL/CentOS 7/8 Use netstat to check port status. centos open firewall port. how to open and close ports. check if port is open
9 commands to check if connected to internet with shell script examples
commands to check if connected to internet using Linux. Validate internet connectivity with examples using shell bash script in Linux. Check port availability.
