Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am wilhelmberg on github.
  • I am bergwerkgis (https://keybase.io/bergwerkgis) on keybase.
  • I have a public key ASAPiTdzxRVzaS5Ip10D7XKZBk8ZOpg4NRQTOdz_Ezrrkgo

To claim this, I am signing this object:

@wilhelmberg
wilhelmberg / unity-debug-android.md
Last active April 20, 2018 07:06
Unity: debugging on Android with Visual Studio
@wilhelmberg
wilhelmberg / readme.md
Created January 16, 2018 15:51
pull a PR branch from a foreign repo (fork) into local repo
cd <clone_dir>
git fetch origin pull/<PR#>/head:<foreign-branch>
git checkout <foreign-branch>
@wilhelmberg
wilhelmberg / cross-platform-msbuild-configuration.md
Last active April 30, 2019 17:53
cross platform msbuild configuration
@wilhelmberg
wilhelmberg / install-sublime-text-ubuntu.md
Last active November 21, 2021 11:14
install and run **LINUX** sublime text 3 on Windows 10 Linux Subsystem "Ubuntu bash"
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer

run /opt/sublime_text/sublime_text or sudo ln -s /opt/sublime_text/sublime_text /usr/local/bin/subl

with ubuntu bash on Windows 10 and Xming:

@wilhelmberg
wilhelmberg / git-squash.sh
Last active August 29, 2015 14:23
git squash commits already pushed to orgin
#optional, as I messed things up, by not using "--force" or "+<BRANCH>"
git checkout develop
git pull
git checkout develop-vs2015
git pull
#rebase on "develop"
git rebase develop
git push origin +develop-vs2015
#do the squash: 7 commits
@wilhelmberg
wilhelmberg / Mapbox-Studio-Proxy-Setup.md
Last active May 1, 2019 20:23
Mapbox-Studio-Proxy-Setup

raspberry pi connected to internet via ethernet, client with Mapbox Studio connect to raspberry pi via wifi

  • get raspberry pi 2
  • setup ubuntu
  • get usb wifi dongle that supports master (AP) mode, e.g. with RT5370 chip. Search on Amazon

This is based on WiFi AP (RT5370) on Raspberry Pi

don't forget to adjust to your adapters: eth0 and wlan1 used here