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/23 12:21] (current) ms
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.15&timezone=Europe%2FBerlin&current=temperature_2m"| jq '.current.temperature_2m'
 +curl -s "https://api.open-meteo.com/v1/forecast?latitude=48.76&longitude=9.15&timezone=Europe%2FBerlin&current=temperature_2m"| jq '.current.time,.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.1715622153.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