Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| global | |
| pidfile /var/run/haproxy.pid | |
| log 127.0.0.1 local0 info | |
| ulimit-n 65536 | |
| defaults | |
| mode http | |
| clitimeout 600000 # maximum inactivity time on the client side | |
| srvtimeout 600000 # maximum inactivity time on the server side |
| #!/bin/sh | |
| #Put in /etc/adblock.sh | |
| #Script to grab and sort a list of adservers and malware | |
| #Check proper DHCP config and, if necessary, update it | |
| uci get dhcp.@dnsmasq[0].addnhosts > /dev/null 2>&1 || uci add_list dhcp.@dnsmasq[0].addnhosts=/etc/block.hosts && uci commit | |
| #Leave crontab alone, or add to it | |
| grep -q "/etc/adblock.sh" /etc/crontabs/root || echo "0 4 * * 0,3 sh /etc/adblock.sh" >> /etc/crontabs/root |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
| #------------------ | |
| # Shell Variables | |
| #------------------ | |
| # Specify VS Code as default editor for the React Native Simulator | |
| export REACT_EDITOR=code-insiders | |
| # Set VS Code Insiders as default code editor | |
| export EDITOR=code-insiders | |
| # Android SDK | |
| export ANDROID_HOME=~/Library/Android/sdk |
| version: '3' | |
| #output: prefixed | |
| env: | |
| LambdaS3Bucket: ambda-code-eu-central-1 | |
| Version: 0.0.1 | |
| LambdaSourceCodeDirectory: config-rules | |
| vars: | |
| REGION: echo AWS_REGION | |
| tasks: | |
| uploadlambdacode: |