Weiter zum Inhalt

Notes

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

  • Posts
  • About me

Monat: April 2017

Docker: add new user in Alpine Linux

von Andreasam 22. April 201723. April 2017

If you want to create a new user within a Dockerfile for an Alpine Linux, useradd won’t work. You have to use adduser. This command will work adduser -h /home/userx… [Weiterlesen]

Untar to a specific target directory

von Andreasam 22. April 201722. April 2017

tar xvf /opt/metricbeat.tar.gz -C /opt/metricbeat –strip-components=1 If the tar-file already contains a directory, you have to add –strip-components=1. Otherwise the directory contained in the tar files is created. Also mind… [Weiterlesen]

Docker: essential commands for cleaning up

von Andreasam 7. April 20177. April 2017

Remove all unused images docker images –no-trunc | grep ‚‚ | awk ‚{ print $3 }‘ | xargs -r docker rmi Remove all activate containers: docker rm $(docker ps -a… [Weiterlesen]

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