Published November 28, 2019 Sending Email via Telnet using auth login The username and password needs to be encoded and sent in BASE64So if using username as the username it would become dXNlcm5hbWU= […]
Published February 3, 2026 Copy a file from Windows to Linux scp C:\path\to\win11.vhdx root@192.168.100.21:/var/lib/vz/images/
Published June 26, 2020 Change password on Windows using cmd In a cmd prompt run the below command net user username newpassword if the username contains a space do the below net […]