Help Ukraine by attacking Russian web sites. Good load testing training.
Tools:
| #!/bin/bash | |
| # Check internet connectivity | |
| check_internet() { | |
| wget -q --spider http://example.com | |
| return $? | |
| } | |
| # Wait for internet connectivity | |
| while ! check_internet; do |
Help Ukraine by attacking Russian web sites. Good load testing training.
Tools:
Go to the course and have any video up. The following code relies on the right sidebar to be visible to uncheck all your progress.
You can do this with ctrl+shift+j and making sure the console tab is selected for chrome/brave
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |