-
Notifications
You must be signed in to change notification settings - Fork 0
Linux Utils and Useful Commands
curl -o /tmp/anydesk.deb https://download.anydesk.com/linux/anydesk_5.1.2-1_amd64.deb && sudo dpkg -i /tmp/anydesk.deb
Before a session is closed- touch the mouse on the remote machine (otherwise sometimes it gets stuck).
sudo apt install -y gnome-tweak-tool openssh-server samba
sudo snap install --classic code
sudo snap install --classic sublime-text
sudo snap install --classic --beta github-desktop
sudo sh -c "cat > /etc/samba/smb.conf <<EOF
[user]
comment = Samba on Ubuntu
path = /home/user
read only = no
browsable = yes
EOF"
sudo service smbd restart
sudo ufw allow samba
sudo smbpasswd -a $USER
-
Download and install latest balenaEtcher:
-
Download latest raspbian_desktop image:
-
Flash the raspbian_desktop image into the SD-card using balenaEtcher.
-
Before removing the SD-card, creat an empty file named "ssh" in its /boot partition. You can copy the file from this folder as well.
-
Eject the card and insert it into Raspberry-Pi with a connected screen and power it up.
-
Remotly connect to the Raspberry-Pi shell via ssh (its IP address is printed to the screen):
ssh pi@192.168.1.108-> password: "raspbian"
curl -o /tmp/anydesk.deb https://download.anydesk.com/rpi/anydesk_5.1.2-1_armhf.deb && sudo dpkg -i /tmp/anydesk.deb
sudo raspi-config nonint do_wifi_ssid_passphrase wifi_name wifi_pass
startlxde-pi
Kiosk Setup — Linux Mint
Kiosk Setup — Raspberry Pi
Development
Exhibits
Reference