Skip to content

Instantly share code, notes, and snippets.

@muscaiu
Last active December 2, 2022 11:43
Show Gist options
  • Save muscaiu/0b76f0581c1af44310703b98a8057537 to your computer and use it in GitHub Desktop.
Save muscaiu/0b76f0581c1af44310703b98a8057537 to your computer and use it in GitHub Desktop.
- 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
sudo systemctl enable transmission-daemon
- fix transmission persmission:
vim /etc/transmission-daemon/settings.json (make incomplete folder same as Downloads)
- mount all drives on startup
- install nvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment