-
Ruby is so elegant
This is a script to log in to a server via Telnet and run a single script remotely. require ‘net/telnet.rb’myserver.com = Net::Telnet::new("Host" => "myserver.com", "Timeout" => 30, "Prompt" => /[$%#] z/n)myserver.com.login("username", "password") { |c| print c }myserver.com.closemyserver.com.cmd("./check_missing.sh") { |c| print c }
-
Morning Run Elevation Profile
Ran this 8.2 miles in 1:12:35 (8’50” pace) this morning, slight muggy, 72’F. Ran last 2/10ths of a mile in 1:15 (6’04” pace). Legs weren’t too sluggish this morning. Not peppy either, though. Elevation Gain (ft) +415 / -418
-
Day 1, Week 4: Hundred Pushup Program
First day of week 4 of the hundred pushup program: Today was a bit of a rush, trying to get sets in in between everything going on in the household. Set tally, “-“=60-second recovery period. “[#]”=max Pushups: 27-20-20-17-[41], 125 total.
