Remove half-installed packages



APT remove half-installed packages

mv /var/lib/dpkg/info/PACKAGE.* /tmp/

dpkg --remove --force-remove-reinstreq PACKAGE

apt-clean

apt update

Export/import windows server DNS zones

You can use Export-DnsServerZone and Import-DnsServerZone .   Export: Export-DnsServerZone -Name "test.com" -Filename "test...

Mais vistos