docker-compose.yml
services:
redis:
image: redis:7.0.8-alpine
container_name: unbound-redis
command: redis-server --save 43200 1 7200 100 --loglevel warning --rdbchecksum no
volumes:
- "./redis:/data"docker-compose.yml
services:
redis:
image: redis:7.0.8-alpine
container_name: unbound-redis
command: redis-server --save 43200 1 7200 100 --loglevel warning --rdbchecksum no
volumes:
- "./redis:/data"| header __HS_XM_BLAT_311_WIN32 X-Mailer =~ /^Blat v3\.1\.1, a Win32 SMTP\/NNTP mailer http:\/\/www.blat.net/ | |
| header __HS_XOLE_BLAT_311 X-MimeOLE =~ /Produced by Blat v3\.1\.1/ | |
| meta HS_HEADER_SPAM_70 (__HS_XM_BLAT_311_WIN32 && __HS_XOLE_BLAT_311) | |
| score HS_HEADER_SPAM_70 3.5 | |
| # | |
| # Heinlein Support -- SpamAssassin Regelsätze | |
| # Use it as it is. | |
| # | |
| # | |
| body HS_BODY_2 /Unser ING-DIBA Sicherheits Bereich investiert sehr viel Zeit/ |
| package utils | |
| import ( | |
| "context" | |
| "io" | |
| "io/ioutil" | |
| "net" | |
| "net/http" | |
| "strings" | |
| "time" |
| #!/bin/bash | |
| # How to use: | |
| # Store this file as .git/hooks/pre-commit and make it executable | |
| # Or, to share the hook with your team, store as .githooks/pre-commit, | |
| # make this file executable and run: | |
| # git config core.hooksPath .githooks | |
| # A pre-commit hook for go projects. In addition to the standard |
| package main | |
| import ( | |
| "io" | |
| "mime/multipart" | |
| "net/http" | |
| "net/url" | |
| "os" | |
| "fmt" | |
| ) |
| mybinary |
| - set_fact: | |
| tun_pid_file: ... | |
| - name: set up a tunnel to tiller | |
| shell: | | |
| tiller_pod="$(kubectl get pod -l app=helm,name=tiller --namespace kube-system -o name|cut -d/ -f2)" | |
| nohup kubectl port-forward "$tiller_pod" 44134:44134 --namespace kube-system </dev/null >/dev/null 2>&1 & | |
| echo "$!" >{{ tun_pid_file|quote }} | |
| creates: "{{ tun_pid_file }}" |
| package main | |
| import ( | |
| "bufio" | |
| "io/ioutil" | |
| "os/signal" | |
| //"syscall" | |
| "fmt" | |
| "log" | |
| "os" |
List of oldest supported version of top 10 Linux Distros and their glibc version according to distrowatch.com.
Out of all versions with published EOLs, 2.12 is the oldest glibc still active, found in CentOS 6.8.
If CentOS 6 and 7 are eliminated, the oldest glibc is 2.23 in Ubuntu and Slackware.
| # one or the other, NOT both | |
| [url "https://github"] | |
| insteadOf = git://github | |
| # or | |
| [url "[email protected]:"] | |
| insteadOf = git://github |