Commit cefde86d authored by Reimar Stier's avatar Reimar Stier

Add windows proxy test notes

parent 39f2aba0
...@@ -10,21 +10,15 @@ choco config set proxy http://127.0.0.1:3128 ...@@ -10,21 +10,15 @@ choco config set proxy http://127.0.0.1:3128
# for vm setup (use vbox host only network) # for vm setup (use vbox host only network)
choco config set proxy http://192.168.200.1:3128 choco config set proxy http://192.168.200.1:3128
``` ```
choco install -y firefox vagrant virtualbox choco install -y firefox vagrant virtualbox
googlechrome atom 7zip
choco install git --params="'/GitAndUnixToolsOnPath /NoAutoCrlf'" -y choco install git --params="'/GitAndUnixToolsOnPath /NoAutoCrlf'" -y
airtame postman
anaconda3
Pycharm
sdcard-formatter
PartitionMasterFree
sharex (screenshots)
windirstat (Directory statistics)
squid
# Windows HTTP Proxy
Check if proxy works from powershell
```
curl -Proxy http://127.0.0.1:3127 google.de
curl -Proxy http://127.0.0.1:3128 google.de
```
# Other resources # Other resources
* Vagrant + Windows https://codeblog.dotsandbrackets.com/vagrant-windows/ * Vagrant + Windows https://codeblog.dotsandbrackets.com/vagrant-windows/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment