-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.notes
More file actions
25 lines (23 loc) · 865 Bytes
/
Copy pathinstall.notes
File metadata and controls
25 lines (23 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
mkdir code
cd code
# play with ssh keys
git clone git@github.com:ross-m-dickson/XTouchPiRemote.git
sudo apt update
sudo apt upgrade
sudo apt install sox
python -m venv kivy_venv
source kivy_venv/bin/activate
python -m pip install "kivy[base]"
python -m pip install netifaces
python -m pip install python-osc
# create desktop launcher
ln -s /home/pi/code/XTouchPiRemote/XTouchPiRemote.desktop /home/pi/.local/share/applications/
# add to ~/.config/wf-panel-pi.ini 92 nmcli con show
#setup networking
nmcli connection show
sudo nmcli connection add type bridge ifname br0 stp no
sudo nmcli connection add type bridge-slave ifname eth0 master br0
sudo nmcli connection add type bridge-slave ifname eth1 master br0
sudo nmcli connection add type bridge-slave ifname eth2 master br0
sudo nmcli connection modify "bridge-br0" ipv4.method shared
nmcli connection show