Check if linux is physical or virtual


with dmesg
dmesg | grep 'Hypervisor detected'

with dmidecode
dmidecode -s system-manufacturer

with lshw
lshw -class system

Set https proxy variable on windows

 Check variables:  [System.Environment]::GetEnvironmentVariable("HTTP_PROXY","user"); [System.Environment]::GetEnvironme...

Mais vistos