User contributions
Jump to navigation
Jump to search
- 18:48, 7 May 2024 diff hist +1,361 N Pandas dns csv Created page with "``` #!/usr/bin/env python3 import csv import sys import dns.resolver import numpy as np import time import pandas as pd def query_dns_a_record(domain, resolver_ip): # p..." current
- 01:48, 5 May 2024 diff hist +683 Openssl ca
- 01:42, 5 May 2024 diff hist +485 Openssl ca
- 01:26, 5 May 2024 diff hist -8 Openssl ca
- 01:24, 5 May 2024 diff hist +133 Openssl ca
- 20:31, 4 May 2024 diff hist +98 Openssl ca
- 19:58, 4 May 2024 diff hist +1,037 Openssl ca
- 19:55, 4 May 2024 diff hist +904 Openssl ca
- 19:48, 4 May 2024 diff hist +934 Openssl ca
- 19:44, 4 May 2024 diff hist +1,408 Openssl ca
- 19:36, 4 May 2024 diff hist +2,120 Openssl ca
- 19:31, 4 May 2024 diff hist +1,265 Openssl ca
- 19:20, 4 May 2024 diff hist +1 Openssl ca
- 19:20, 4 May 2024 diff hist +1,428 Openssl ca
- 17:59, 4 May 2024 diff hist +1,773 Openssl ca
- 17:57, 4 May 2024 diff hist +1,123 N Openssl ca Created page with "``` keyUsage and extendedKeyUsage are both extensions used in X.509 certificates to specify the purposes for which the public key contained in the certificate can be used. How..."
- 15:07, 4 May 2024 diff hist +895 Go openssl http api current
- 15:05, 4 May 2024 diff hist +149 Go openssl http api
- 14:13, 4 May 2024 diff hist +16 Go openssl http api
- 14:12, 4 May 2024 diff hist +172 Go openssl http api
- 14:10, 4 May 2024 diff hist +956 N Go openssl http api Created page with "``` package main import ( "fmt" "io/ioutil" "net/http" "os" "os/exec" "github.com/labstack/echo/v4" ) func main() { e := echo.New() e.POST("/generate-certificate",..."
- 21:08, 3 May 2024 diff hist +1,724 N Auth methods in http Created page with "``` Basic Authentication: This is the simplest form of HTTP authentication, where the client sends the username and password encoded in Base64 format in the Authorization head..." current
- 19:59, 3 May 2024 diff hist +233 Kusto queries FW
- 19:54, 3 May 2024 diff hist +226 N Kusto queries FW Created page with "``` AzureDiagnostics | where msg_s contains "10.x.x.x" | project msg_s ``` ``` AzureDiagnostics | where ResourceType == "AZUREFIREWALLS" and action_s == "Deny" and src_ip_s =..."
- 02:56, 3 May 2024 diff hist +1 Gorelay current
- 02:38, 3 May 2024 diff hist -3 Gorelay
- 02:38, 3 May 2024 diff hist +431 Gorelay
- 01:58, 3 May 2024 diff hist +1,710 Gorelay
- 01:34, 3 May 2024 diff hist +1,404 N Gorelay Created page with "# Simple HTTP Relay written in go ``` package main import ( "crypto/tls" "github.com/labstack/echo/v4" "io" "net/http" ) func main() {..."
- 19:48, 2 May 2024 diff hist +14 Docker on ubuntu current
- 14:13, 2 May 2024 diff hist +83 Get-counter current
- 07:51, 2 May 2024 diff hist +199 N Docker on ubuntu Created page with "``` curl -LO https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-linux-x86_64 && chmod +x docker-compose-linux-x86_64 && sudo mv docker-compose-linux-x8..."
- 16:07, 1 May 2024 diff hist +65 N Ca revisited Created page with "https://kubernetes.io/docs/tasks/administer-cluster/certificates/" current
- 12:39, 1 May 2024 diff hist +14 Docker install current
- 12:37, 1 May 2024 diff hist +211 Docker install
- 18:26, 25 April 2024 diff hist +23 Wsl2 current
- 18:25, 25 April 2024 diff hist +225 Wsl2
- 18:22, 25 April 2024 diff hist +58 Wsl2
- 16:47, 25 April 2024 diff hist +127 Wsl2
- 19:07, 22 April 2024 diff hist +96 Netcat current
- 13:58, 21 April 2024 diff hist +3,116 N Zfs terms Created page with "``` To decrease the size of a ZFS volume using OpenZFS, you typically need to perform the following steps: Backup Data: Before resizing any volume, it's crucial to back up yo..." current
- 15:28, 20 April 2024 diff hist +63 N Storage go Created page with "https://github.com/gostor/awesome-go-storage?tab=readme-ov-file" current
- 14:22, 19 April 2024 diff hist +51 N Bash profile Created page with "Show only last two folders ``` PROMPT_DIRTRIM=2 ```" current
- 00:48, 18 April 2024 diff hist +263 Venafi python current
- 00:42, 18 April 2024 diff hist +101 Venafi python
- 00:42, 18 April 2024 diff hist +6,294 N Venafi python Created page with "``` #!/usr/bin/env python3 import argparse import base64 from getpass import getpass import json import os import requests import sys class EnvDefault(argparse.Action): d..."
- 21:13, 17 April 2024 diff hist +202 Venafi api current
- 20:19, 17 April 2024 diff hist +145 Openssl
- 16:44, 17 April 2024 diff hist +31 Terraformer current
- 16:43, 17 April 2024 diff hist +923 N Terraformer Created page with "``` # if all curl -LO https://github.com/GoogleCloudPlatform/terraformer/releases/download/0.8.24/terraformer-all-linux-amd64 curl -LO https://github.com/GoogleCloudPlatform/t..."