Monday, November 25, 2019

Shutdown Ubuntu from the command line

Shutdown Ubuntu from the command line

$: sudo shutdown -h now

No comments:

Test Code

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 135 ...