NSX-T: Configure DHCP Server

NSX-T: Configure DHCP Server

Recently I have been working with a NSX-T engagement in a customer environment where they have NSX-v for their production environment and they requested to implement NSX-T in their UAT…

Keep openEuler Updated

Keep openEuler Updated

sudo reboot dnf check-update sudo nano /etc/dnf/dnf.conf In openEuler, you can find the DNF configuration file at /etc/dnf/dnf.conf. We need to edit this file to change the behavior of DNF…

Managing Packages in openEuler

Managing Packages in openEuler

If you want to see what packages have updates available, use:dnf search <search-term>This tutorial here provides examples for some of the common usage of the DNF command for installing, removing…