Startup/shutdown is automatic based on systemd
Telnet directly to instances
Screen commands to connect to instance consoles
- ssh pi
- screen -ls
- screen -r simh-BSD43
- ^Ad disconnects
| find . -type d -exec bash -O dotglob -c ' | |
| for dirpath do | |
| ok=true | |
| seen_files=false | |
| set -- "$dirpath"/* | |
| for name do | |
| [ -d "$name" ] && continue # skip dirs | |
| seen_files=true | |
| case "${name##*/}" in | |
| *.tmp|desktop.ini|Thumbs.db|.picasa.ini) ;; # do nothing |
| import webbrowser | |
| areaCode = input("What is the area code of the phone number? ") | |
| middle3 = input("What are the middle 3 digits? ") | |
| last4 = input("What are the last 4 digits? ") | |
| phoneNumber = str(areaCode) + str(middle3) + str(last4) | |
| fourOneOne = "https://www.411.com/phone/" + "1-" + str(areaCode) + "-" + str(middle3) + "-" + str(last4) | |
| webbrowser.open(fourOneOne) |
I hereby claim:
To claim this, I am signing this object:
wget http://repo.or.cz/tomato.git/tomato-29fc6413.bundle
git clone --mirror tomato-29fc6413.bundle tomato.git
cd tomato.git