-
-
Save muscaiu/0b76f0581c1af44310703b98a8057537 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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