This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let data = JSON.parse('{{data|tojson}}') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| if [ $EUID -ne 0 ]; then | |
| echo "$0 is not running as root. Try using sudo." | |
| exit 2 | |
| fi | |
| #Setup | |
| sudo apt update | |
| sudo apt install -y jq |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2021/12/02 18:40:23 Registering 3 clients | |
| 2021/12/02 18:40:23 Registering 3 informer factories | |
| 2021/12/02 18:40:23 Registering 3 informers | |
| {"severity":"INFO","timestamp":"2021-12-02T18:40:23.131426092Z","caller":"logging/config.go:116","message":"Successfully created the logger."} | |
| {"severity":"INFO","timestamp":"2021-12-02T18:40:23.131487846Z","caller":"logging/config.go:117","message":"Logging level set to: info"} | |
| {"severity":"INFO","timestamp":"2021-12-02T18:40:23.232421259Z","logger":"activator","caller":"activator/main.go:134","message":"Starting the knative activator","commit":"f1e419a","knative.dev/controller":"activator","knative.dev/pod":"activator-68b7698d74-j5jc8"} | |
| {"severity":"INFO","timestamp":"2021-12-02T18:40:23.235697631Z","logger":"activator","caller":"activator/main.go:179","message":"Connecting to Autoscaler at ws://autoscaler.knative-serving.svc.cluster.local:8080","commit":"f1e419a","knative.dev/controller":"activator","knative.dev/pod":"activator-68b7698d74-j5jc8"} | |
| {"severity":"INFO","tim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aws cloudformation delete-stack --stack-name CDKToolkit | |
| aws s3 ls | grep cdk # copy the name | |
| aws s3 rb --force s3://cdktoolkit-stagingbucket-abcdef # replace the name here | |
| # Just make Sure that you do not accidentally delete some other bucket which co-incidentally happens to have cdk in it's name. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From nobody Mon Sep 17 00:00:00 2001 | |
| From: A (zzz) | |
| U | |
| Thor | |
| <a.u.thor@example.com> (Comment) | |
| Date: Fri, 9 Jun 2006 00:44:16 -0700 | |
| Subject: [PATCH] a commit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ls - The most frequently used command in Linux to list directories | |
| pwd - Print working directory command in Linux | |
| cd - Linux command to navigate through directories | |
| mkdir - Command used to create directories in Linux | |
| mv - Move or rename files in Linux | |
| cp - Similar usage as mv but for copying files in Linux | |
| rm - Delete files or directories | |
| touch - Create blank/empty files | |
| ln - Create symbolic links (shortcuts) to other files | |
| cat - Display file contents on the terminal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Complete Python - https://bit.ly/3AbYClH | |
| Efficient Code Optimization techniques for Python : https://bit.ly/3tAbNsW | |
| System Design Important terms - https://bit.ly/3Om9d3H | |
| ML System Design Case Studies Series : https://bit.ly/3i5EDiH | |
| System Design Case Studies | |
| Design Messenger App : https://bit.ly/3DoAAXi | |
| Design Instagram : https://bit.ly/3BFeHlh | |
| Design Twitter : https://bit.ly/3qIG9Ih | |
| Design Uber : https://bit.ly/3fyvnlT | |
| Design TikTok : https://bit.ly/3UUlKxP |
OlderNewer