Colored tail command

apt install multitail
multitail -c /var/log/syslog


OR

apt install grc
grc tail -f /var/log/apache2/error.log


OR

apt install colortail
colortail -f /var/log/apache2/error.log


Export/import windows server DNS zones

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

Mais vistos