Skip to content

Instantly share code, notes, and snippets.

@bessarabov
Created August 18, 2020 11:51
Show Gist options
  • Save bessarabov/30bdebb700ae709889f5b2d0ab913e2f to your computer and use it in GitHub Desktop.
Save bessarabov/30bdebb700ae709889f5b2d0ab913e2f to your computer and use it in GitHub Desktop.
root@raspberrypi:~# cat /dev/random|head -1|hexdump -C
00000000 2f d7 68 0f 44 c1 29 00 0c a9 0d 03 a4 20 a4 51 |/.h.D.)...... .Q|
00000010 51 f6 1a ff 1e c0 15 9b 06 8b 5e 33 96 f3 41 cc |Q.........^3..A.|
00000020 10 70 07 35 29 c0 c7 23 49 d6 d3 30 07 68 0b 45 |.p.5)..#I..0.h.E|
00000030 a2 b0 78 81 dd fb ac 5e 82 1e 71 af 1c c2 8e 71 |..x....^..q....q|
00000040 60 8f c7 86 6d dd b2 dc ea 36 c0 f1 ad dc b4 44 |`...m....6.....D|
00000050 81 99 fc f4 9f e8 b6 2f 04 42 51 bf b8 61 54 78 |......./.BQ..aTx|
00000060 aa 94 a6 e4 4e f7 1d 85 cf 79 59 37 b5 eb 95 00 |....N....yY7....|
00000070 fb 59 4c 61 4e 76 24 cb cd 0c 19 e6 6a e5 26 67 |.YLaNv$.....j.&g|
00000080 e0 ae a4 16 90 91 d4 3e 5f a8 ef 9a c4 6f 99 11 |.......>_....o..|
00000090 28 ff b8 8a b3 77 42 15 07 09 3b d1 f7 d2 65 f1 |(....wB...;...e.|
000000a0 f2 80 42 15 de 61 1d 23 13 a0 f5 18 e6 9c 47 a6 |..B..a.#......G.|
000000b0 15 38 1e cb 63 4f 70 d9 45 78 f8 5b 40 28 be 65 |.8..cOp.Ex.[@(.e|
000000c0 51 a3 4e 4c 25 aa 1e 23 e0 b7 70 f5 4f bd 19 c0 |Q.NL%..#..p.O...|
000000d0 09 c5 79 73 56 af 60 df e8 60 a8 02 70 b2 81 6d |..ysV.`..`..p..m|
000000e0 15 ba f9 a9 d8 de 88 fe b4 30 2f fe 40 b1 48 5b |.........0/[email protected][|
000000f0 af 0a |..|
000000f2
root@raspberrypi:~# ln -s /dev/random /usr/share/hassio/homeassistant/r
root@raspberrypi:~# ls -la /usr/share/hassio/homeassistant/r
lrwxrwxrwx 1 root root 11 Aug 18 12:50 /usr/share/hassio/homeassistant/r -> /dev/random
root@raspberrypi:~# docker exec -it homeassistant sh -c 'cat /config/r|head -1|hexdump -C'
00000000 83 09 8f ec c9 bd 80 36 93 8e 6f db 17 5b cc d3 |.......6..o..[..|
00000010 dd aa a1 d2 49 21 6c 2d 24 54 4a 14 62 c1 61 13 |....I!l-$TJ.b.a.|
00000020 a6 46 4f 78 36 15 4e a1 bf 18 e8 4c 4f 74 03 f7 |.FOx6.N....LOt..|
00000030 79 38 91 1c d1 87 c5 21 92 37 c8 91 7f ce aa 49 |y8.....!.7.....I|
00000040 15 ff 57 81 69 03 2e e4 7f f1 df 8d ea a7 d3 58 |..W.i..........X|
00000050 90 5a c2 e4 34 85 5a a0 39 76 7f df 2b d8 70 00 |.Z..4.Z.9v..+.p.|
00000060 07 79 3f ae 17 ca 51 e0 e1 53 ba 0a |.y?...Q..S..|
0000006c
root@raspberrypi:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment