New pages

From KlavoWiki
Jump to navigationJump to search
New pages
Hide registered users | Show bots | Show redirects
  • 00:34, 9 March 2024Sunrise and Sunset Times (sunwait) (hist | edit) ‎[589 bytes]David (talk | contribs) (Created page with "<pre> cd /opt git clone https://github.com/risacher/sunwait cd sunwait make </pre> <pre> #!/bin/bash # Replace with your actual latitude and longitude # NOTE: the N and E after the lat and long value. # Right click on Google Maps location for coordinates. LATITUDE="48.8566N" LONGITUDE="2.3522E" # Get sunrise and sunset times SUNRISE=$(/opt/sunwait/sunwait list rise offset 0:00:00 $LATITUDE $LONGITUDE) SUNSET=$(/opt/sunwait/sunwait list set offset 0:00:00 $LATITUDE $L...")
  • 10:29, 22 February 2024ssh keygen (hist | edit) ‎[95 bytes]David (talk | contribs) (Created page with "To generate SSH Keys with RSA ED25519 <pre> ssh-keygen -t ed25519 </pre> Category : Linux ")