KBrown / gist:ec663d145b6b4eb1b697704bd8d22dd9
0 likes
0 forks
1 files
Last active
1 | Error al tratar de descargar página del SAT: |
2 | |
3 | curl -vvvv 'https://cfdiau.sat.gob.mx/nidp/wsfed/ep?id=SATUPCFDiCon&sid=0&option=credential&sid=0' |
4 | * Host cfdiau.sat.gob.mx:443 was resolved. |
5 | * IPv6: (none) |
6 | * IPv4: 200.33.84.45 |
7 | * Trying 200.33.84.45:443... |
8 | * Connected to cfdiau.sat.gob.mx (200.33.84.45) port 443 |
9 | * ALPN: curl offers h2,http/1.1 |
10 | * TLSv1.3 (OUT), TLS handshake, Client hello (1): |
renich / forgejo-runner-install.bash
0 likes
0 forks
1 files
Last active
1 | #!/usr/bin/bash |
2 | set -x |
3 | |
4 | # Description: |
5 | # This script is for installing forgejo-runner. To use it, you need to execute it with a version as an argument |
6 | # |
7 | # For example: |
8 | # |
9 | # forgejo-runner-install 5.0.3 |
renich / opengist-install.bash
0 likes
0 forks
1 files
Last active
1 | #!/usr/bin/bash |
2 | |
3 | # Description: |
4 | # This script is for installing opengist. To use it, you need to execute it with a version as an argument |
5 | # |
6 | # For example: |
7 | # |
8 | # opengist-install 1.18.2 |
9 | |
10 | # functions |
Newer
Older