-
-
Ubuntu server disable IPv6
IPv6 differs from IPv4 by offering a greater range of available IP addresses. IPv6 is a 128 bit address while IPv4 is a 32 bit address. There are various reasons…
-
Apache2 enable and disable site(Ubuntu)
To enable or disable a site on apache we use two commands, a2ensite and a2dissite “a2ensite” is used to enable and “a2dissite” is used to disable. Both commands share same…
-
Setup KVM bridge networking on Ubuntu server
KVM provides NAT based networking to enable guest operating systems to get connectivity to the outside world. The guests sharing the same bridge are however able to communicate to each…