User contributions
Jump to navigation
Jump to search
- 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..."
- 18:30, 15 April 2024 diff hist +130 Find current
- 01:48, 14 April 2024 diff hist +249 Atlas sql migrations current
- 01:38, 14 April 2024 diff hist +91 Atlas sql migrations
- 01:34, 14 April 2024 diff hist +91 Atlas sql migrations
- 01:20, 14 April 2024 diff hist +105 N Atlas sql migrations Created page with "https://github.com/ariga/atlas ``` atlas schema inspect --url sqlite://ucms.db --format '{{ sql . }}' ``"
- 00:03, 14 April 2024 diff hist +1,755 Go structure current
- 23:43, 13 April 2024 diff hist +510 N Go structure Created page with "``` project/ │ ├── cmd/ │ └── your_app/ │ └── main.go │ ├── internal/ │ ├── models/ │ │ ├── user.go │ │..."
- 22:55, 13 April 2024 diff hist +27 Migrations in sql current
- 22:54, 13 April 2024 diff hist +30 N Migrations in sql Created page with "https://github.com/ariga/atlas"
- 17:31, 13 April 2024 diff hist +280 N Lxc profile Created page with "``` lxc profile get default boot.autostart lxc profile set default boot.autostart lxc list --format=json | jq --raw-output '.[].name' lxc config set mycontainer boot.autos..." current
- 01:14, 12 April 2024 diff hist +2,573 N Ceph repair Created page with "When you receive a message indicating possible data damage with 2 placement groups (PGs) inconsistent in a Ceph cluster, it's crucial to address the issue promptly to ensure d..." current
- 16:09, 11 April 2024 diff hist +47 N Recaptcha Created page with "https://developers.google.com/recaptcha/docs/v3" current
- 15:32, 11 April 2024 diff hist +76 Curl current
- 22:26, 10 April 2024 diff hist +631 N Go sql Created page with "``` sqlx: Provides a set of extensions on top of the standard Go database/sql library, adding support for fluent query building, struct mapping, and more. gorm: An ORM (Objec..." current
- 20:48, 10 April 2024 diff hist +187 N Powershell dns Created page with "``` get-DnsServerResourceRecord -ZoneName example.com -RRType "CNAME" -Name foo.example.com remove-DnsServerResourceRecord -ZoneName example.com -RRType "CNAME" -Name foo.exa..." current
- 19:27, 10 April 2024 diff hist +229 N Zpool scrub Created page with "``` sudo zpool scrub default zpool status ``` ``` scan: scrub in progress since Wed Apr 10 19:26:45 2024 15.3G scanned at 540M/s, 1.47G issued at 52.0M/s, 15.3G tot..." current
- 19:24, 10 April 2024 diff hist +44 N Zfs list Created page with "``` zfs list -r default zfs list -r tank ```" current