$computer = Get-WmiObject Win32_ComputerSystem $computer.UnjoinDomainOrWorkGroup(“AdminPW”, “AdminAccount”, 0) $computer.JoinDomainOrWorkGroup(“Domain”, “AdminPW”, “AdminAccount”, $null, 3) Restart-Computer -Force
Bilgi Paylaştıkça Büyür
$computer = Get-WmiObject Win32_ComputerSystem $computer.UnjoinDomainOrWorkGroup(“AdminPW”, “AdminAccount”, 0) $computer.JoinDomainOrWorkGroup(“Domain”, “AdminPW”, “AdminAccount”, $null, 3) Restart-Computer -Force
nano /etc/apt/apt.conf.d/75pveconf Change lines..! Acquire::https::enterprise.proxmox.com::CaInfo “/etc/apt/pve-repo-ca-certificates.crt”;Acquire::https::enterprise.proxmox.com::Verify-Peer “false”; /etc/apt/sources.list.d/pve-enterprise.list Need to change the line: “deb https://enterprise.proxmox.com/debian jessie pve-enterprise”to”deb http://download.proxmox.com/debian jessie pve-no-subscription”
sudo apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev git clone https://github.com/xmrig/xmrig.git cd xmrig && mkdir build && cd build cmake .. make