User contributions
Jump to navigation
Jump to search
- 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
- 18:05, 10 April 2024 diff hist +76 Lxd expand default storage current
- 18:03, 10 April 2024 diff hist +77 Zfs resize disk
- 17:36, 10 April 2024 diff hist +757 N Lxd expand default storage Created page with "``` Assumptions: 1) One zfs pool called ‘default’ that lives on the hard drive at /var/lib/lxd/disks/default.img. 2) Running as root. 3) Growing pool ‘default’ from 25..."
- 17:30, 10 April 2024 diff hist +127 Microceph Troubleshooting current
- 16:45, 10 April 2024 diff hist +34 Microceph Troubleshooting
- 16:45, 10 April 2024 diff hist +91 Microceph Troubleshooting
- 16:30, 10 April 2024 diff hist +2,143 N Microceph Troubleshooting Created page with "If a Ceph OSD (Object Storage Daemon) is reported as down while the cluster node itself is still up, there could be several potential reasons for this issue. Here are some com..."
- 20:52, 8 April 2024 diff hist +612 N Smtpd server python Created page with "``` import asyncore from smtpd import SMTPServer class MySMTPServer(SMTPServer): def process_message(self, peer, mailfrom, rcpttos, data): print(f"Received messa..." current
- 19:31, 8 April 2024 diff hist +300 N F5 backup config script Created page with "``` #!/bin/bash set -eu hosts=" myhost.example.com " ts=`date +%Y-%m-%d_%H-%M-%S` for host in ${hosts[@]}; do echo $host mkdir -p bkp sshpass -p ${USERPASS} ssh ${USER..." current