-
-
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…
-
Copy on write(COW)
Copy-on-Write, is a resource management technique used in computer systems(mostly operating systems) to efficiently copy resources. It is applied by making certain pages of the memory read-only, and only keeping…
-
Debian terminal commands
Debian is a free linux distribution operating system. Below are debian terminal commands you will find yourself using frequently. Update This is done using two commands The first command is…