-
HaCi http://haci.larsux.de/ - 2015-03
- IPAM only, v4/v6, multiple POPs, uses templates, space visualization
-
GestioIP https://www.gestioip.net/ - 2016-02
This file contains 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
[root@test ~]# pdnsutil create-secondary-zone testzone 10.142.0.7 | |
Creating secondary zone 'testzone', with primaries '10.142.0.7' | |
[root@test ~]# pdnsutil list-all-zones | |
[root@test ~]# |
This file contains 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
"ansible_distribution": "AlmaLinux", | |
"ansible_distribution_file_parsed": true, | |
"ansible_distribution_file_path": "/etc/redhat-release", | |
"ansible_distribution_file_variety": "RedHat", | |
"ansible_distribution_major_version": "9", | |
"ansible_distribution_release": "Turquoise Kodkod", | |
"ansible_distribution_version": "9.2", |
This file contains 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
pdns_recursor[20698]: msg="** in nodata" subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687" | |
pdns_recursor[20698]: msg="** nodata: records: k: 1 / v: kc-pro.westeurope.cloudapp.azure.com." subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687" | |
pdns_recursor[20698]: msg="** nodata: records: k: 2 / v: CNAME 13 2 1440 20230817000000 20230727000000 3157 kompass.com. G3aUMVy1lj3xRYzUWKaL7GtLx46Y6r4eMtOKZcCeoL/9WfsGwWRBm8M8DSfOaAx+B2aB2UdG8MYSJkCHu4GQRg==" subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687" | |
pdns_recursor[20698]: msg="** nodata: records: k: 3 / v: 1 0 3 ea33014a KSLICMITV6QE1BEHK70G8Q7E572VABP2" subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687" | |
pdns_recursor[20698]: msg="** nodata: records: k: 4 / v: NSEC3 13 3 10800 20230817000000 20230727000000 3157 kompass.com. hRHSAa7fAWyLimIFJ4+7KI3fI3yjP7Uwkt+iWSnQuDhQ+0TpdkdKDJd8HjD7RY4o3F4lf4uSDP/9xdMt6hsb7w==" subsystem="lua" level="0" prio="Warning" tid="3" ts="1691145843.687" | |
pdns_recursor |
We can make this file beautiful and searchable if this error is corrected: It looks like row 7 should actually have 18 columns, instead of 3 in line 6.
This file contains 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
t,count,max,mean,min,stddev,p50,p75,p95,p98,p99,p999,mean_rate,m1_rate,m5_rate,m15_rate,rate_unit,duration_unit | |
1584957521,5476,166.040027,3.467146,0.367273,8.638365,1.685102,3.238724,9.451754,21.060873,41.229105,126.585101,5423.887525,0.000000,0.000000,0.000000,calls/second,milliseconds | |
1584957522,23297,117.483618,1.128334,0.231434,3.241951,0.602489,1.036216,2.454252,6.703707,11.085994,47.417727,11587.403097,0.000000,0.000000,0.000000,calls/second,milliseconds | |
1584957523,43034,75.014534,1.004656,0.231408,1.955888,0.686198,1.022418,1.992885,5.115744,8.890365,20.867382,14305.850166,0.000000,0.000000,0.000000,calls/second,milliseconds | |
1584957524,69418,36.675733,0.766565,0.200026,1.345473,0.512973,0.765624,1.438852,2.885194,8.992002,14.687248,17265.704997,0.000000,0.000000,0.000000,calls/second,milliseconds | |
1584957525,104610,32.164211,0.565981,0.165893,1.428598,0.323956,0.427489,0.911801,1.910638,10.057287,18.134188,20867.414319,20897.400000,20897.400000,20897.400000,calls/second,milliseconds | |
1584957526,141845,2 |
This file contains 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
~ ❯❯❯ docker image history maven | |
IMAGE CREATED CREATED BY SIZE COMMENT | |
ce22ba6526c6 2 months ago /bin/sh -c #(nop) CMD ["mvn"] 0B | |
<missing> 2 months ago /bin/sh -c #(nop) ENTRYPOINT ["/usr/local/b… 0B | |
<missing> 2 months ago /bin/sh -c #(nop) COPY file:b3fc14e8337e0079… 327B | |
<missing> 2 months ago /bin/sh -c #(nop) COPY file:fb726a12bbbf8ff5… 1.16kB | |
<missing> 2 months ago /bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2 0B | |
<missing> 2 months ago /bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share… 0B | |
<missing> 2 months ago |4 BASE_URL=https://apache.osuosl.org/maven/… 10.6MB | |
<missing> 2 months ago /bin/sh -c #(nop) ARG BASE_URL=https://apac… 0B |
This file contains 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 | |
# | |
# What is that | |
# ============ | |
# | |
# This script will help you setting up your digital ocean | |
# infrastructure with Ansible v2.0+ and DO API v2 | |
# | |
# Usually, when working with DO, one is supposed to use digital_ocean.py | |
# inventory file, and spin up instances in a playbook. |
Please publicly post the following Gist, and name it keybase.md
I hereby claim:
- I am franklouwers on github.
- I am frankb (https://keybase.io/frankb) on keybase.
- I have a public key ASDYqSmo2JyeZEOZ5CL3LG1bfd7EEMvM-uRfVv2JKUeM-wo
This file contains 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
Situation before: | |
root@srv-132:~# iptables -L i-2-4867-VM -n | |
Chain i-2-4867-VM (1 references) | |
target prot opt source destination | |
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpts:1:65535 state NEW | |
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpts:1:65535 state NEW | |
ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 8 code 0 | |
ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmptype 0 code 0 | |
DROP all -- 0.0.0.0/0 0.0.0.0/0 |
I hereby claim:
- I am franklouwers on github.
- I am frankb (https://keybase.io/frankb) on keybase.
- I have a public key whose fingerprint is 48BF D5B5 65A3 9D34 D700 CE13 3E98 C346 3546 4A50
To claim this, I am signing this object: