Skip to content

Instantly share code, notes, and snippets.

View muscaiu's full-sized avatar
🎯
Focusing

Cristian Muscalu muscaiu

🎯
Focusing
View GitHub Profile
tutorials:
https://kremalicious.com/raspberry-pi-file-and-screen-sharing-macos-ios
https://raspberrypi-guide.github.io/filesharing/filesharing-raspberry-pi
@muscaiu
muscaiu / kali
Last active December 2, 2022 11:43
- static ip (easy)
- remote access:
sudo apt-get install xrdp
sudo systemctl start xrdp
- enable xrdp at starup
systemctl enable xrdp
optional sudo systemctl start xrdp-sesman
- enable ssh at startup
sudo systemctl enable ssh.service
- install transmission and access it from the network: http://192.168.1.101:9091