Skip to content

YADB

yet another developer’s blog

  • Blog
  • About Me
  • Contact

Tag: security

Posted on February 15, 2017February 15, 2017

Generate a password on the Linux shell

Quick and not even that dirty:

echo;< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c10; echo;echo

 

Tags

  • angularjs
  • docker
  • functional
  • gc
  • google
  • grafana
  • influxdb
  • iot
  • java
  • javascript
  • jenkins
  • kotlin
  • linux
  • memory
  • meta
  • monitoring
  • mqtt
  • prometheus
  • raspberrypi
  • security
  • shell
Tweets by MichiGysel

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress