1. Install using snap and proxy: neu.lu/2016/06/ubuntu-snap-mit-proxy/ 2. sudo snap install conjure-up –classic 3. sudo snap install kubectl –classic 4. sudo apt-get update && apt-get install -y apt-transport-https 5. apt-get… [Weiterlesen]
Props to: coderwall.com/p/lc8rkg/get-rid-of-fatal-crlf-would-be-replaced-by-lf-in-file brew install dos2unix find . -type f -exec dos2unix {} +
If you don’t have the money to afford x-pack, but you want to secure your Kibana at least with basic authentication using nginx, the following entries in default.conf. The target… [Weiterlesen]
Props to: coderwall.com/p/esa4sg/set-default-jdk-on-mac-os-x To set to JDK 6 export JAVA_HOME=$(/usr/libexec/java_home -v 1.6) To set JDK 7 export JAVA_HOME=$(/usr/libexec/java_home -v 1.7) To set JDK 8 export JAVA_HOME=$(/usr/libexec/java_home -v 1.8) Created aliases… [Weiterlesen]
Set the scope of an unwanted (transitive) maven dependency to „provided“. For details cf: jlorenzen.blogspot.de/2009/06/maven-global-excludes.html
„If you want to know what makes you unique, sit for a caricature.“
If you’re serious about privacy use a VPN anytime. After sifting through the really good reviews at restoreprivacy.com/best-vpns, I got an account from vpn.ac for only 44€/year. What’s interesting about… [Weiterlesen]
If Eclipse crashed and won’t start again, i.e. it hangs forever, go to [workspace]/.metadata/.plugins/org.eclipse.core.resources and delete the .snap file. If that does not help go through .projects and delete one… [Weiterlesen]
If Eclipse does not start, after it unexpectedly quit, remove any .snap file from this folder [workspace]/.metadata/.plugins/org.eclipse.core.resources
Not required in fact starting from JavaEE7 on. But if you want to control, adjust the bean-discovery-mode For jar projects used as external 3rd party libs, put it in src/main/resources/META-INF… [Weiterlesen]