download and install virtualbox with powershell
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;$vBoxURL = "https://download.virtualbox.org/virtualbox";Invoke-WebRequest -Uri "$vBoxURL/LATEST-STABLE.TXT" -OutFile "$env:TEMP\virtualbox-version.txt";$version = ([IO.File]::ReadAllText("$env:TEMP\virtualbox-version.txt")).trim();$vBoxList = Invoke-WebRequest "$vBoxURL/$version";$vBoxVersion =$vBoxList.Links.innerHTML;$vBoxFile = $vBoxVersion | select-string -Pattern "-win.exe";$vBoxFileURL = "$vBoxURL/$version/$vBoxFile";Invoke-WebRequest -Uri $vBoxFileURL -OutFile "$env:TEMP\$vBoxFile";start-process ("$env:TEMP\$vBoxFile") --silent;
Also in C++:
- initiation git windows 10
- shopify theme kit
- test internet speed terminal linux
- oracle vm cannot install guest edition windows 10 enterprise
- "jetbrains-license-server" "github"
- git user.name user.email
- docker install in centos u7
- git deleted file error
- error: failed to push some refs to
- remote: HTTP Basic: Access denied fatal: Authentication failed for
- NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed an
- git remove my local changes and pull from master
- git configure upstream for branch push and pull
- create virtual env pyhton3
- replace char for new line
- certbot remove certificate for domain
- how to upgrade node.js
- install php 7.4 nginx ubuntu
- browsing history linux file location
- update git repository
- git commit number of lines changed
- shell_to_meterpreter
- delete git branch
- npm default init