VirtualTam's bookmarks
25 bookmarks found
-
-
Paravirtual (PV) to Hardware Virtual Machine (HVM):
ENA support:
- https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html
- https://forums.aws.amazon.com/thread.jspa?threadID=166135
- https://aws.amazon.com/premiumsupport/knowledge-center/boot-error-linux-m5-c5/
- https://bugs.centos.org/view.php?id=14107
- https://ygrene.tech/how-to-enable-ena-support-for-aws-amis-in-5-steps-and-make-your-bamboo-remote-jobs-really-fast-f2a4254a9955
Build Debian AMIs from scratch:
- https://bootstrap-vz.readthedocs.io/en/master/
- https://github.com/andsens/bootstrap-vz
- https://www.slideshare.net/JamesBromberger/debian-cloud-building-the-debian-amis
- https://blog.james.rcpt.to/2012/12/06/official-debian-images-on-amazon-web-services-ec2/
Squeeze:
Wheezy:
- https://lists.debian.org/debian-cloud/2014/10/msg00009.html
- https://lists.debian.org/debian-cloud/2014/11/msg00000.html
Boot to chroot:
-
Prometheus - EC2 instance relabeling
2018-10-03 - https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
- https://www.robustperception.io/automatically-monitoring-ec2-instances
- https://www.robustperception.io/controlling-the-instance-label
- https://www.robustperception.io/life-of-a-label
- https://www.robustperception.io/target-labels-are-for-life-not-just-for-christmas
- https://www.robustperception.io/what-is-a-job-label-for
- https://www.robustperception.io/icmp-pings-with-the-blackbox-exporter
- https://www.robustperception.io/extracting-full-labels-from-consul-tags
-
Jenkins Job DSL Plugin
2018-09-25 - https://github.com/jenkinsci/job-dsl-plugin/wiki
- https://stackoverflow.com/questions/47206215/environmentvariables-not-working-for-jenkins-job-dsl-and-pipeline-jobs
- https://stackoverflow.com/questions/33792633/using-jenkins-job-dsl-to-set-polling-ignores-commits-in-certain-paths-for-git
- https://github.com/jenkinsci/job-dsl-plugin/wiki/User-Power-Moves
- https://stackoverflow.com/questions/43699190/seed-job-asks-for-script-approval-in-jenkins
- https://groups.google.com/forum/#!msg/job-dsl-plugin/jueturR7sCo/2BCz2rRWBAAJ
- https://github.com/Praqma/JenkinsAsCodeReference
-
Jenkins Pipeline and Google Cloud Registry
2018-09-20 -
Running cron jobs with Docker
2018-09-04 - https://stackoverflow.com/questions/37458287/how-to-run-a-cron-job-inside-a-docker-container
- https://stackoverflow.com/questions/37015624/how-to-run-a-cron-job-inside-a-docker-container
- https://forums.docker.com/t/how-to-run-a-cron-job-inside-a-container-alpine/7759
- https://gist.github.com/andyshinn/3ae01fa13cb64c9d36e7
-
- https://www.meetup.com/Tlse-Data-Science/events/245536866/
- https://medium.com/@Maxime_/season-02-machine-learning-by-andrew-ng-28aff55ee7a
- https://medium.com/@Maxime_/data-journey-1-fe2b2f588751
- https://www.coursera.org/learn/machine-learning
- https://eu.udacity.com/course/data-analyst-nanodegree--nd002
- https://www.edx.org/course/analytics-edge-mitx-15-071x-3
- https://blog.udacity.com/2016/01/hottest-jobs-in-2016-3-data-scientist.html
-
The Simpsons | Do a half-assed job!
2017-10-01 -
Ansible AWX & Ansible Tower Documentation
2017-09-26 -
https://www.ansible.com/blog/2013/08/05/supercharge-ansible-with-ansibleworks-awx-1-2
-
https://jpmens.net/2017/10/23/trigger-awx-job-runs-on-scm-commit/
-
https://www.jeffgeerling.com/blog/2017/ansible-open-sources-ansible-tower-awx
-
https://www.reddit.com/r/ansible/comments/6ymmny/awx_ansible_towers_upstream_open_source_project/
-
- https://www.quora.com/What-are-good-Python-interview-questions
- https://www.reddit.com/r/Python/comments/1knw7z/python_interview_questions/
- https://resources.workable.com/python-developer-interview-questions
- https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru/2576240#2576240
- https://docs.python.org/3/tutorial/
- https://www.reddit.com/r/Python/comments/6v0amj/the_more_i_learn_about_python_the_more_i_realized/
- https://github.com/00111000/Imports-in-Python
Language:
- GIL
- memory management, object references
- data structures
- duck typing
- monkey patching
- generators
- list & dict comprehensions
- decorators
- introspection
- ...
Development tools:
- debugging
- packaging
- lint
- testing: unitary, functional, TDD, BDD
Libraries:
- data parsing
- data scraping
- database management
- http requests
- web frameworks
- ...