Weiter zum Inhalt

Notes

IT things to remember. Instructions, how-tos and links I found useful

  • Posts
  • About me
von Andreasam 30. Januar 201830. Januar 2018 in Posts

K8s on Ubuntu

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]

von Andreasam 23. Januar 201824. Januar 2018 in Posts

GIT – Get rid of „fatal: CRLF would be replaced by LF in [file]“

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 {} +

von Andreasam 1. Dezember 201726. Dezember 2017 in Posts

Secure Kibana with basic_auth and nginx

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]

von Andreasam 23. Oktober 201726. Dezember 2017 in Posts

Set JAVA_HOME on Mac OS

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]

von Andreasam 17. Oktober 201717. Oktober 2017 in Posts

Excluded unwanted maven dependencies globally

Set the scope of an unwanted (transitive) maven dependency to „provided“. For details cf: jlorenzen.blogspot.de/2009/06/maven-global-excludes.html

von Andreasam 3. September 20173. September 2017 in Posts

Live From The Field

„If you want to know what makes you unique, sit for a caricature.“

von Andreasam 16. August 201716. August 2017 in Posts

Choosing the right VPN provider

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]

von Andreasam 27. Juni 201727. Juni 2017 in Posts

Eclipse won’t start after crash

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]

von Andreasam 19. Juni 201719. Juni 2017 in Posts

Eclipse hangs on startup after

If Eclipse does not start, after it unexpectedly quit, remove any .snap file from this folder [workspace]/.metadata/.plugins/org.eclipse.core.resources

von Andreasam 19. Juni 201719. Juni 2017 in Posts

beans.xml

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]

Beitrags-Navigation

Seite 1 Seite 2 Seite 3 Seite 4

About me

IT guy and software engineer living in Bavaria east of Munich with interests in web components, JakarateEE, information retrieval, stream and event processing, machine learning, data processing and agile software development.

Last posts

  • html: base href 11. April 2020
  • JPQL with left outer join 23. Januar 2020
  • Which visualization should I use? 17. Dezember 2019
  • Install Influx 1.7. on Raspian Stretch 20. August 2019
  • Set up a embedded Payara 5 for Arquillian tests with DB2 z/OS drivers 21. Mai 2019

Archive

  • April 2020 (1)
  • Januar 2020 (1)
  • Dezember 2019 (1)
  • August 2019 (1)
  • Mai 2019 (1)
  • März 2019 (1)
  • Februar 2019 (1)
  • September 2018 (1)
  • Juli 2018 (1)
  • Februar 2018 (1)
  • Januar 2018 (2)
  • Dezember 2017 (1)
  • Oktober 2017 (2)
  • September 2017 (1)
  • August 2017 (1)
  • Juni 2017 (6)
  • April 2017 (3)
  • März 2017 (1)
  • September 2016 (2)
  • August 2016 (2)
  • Juli 2016 (2)
Copyright © 2021 Notes. Alle Rechte vorbehalten.
Gatsby-Theme von WPStash