http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=3049&highlight=cam&mobile=2
Engineering and technology
Opi one gc2035 camera not work – Armbian – OrangePi
debian – How to connect to wifi from command line?
UART on gpio pins Orange Pi Lite – Allwinner H2 & H3
Progressive Web Apps
List of application servers
Rockwell Blake
Apache: Generate CSR (Certificate Signing Request) | SSL Certificates
php – MySql select every second, and third record from database – Stack Overflow
php – MySql select every second, and third record from database
how can i upgrade only jre from 7 to jre 8 on ubuntu 1404
OpenJDK 8 for Trusty isn’t available in the official Ubuntu repositories.
As a workaround, you can install OpenJDK 8 from a PPA.
Open a terminal and execute:
sudo apt-add-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk
Or if you only need the JRE
sudo apt-get install openjdk-8-jre
It is usual that several major versions are installed in parallel.
To switch between Java 7 and Java 8 use this command:
sudo update-alternatives --config java
Source: how can i upgrade only jre from 7 to jre 8 on ubuntu 1404 – Ask Ubuntu
