Hacker Newsnew | past | comments | ask | show | jobs | submit | sharjeelsayed's commentslogin

Here is mine Curated Self Study Guide for Computer Science, DevOps, SRE & SysAdmin (https://Learn.SharjeelSayed.COM)



Here are some resources I collected over the time

References:

https://chrisshort.net/kubernetes-illustrated-childrens-guid...

https://docs.google.com/spreadsheets/d/10NltoF_6y3mBwUzQ4bcQ... (The Kubernetes Learning Resources List)

https://github.com/jamiehannaford/what-happens-when-k8s

https://github.com/kubernetes/kubernetes

https://github.com/nkuba/k8s-admin-helper

https://github.com/ramitsurana/awesome-kubernetes

https://github.com/topics/cka?o=desc&s=stars

https://github.com/topics/kubernetes?o=desc&s=stars

https://k3s.io

https://kind.sigs.k8s.io

https://kubernauts-slack-join.herokuapp.com

https://kubernetes.io/docs/concepts

https://kubernetes.io/docs/reference/kubectl/cheatsheet

https://kubernetes.io/docs/tasks

https://kubernetes.io/docs/tasks/manage-kubernetes-objects/i...

https://kubernetes.io/training

https://kubernetesbyexample.com

https://labs.play-with-k8s.com

https://medium.com/faun/be-fast-with-kubectl-1-18-ckad-cka-3...

https://news.ycombinator.com/item?id=22597880 (Kind - run local Kubernetes clusters using Docker (k8s.io))

https://news.ycombinator.com/item?id=22689119 (Anyone have a recommended guide for Kubernetes?)

https://rancher.com

https://slack.k8s.io

https://techbeacon.com/enterprise-it/47-advanced-tutorials-m...

https://www.facebook.com/groups/kubernetes.users

https://www.facebook.com/kubernetesio

https://youtu.be/0Omvgd7Hg1I (Life of a Packet [I] - Michael Rubin, Google)

https://pinboard.in/u:sharjeelsayed/t:kubernetes

Books and Courses:

Certified Kubernetes Administrator (CKA) with Practice Tests by Mumshad Mannambeth

https://kodekloud.com/p/certified-kubernetes-administrator-w...

https://www.udemy.com/course/certified-kubernetes-administra...

https://kodekloud.com/purchase?product_id=1521961&coupon_cod... (Labs - Certified Kubernetes Administrator with Practice Tests)

https://github.com/mmumshad/kubernetes-the-hard-way

https://www.youtube.com/playlist?list=PL2We04F3Y_41lFKy19ig_... (JSON PATH)

https://kodekloud.com/p/json-path-quiz (JSON PATH Quiz- FREE COURSE)

https://join.slack.com/t/kodekloud/shared_invite/zt-dkvyibo4...

https://www.facebook.com/kodekloudtraining

Kubernetes The Hard Way https://github.com/kelseyhightower/kubernetes-the-hard-way

https://linuxacademy.com/course/kubernetes-the-hard-way

https://napo.io/posts/kubernetes-the-real-hard-way-on-aws

https://github.com/mmumshad/kubernetes-the-hard-way

Kubernetes: Up and Running: Dive into the Future of Infrastructure 2nd Edition

https://www.amazon.com/Kubernetes-Running-Dive-Future-Infras...

https://learning.oreilly.com/library/view/kubernetes-up-and/...

More at http://Learn.SharjeelSayed.com


Thanks for sharing my curated playlist



Penetration Testing: A Hands-On Introduction to Hacking https://www.amazon.com/Penetration-Testing-Hands-Introductio...

Offensive Computer Security Spring 2014 Homepage Florida State University http://www.cs.fsu.edu/~redwood/OffensiveComputerSecurity

Offensive Security Certified Professional https://www.offensive-security.com/information-security-cert...

The Hacker Playbook 3: Practical Guide To Penetration Testing https://www.amazon.com/Hacker-Playbook-Practical-Penetration...

MIT Course Number 6.858 :Computer Systems Security https://ocw.mit.edu/courses/electrical-engineering-and-compu...

More at http://Learn.SharjeelSayed.com


My setup is like this

RSS Reader (Web/iOS/Android): Import http://opml.SharjeelSayed.com , into Inoreader.com

News Notifications (iOS/Android): Add http://rss.SharjeelSayed.com into the 'Feed URL' field in https://IFTTT.com/applets/456148p

http://rss.SharjeelSayed.com has the 'Must Read' part of the OPML file http://opml.SharjeelSayed.com so I get alerts for important stuff.

theoldreader.com works well too on the mobile browser (Safari/Chrome). Import http://opml.SharjeelSayed.com into it.


The OnePlus 5 charges up the fastest with its own proprietary "Dash Charger". The HTC U11 comes in second place and then the iPhone 8 Plus in third. Most surprising of all was the Note 8, which lagged in last.


This creates an Auto closing SSH Tunnel (Tunnel will close if Chrome exits) to a remote ssh server and redirect to localhost on port 7070 and launch Chrome Portable using local port 7070 as socks 5 proxy

The following command is for cygwin on Windows.Can be customised for Mac OS or Linux

ssh -o StrictHostKeyChecking=no -C -f -q -D 7070 username@servername sleep 10 ; "/cygdrive/c/PortableApps/GoogleChromePortable/GoogleChromePortable.exe" --proxy-server="socks5://localhost:7070" &


Probably shouldn't turn off StrictHostKeyChecking. SSH will prompt to confirm the fingerprint if needed.


You might also want to pass --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" to Chrome to avoid leaking DNS queries [1].

Edit: typo

[1]: https://www.chromium.org/developers/design-documents/network...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: