Home Setup [NAS, pi]

15/08/2016

Two raspberrypi with raspbian and acer aspire on with lubuntu

- Raspberrypi

  1. Install raspian
  2. sudo raspian-config (on desktop), setup keyboard, language, locale
    1. If needed sudo nano /etc/default/keyboard then XKBLAYOUT=”gb”
  3. Install xrdp
  4. Locally run  sudo xrdp-genkeymap /etc/xrdp/km-0409.ini (fix auth issue)
- Lubuntu
  1. Repeat 3. and 4. (Raspberrypi - xrdp)
  2. Install transmission
  3. Config web access
    1. sudo find / -iname settings.json
    2. Important to edit right file: /etc/transmission-daemon/settings.json
    3. sudo /etc/init.d/transmission-daemon stop !IMPORTANT
    4. edit settings sudo nano /etc/transmission-daemon/settings.json
    5. sudo /etc/init.d/transmission-daemon start
  4. *It works* - After install lubuntu, configure remote access on transmission client, edit > preferences > Remote. Done