run last version of nvm script in [https://github.com/creationix/nvm#install-script]:
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
$ nvm install node
run last version of nvm script in [https://github.com/creationix/nvm#install-script]:
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
$ nvm install node
sudo apt-get install python3
configure alternatives as in (https://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linux):
[https://discourse.osmc.tv/t/java-8-in-osmc/22369/8]
To enable Stretch backports and make its contents available, do something like:
echo deb http://ftp.debian.org/debian stretch-backports main | sudo tee --append /etc/apt/sources.list
sudo apt-get update
To install the JRE package, there's a special quirk:
after installing java:
sudo apt-get install libjna-java
Now, download and install jdownloader:
mkdir jd2
cd jd2
$ sudo apt-get install p7zip-full p7zip-rar
sudo apt-get install git
Add the backports repository to your server by typing:
$ echo 'deb http://ftp.debian.org/debian stretch-backports main' | sudo tee /etc/apt/sources.list.d/backports.list
$ sudo apt-get update
Install the certbot package by targeting the backports repository: (this failed with dependency errors if python is set to 3.4 version, so I previously set alternatives to 2.7)
Create separate server blocks for each "same certificate" group of domains, as in: https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04
$ sudo update-alternatives --config python
and select "2.7"
This is a fast install procedure for rclone in the raspberry pi (tested with OSMC on a Pi 2) with support for auth proxy that enable Amazon Cloud drive access.
Install from precompiled binarys (not need to install go-lang):
curl -O https://beta.rclone.org/rclone-beta-latest-linux-arm.zip