Thursday, July 29, 2021

Some good urls

 LX accord will be around 28k OTD give or take and the CR-V LX will be around 30-31K OTD

Caleb Mondoloka
CR-V EX will be around 32-33K OTD, and the Accord doesn't have an EX
only a Sport special edition and Ex-L


https://www.youtube.com/watch?v=SLB_c_ayRMo

https://www.golinuxcloud.com/tmux-cheatsheet/
http://willthames.github.io/2016/09/21/using-command-and-shell-in-ansible.html
https://www.golinuxcloud.com/ansible-tutorial/
https://www.golinuxcloud.com/kubernetes-tutorial/
https://github.com/kodekloudhub/certified-kubernetes-administrator-course
https://github.com/mmumshad/kubernetes-the-hard-way

https://www.reddit.com/r/devops/comments/mvad97/gitlab_offers_gitlab_certified_associate/

https://www.shell-tips.com/bash/debug-script/

https://www.udemy.com/course/automate/learn/lecture/3465796#overview
https://www.youtube.com/watch?v=v_S64kldryc


https://k21academy.com/docker-kubernetes/certified-kubernetes-administrator-cka-certification-training-step-by-step-activity-guides-hands-on-lab-exercise/


STAR interview technique
https://www.amazon.jobs/en/principles

https://www.mersenne.org/download/

https://learn.flackbox.com/courses/81445/lectures/1177240

ansible
https://rhtapps.redhat.com/promo/course/do007?segment=3
https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html#yaml-syntax

git
https://www.udemy.com/course/git-github-crash-course/learn/lecture/25672796#overview
https://www.youtube.com/watch?v=FyAAIHHClqI
https://www.udemy.com/course/mastering-git-for-beginners-and-experts/learn/lecture/26290392#overview

https://www.youtube.com/watch?v=v_S64kldryc&t=219s
https://www.halvorsen.blog/documents/programming/python/python.php
https://youtu.be/dadKFIEJQbc
https://www.youtube.com/watch?v=v_S64kldryc

https://www.youtube.com/channel/UCs4dFR-31isXFkNuYSBHgLg

https://linuxhint.com/read_file_line_by_line_bash/
https://www.youtube.com/watch?v=kE-6KDyf-0o

https://www.udemy.com/course/creating-your-first-udemy-course-unofficial/learn/lecture/18810984#overview

https://www.youtube.com/watch?v=sNDs6AoNmA8


No comments:

Post a Comment

Git branch show detached HEAD

  Git branch show detached HEAD 1. List your branch $ git branch * (HEAD detached at f219e03)   00 2. Run re-set hard $ git reset --hard 3. ...