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:
I hereby claim:
To claim this, I am signing this object:
https://docs.unity3d.com/Manual/AttachingMonoDevelopDebuggerToAnAndroidDevice.html
cd %LOCALAPPDATA%\Android\Sdk\platform-tools
adb tcpip 5555
should output restarting in TCP mode port: 5555
adb shell ifconfig wlan0
cd <clone_dir>
git fetch origin pull/<PR#>/head:<foreign-branch>
git checkout <foreign-branch>
Porting MSBuild Projects To XBuild
<NuGetCommand Condition=" '$(NuGetCommand)'=='' AND '$(OS)' == 'Windows_NT'">"$(NuGetExe)"</NuGetCommand>
<NuGetCommand Condition=" '$(NuGetCommand)'=='' AND '$(OS)' != 'Windows_NT' ">mono --runtime=v4.0.30319 "$(NuGetExe)"</NuGetCommand>
Cross Platform Builds on Windows and Mono with MSBuild
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:
#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 |
raspberry pi connected to internet via ethernet, client with Mapbox Studio connect to raspberry pi via wifi
This is based on WiFi AP (RT5370) on Raspberry Pi
don't forget to adjust to your adapters: eth0
and wlan1
used here