Requirements:
- arduino IDE (configured to work with esp32)
- pyserial
- git
Retrieve Arduino From their software page
Requirements:
Retrieve Arduino From their software page
How do I know the YubiKey in front of me is actually a YubiKey from Yubico, and not from EvilCo?
People have been here before, and Yubico has helped them support page
They tell you to go to the verification page: Verification Page.
Aaron Crickenberger, Samsung SDS
KubeCon Europe 2018
URL: https://www.youtube.com/watch?v=BsIC7gPkH5M
[Notes on the Talk]
Question from kubernetes-sigs/aws-ebs-csi-driver#415
Would there be any way to reduce timeout
The test [ebs-csi-e2e] [single-az] Dynamic Provisioning should create a volume on demand with volume type "sc1" and fs type "ext3" tends to take a significant amount of time timing out when it fails.
7.2 minutes on success 25.4 minutes on failures
I know exactly what I want in a long term role so I can save us some time.
For me to be willing to change jobs at this point I would expect:
| # How to sign your custom RPM package with GPG key | |
| # Step: 1 | |
| # Generate gpg key pair (public key and private key) | |
| # | |
| # You will be prompted with a series of questions about encryption. | |
| # Simply select the default values presented. You will also be asked | |
| # to create a Real Name, Email Address and Comment (comment optional). | |
| # | |
| # If you get the following response: |
| #!/bin/bash | |
| ## **Updates to this file are now at https://github.com/giovtorres/kvm-install-vm.** | |
| ## **This updated version has more options and less hardcoded variables.** | |
| # Take one argument from the commandline: VM name | |
| if ! [ $# -eq 1 ]; then | |
| echo "Usage: $0 <node-name>" | |
| exit 1 | |
| fi |
| #!/bin/bash | |
| ## **Updates to this file are now at https://github.com/giovtorres/kvm-install-vm.** | |
| ## **This updated version has more options and less hardcoded variables.** | |
| # Take one argument from the commandline: VM name | |
| if ! [ $# -eq 1 ]; then | |
| echo "Usage: $0 <node-name>" | |
| exit 1 | |
| fi |
| #!/bin/bash | |
| # STATUS A/O 2016 02 14: tested, works | |
| # based on https://barclaysapps.wordpress.com/2014/07/06/openalpr-install-for-rpi-and-udoo-and-tre-and-yun/ , | |
| # http://lukagabric.com/raspberry-pi-license-plate-recognition/, and updated for new packages. | |
| # there are other random notes and googled pages that also informed this tutorial whihc may not be specifically referenced. | |
| #This is not optimized for space or whatever, but does work. well, not as of 2016 01 03 but working to fix that) | |
| # discussion is at https://groups.google.com/forum/#!topic/openalpr/-vckIsPe618: please contribute if you can, and ask questions if you # # have them | |
| # thanks to Timis for tips and hints... |
Visit my blog or connect with me on Twitter
git init
or