Skip to content

Instantly share code, notes, and snippets.

@ishiis
Last active April 9, 2017 05:20
Show Gist options
  • Save ishiis/e6a77a3a23223a9e323d6bc93dadbf9a to your computer and use it in GitHub Desktop.
Save ishiis/e6a77a3a23223a9e323d6bc93dadbf9a to your computer and use it in GitHub Desktop.
root$ cat /etc/wpa_supplicant/wpa_supplicant.conf
country=GB
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
    ssid=""
    psk=""
    psk=WPA-PSK
}
root$ timedatectl set-timezone Asia/Tokyo
root$ apt-get update
root$ raspistill -q 10 -o now.jpg && aws s3 cp now.jpg s3://agric-img/ && aws s3api put-object-acl --acl public-read --bucket agric-im
g --key now.jpg

`date +"%H"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment