This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Wed Sep 20 16:13:27 on ttys002 | |
Neils-MacBook-Pro:~ neilo$ docker run -it --rm openjdk:8-alpine | |
/ # apk update | |
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz | |
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz | |
v3.6.2-146-g59aa697c0b [http://dl-cdn.alpinelinux.org/alpine/v3.6/main] | |
v3.6.2-125-g93038b573e [http://dl-cdn.alpinelinux.org/alpine/v3.6/community] | |
OK: 8441 distinct packages available | |
/ # apk add curl bash | |
(1/8) Installing ncurses-terminfo-base (6.0-r8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# grabs those nifty comments from adafruit.com | |
# for use in your .signature or MOTD or just | |
# to inspire you | |
import requests | |
from bs4 import BeautifulSoup | |
import os |
NewerOlder