Skip to content

Instantly share code, notes, and snippets.

View rs0x29a's full-sized avatar
:octocat:
Focusing

Ruslan Shevchenko rs0x29a

:octocat:
Focusing
  • NEOFLEX
View GitHub Profile

Kubernetes hybrid cluster (Linux+Windows) on Hyper-V with local subnet and internet access

Prepare Host

Install CLI utils on your host machine

Kubectl

Helm

@rs0x29a
rs0x29a / ChromeRemoteDebugger.bat
Created November 10, 2017 07:50 — forked from FreaKzero/ChromeRemoteDebugger.bat
Windows - Remote Chrome debugging over Network (Start as Admin)
@echo off
netsh interface portproxy delete v4tov4 listenport=9222 listenaddress=0.0.0.0
start /b cmd /c call "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 --user-data-dir=dev-mode-removeme --disk-cache-dir=null --overscroll-history-navigation=0 --disable-web-security -–allow-file-access-from-files "%~dp0/src/index.html"
timeout 5
netsh interface portproxy add v4tov4 listenport=9222 connectaddress=127.0.0.1 connectport=9222 listenaddress=0.0.0.0
cls
echo ============================================
echo Chrome started with following configuration:
echo ============================================
echo * No-Caching