User Tools

Site Tools


misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc [2024/05/13 17:42] msmisc [2026/04/11 15:38] (current) ms
Line 2: Line 2:
 <code> <code>
 Dez Hex Bin             Dez Hex Bin                Dez Hex Bin              Dez Hex Bin Dez Hex Bin             Dez Hex Bin                Dez Hex Bin              Dez Hex Bin
------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------
 000 000 00000000 NUL     032 020 00100000 (space)   064 040 01000000 @       096 060 01100000 ` 000 000 00000000 NUL     032 020 00100000 (space)   064 040 01000000 @       096 060 01100000 `
 001 001 00000001 SOH     033 021 00100001 !         065 041 01000001 A       097 061 01100001 a 001 001 00000001 SOH     033 021 00100001 !         065 041 01000001 A       097 061 01100001 a
Line 44: Line 44:
 WebRTC PipeWire support -> enabled WebRTC PipeWire support -> enabled
 </code> </code>
- 
-https://archive.org/details/ColumboS01E01MordNachRezept 
  
 Wetter Wetter
Line 51: Line 49:
 Aktuelle Temp. Aktuelle Temp.
 curl -s https://morgenwirdes.de/stunde.php?id=32329|sed 's/></\n/g'|grep -A 12 Uhrzeit|head -10|tail -1|sed 's/td>//'|sed 's/<\/td//' curl -s https://morgenwirdes.de/stunde.php?id=32329|sed 's/></\n/g'|grep -A 12 Uhrzeit|head -10|tail -1|sed 's/td>//'|sed 's/<\/td//'
 +
 +curl -s https://morgenwirdes.de/api/v2/rtxt.php?plz=70199
 +curl -s https://morgenwirdes.de/api/v3/rain.php?plz=70199
  
 3-Tages Trent 3-Tages Trent
 curl -s https://morgenwirdes.de/api/v2/3day.php?plz=70199 |sed 's/></\n/g'|grep C|sed 's/h1>//;s/<\/td//' curl -s https://morgenwirdes.de/api/v2/3day.php?plz=70199 |sed 's/></\n/g'|grep C|sed 's/h1>//;s/<\/td//'
 curl -s https://morgenwirdes.de/api/v2/3day.php?plz=70199 |sed 's/></\n/g'|grep C|sed 's/h1>//;s/<\/td//'|tr "\n" " " curl -s https://morgenwirdes.de/api/v2/3day.php?plz=70199 |sed 's/></\n/g'|grep C|sed 's/h1>//;s/<\/td//'|tr "\n" " "
 +</code>
 +<code>
 +curl -s "https://api.open-meteo.com/v1/forecast?latitude=48.76&longitude=9.14&current=temperature_2m"| jq '.current.temperature_2m'
 +</code>
 +<code>
 +curl wttr.in/:help
 +
 +curl wttr.in/Stuttgart?format=1
 +curl wttr.in/Stuttgart?format="%c%h%t%f%w%l%m%M%p%P%D\n\n"
 </code> </code>
  
 Remote Seuerung\\ Remote Seuerung\\
 https://askubuntu.com/questions/47642/how-to-start-a-gui-software-on-a-remote-linux-pc-via-ssh https://askubuntu.com/questions/47642/how-to-start-a-gui-software-on-a-remote-linux-pc-via-ssh
misc.1715622122.txt.gz · Last modified: 2024/05/13 17:42 by ms

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki