webserver

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@dextradata.com>
This commit is contained in:
Tuan-Dat Tran
2026-03-21 14:33:49 +01:00
parent de25173927
commit de45645553
14 changed files with 139 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,30 @@
* EXIF - Metadata
Aufgabe
Unser trauriger Freund Pepo hat sich verlaufen! Kannst du herausfinden, wo er ist?
Das Kennwort ist die Stadt, in der sich pepo befindet.
#+begin_src sh
exiftool ch1.png.1
# ...
# GPS Latitude : 43 deg 17' 56.27" N
# GPS Longitude : 5 deg 22' 49.38" E
# GPS Position : 43 deg 17' 56.27" N, 5 deg 22' 49.38" E
# ...
#+end_src
DMS:
#+begin_quote
# GPS Latitude : 43 deg 17' 56.27" N
# GPS Longitude : 5 deg 22' 49.38" E
# GPS Position : 43 deg 17' 56.27" N, 5 deg 22' 49.38" E
#+end_quote
DD:
#+begin_quote
43.2989639,5.380383333333333 -> 79XJ+H5J Marseille, France
#+end_quote