Mostrando postagens com marcador CredSSP. Mostrar todas as postagens
Mostrando postagens com marcador CredSSP. Mostrar todas as postagens

Windows - RDP CredSSP Encryption Oracle Fix


Run the command below in CMD, as administrator. Maybe needs reboot if don't work on first run.

reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters" /f /v AllowEncryptionOracle /t REG_DWORD /d 2

Apt only upgrade selected packages

 apt list --upgradable | cut -d"/" -f1 > /tmp/apt pico /tmp/apt cat /tmp/apt | tr "\n" " " apt install --on...

Mais vistos