Install Artefactory Maven repository on Ubuntu 16.04
Follow these steps to install Artifactory Maven repository on Ubuntu 16.04 ( terminal commands, mostly )- wget -c -O- “https://bintray.com/user/downloadSubjectP...
Follow these steps to install Artifactory Maven repository on Ubuntu 16.04 ( terminal commands, mostly )- wget -c -O- “https://bintray.com/user/downloadSubjectP...
Problem : After setting the tag data-sap-ui-resourceroots the UI5 loading stops with the error “JSON.parse: unexpected end of data …” Reason : Spring boot thyme...
Problem : Application URLs (local urls) not loading in iframe inside an application UI. Reason : Spring sets the X-Frame-Options to Deny by default. Fix : Allow...
Add this custom Vaadin servlet to show a different favicon (other than the Vaadin default) in your UI application – [java] import com.vaadin.server.*; import co...
Problem : Openfire server does not listen to port 5222. Symptoms : netstat -tulpn | grep LISTEN – will not show ports 5222 or 5223. tail -1000 /opt/openfire/log...
To set priority/order of ProxyPass (and ReverseProxyPass) rules, write the one with most precedence above the rest, and so forth. Delete any non-dot-confs (.co...
For cases where Apache2 is available within the box/local host, but not from LAN, you might have to open port 80 in the firewall. This is a simple command for t...
A reference code to extract a selected shape (this case polygon, could be another shape like Rectangle) – [java] BufferedImage in = ImageIO.read(new File(source...
Problem : Torch installation fails to install dependencies (“bash install-deps”) with the message “Error. OpenBLAS could not be compiled” Reason : gfortran depe...
Problem : After Bluetooth speakers were abruptly switched off, Ubuntu 16.04 on Alienware (17 R2) stopped producing sounds on its analog sound card. Reason : Dou...