Engineering and technology notes
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
bash – Tomcat does not recognize JAVA_HOME – Ask Ubuntu
Visualization: Scatter Chart
grant remote access of MySQL database from any IP address – Stack Overflow
$mysql-u root-pmysql>GRANTALLON*.*to'snippetbucketdotcom'@'%'IDENTIFIEDBY'tejastank';mysql>FLUSH PRIVILEGES;mysql>exit
Source: grant remote access of MySQL database from any IP address – Stack Overflow
