GITHUB - Pages less than 1 minute read http://www.stephaniehicks.com/githubPages_tutorial/pages/github-intro.htmlhttp://www.stephaniehicks.com/githubPages_tutorial/pages/github-intro.html gh-pages compatible projects: https://www.gitbook.com/ (or nearly every static nodeJS site) https://jekyllrb.com/docs/github-pages/ https://gohugo.io/ https://gohugo.io/hosting-and-deployment/hosting-on-github/ Previous Next
HowTo - Split PDFs in separate files less than 1 minute read # all pages as separate files $ pdfseparate input.pdf output-page%d.pdf # page 1-5 as separate files $ pdfseparate -f 1 -l 5 input.pdf output-page%d.pdf ...
k8s - HowTo - RBACs (WIP) 3 minute read Definition RBAC - Role Based Access Control <SUBJECT> - “who wants access” Users are global humans processes that live outsi...
GIT - Howto reset a single file less than 1 minute read Overview This is a HowTo for resetting a single <FILE> to a point of time of a <OLD-COMMIT>-ID.