Let's look at some basic kubectl output options.
Our intention is to list nodes (with their AWS InstanceId) and Pods (sorted by node).
We can start with:
kubectl get no
| // src/app/preactDomRenderer.js | |
| import { h, render } from 'preact'; | |
| import undom from 'undom'; | |
| const VOID_ELEMENTS = [ | |
| 'area', | |
| 'base', | |
| 'br', | |
| 'col', |
| { | |
| AWSEBDockerrunVersion: "1", | |
| Authentication: { | |
| Bucket: "staffjoy-deploy", | |
| Key: "docker.cfg" | |
| }, | |
| Image: { | |
| Name: "staffjoy/app:TAG", | |
| Update: "true" | |
| }, |
| import React from 'react' | |
| function defaultGetWidth () { | |
| return window.innerWidth; | |
| } | |
| function defaultGetHeight () { | |
| return window.innerHeight; | |
| } |
| βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ Configuring lxd ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| β β | |
| β lxcbr0 is being replaced by lxdbr0 β | |
| β β | |
| β With this package upgrade LXD is moving away from the LXC provided lxcbr0 bridge and moving to its own lxdbr0 bridge. β | |
| β β | |
| β The reason for this switch is: |
Below is the list of modern JS frameworks and almost frameworks β React, Vue, Angular, Ember and others.
All files were downloaded from https://cdnjs.com and named accordingly.
Output from ls command is stripped out (irrelevant stuff)
$ ls -lhS
566K Jan 4 22:03 angular2.min.js
NOTE I'm trying to find the most optimal fav/touch icon setup for my use-cases. Nothing new here. Read Mathias Bynens' articles on re-shortcut-icon and touch icons, a FAQ or a Cheat Sheet for all the details.
I'd like to hear how you approach this: @valuedstandards or comment on this gist.
You have to include a boatload of link elements pointing to many different images to provide (mobile) devices with a 'favicon' or 'touch icon':