start new:
tmux
start new with session name:
tmux new -s myname
| Here are the exact parts I used: | |
| USB HOST - This has all the software pre-installed. Just need to wire it up. | |
| 1x $16.76 http://www.hobbytronics.co.uk/usb-host-midi | |
| MIDI Breakout board - This handles the extra components needed to wire up midi | |
| 1x $11.95 http://www.amazon.com/ubld-it-MIDI-Breakout-Board/dp/B00YDLVLVO/ref=sr_1_1?ie=UTF8&qid=1464058935&sr=8-1&keywords=midi+breakout | |
| Power - Needed a usb-power breakout board and a power supply | |
| 1x $1.50 https://www.adafruit.com/products/1764 |
| # ... more above ... | |
| # wsfl bash is not a login shell | |
| if [ -d "$HOME/bin" ] ; then | |
| PATH="$HOME/bin:$PATH" | |
| fi | |
| # ssh-agent configuration | |
| if [ -z "$(pgrep ssh-agent)" ]; then | |
| rm -rf /tmp/ssh-* |
| # Echo number of GIT commits per year. | |
| git log --pretty='format:%cd' --date=format:'%Y' | uniq -c | awk '{print "Year: "$2", commits: "$1}' |
| # Embedded file name: c:\Jenkins\live\output\win_64_static\Release\python-bundle\MIDI Remote Scripts\MPK249\MPK249.py | |
| from __future__ import absolute_import, print_function, unicode_literals | |
| from _Framework.ControlSurface import ControlSurface | |
| from _Framework.Layer import Layer | |
| from _Framework.DrumRackComponent import DrumRackComponent | |
| from _Framework.TransportComponent import TransportComponent | |
| from _Framework.DeviceComponent import DeviceComponent | |
| from _Framework.MixerComponent import MixerComponent | |
| from _Framework.MidiMap import MidiMap as MidiMapBase | |
| from _Framework.MidiMap import make_button, make_encoder, make_slider |
You should not use the Open SSH client that comes with Git for Windows. Instead, Windows 10 has its own implementation of Open SSH that is integrated with the system. To achieve this:
ssh-agent from Windows Services:Services in the Start Menu or Win+R and then type services.msc to launch the Services window;OpenSSH Authentication Agent in the list and double click on it;OpenSSH Authentication Agent Properties window that appears, choose Automatic from the Startup type: dropdown and click Start from Service status:. Make sure it now says Service status: Running.git config --global core.sshCommand C:/Windows/System32/OpenSSH/ssh.exe