User contributions
Jump to navigation
Jump to search
- 02:55, 26 March 2024 diff hist +67 Tshark
- 16:01, 25 March 2024 diff hist +189 Microceph
- 15:00, 25 March 2024 diff hist +67 Microceph
- 14:59, 25 March 2024 diff hist -17 Microceph
- 14:59, 25 March 2024 diff hist +196 Microceph
- 14:58, 25 March 2024 diff hist +130 N Microceph remove mon Created page with "# Remove ``` systemctl stop snap.microceph.mon.service systemctl disable snap.microceph.mon.service ceph mon remove microceph5 ```" current
- 14:46, 25 March 2024 diff hist +11 Microceph
- 14:45, 25 March 2024 diff hist +12 Microceph
- 14:42, 25 March 2024 diff hist +17 Microceph
- 14:27, 25 March 2024 diff hist +66 Microceph
- 14:26, 25 March 2024 diff hist +1,129 Microceph
- 04:50, 25 March 2024 diff hist +14 Microceph remove current
- 04:50, 25 March 2024 diff hist +189 Microceph remove
- 03:27, 25 March 2024 diff hist +10 Microceph
- 03:17, 25 March 2024 diff hist +65 Microceph remove
- 02:18, 25 March 2024 diff hist +160 Microceph
- 02:10, 25 March 2024 diff hist +1,485 N Ceph Intro Created page with "Monitors: A Ceph Monitor (ceph-mon) maintains maps of the cluster state, including the monitor map, manager map, the OSD map, the MDS map, and the CRUSH map. These maps are cr..." current
- 02:08, 25 March 2024 diff hist +76 Microceph
- 02:06, 25 March 2024 diff hist +2 Microceph
- 02:01, 25 March 2024 diff hist +215 Microceph
- 20:29, 24 March 2024 diff hist +59 N Lxd remove disk Created page with "# remove disk ``` lxc config device rm microceph3 osd1 ```" current
- 20:25, 24 March 2024 diff hist +222 Microceph remove
- 20:11, 24 March 2024 diff hist +366 N Microceph remove Created page with "``` ceph osd status sudo microceph.ceph osd destroy 2 ceph osd purge osd.2 --yes-i-really-mean-it ``` # Removing node WIP ``` ceph osd dump ceph osd out osd.2 ceph osd crush..."
- 17:29, 24 March 2024 diff hist +59 N Ceph crush algorithm Created page with "https://docs.ceph.com/en/quincy/rados/operations/crush-map/" current
- 16:34, 24 March 2024 diff hist +333 Microceph
- 23:32, 23 March 2024 diff hist +81 N Microceph multi-node Created page with "https://canonical-microceph.readthedocs-hosted.com/en/latest/tutorial/multi-node/" current
- 23:06, 23 March 2024 diff hist +14 Microceph
- 23:02, 23 March 2024 diff hist -27 Microceph upgrade
- 23:01, 23 March 2024 diff hist +1,485 Microceph upgrade
- 23:00, 23 March 2024 diff hist +81 N Microceph upgrade Created page with "https://canonical-microceph.readthedocs-hosted.com/en/latest/how-to/reef-upgrade/"
- 22:50, 23 March 2024 diff hist +1,986 N Ceph new Created page with "``` ceph osd status ceph osd purge osd.3 --yes-i-really-mean-it ``` # Purge vs Destroy In Ceph, both ceph osd destroy and ceph osd purge commands are used to remove OSDs (O..." current
- 20:57, 23 March 2024 diff hist +143 Microceph
- 14:49, 23 March 2024 diff hist 0 Go install current
- 14:43, 23 March 2024 diff hist +777 N Go echo multiple ports Created page with "``` import socket import threading def handle_client(client_socket): while True: data = client_socket.recv(1024) if not data: break cl..." current
- 22:45, 22 March 2024 diff hist +121 N Curl new Created page with "``` curl -s -o /dev/null -w "dns:%{time_namelookup}, redir:%{time_redirect}, tcp:%{time_connect}\n" https://yahoo.com ```" current
- 15:48, 22 March 2024 diff hist +23 Openssl new current
- 15:47, 22 March 2024 diff hist +126 Openssl new
- 04:50, 21 March 2024 diff hist +103 Cloudnative-pg current
- 20:58, 19 March 2024 diff hist +109 Tshark
- 04:24, 18 March 2024 diff hist +74 Pgp postgres current
- 04:19, 18 March 2024 diff hist +357 N Pgp postgres Created page with "``` -- Assuming you have a public key named 'my_public_key' already imported into your keyring -- Encrypting a message SELECT pgp_pub_encrypt( 'Your secret message here',..."
- 03:01, 18 March 2024 diff hist +109 N Openssl new Created page with "https://serverfault.com/questions/670725/is-it-possible-to-restrict-the-use-of-a-root-certificate-to-a-domain"
- 02:53, 18 March 2024 diff hist +245 LDAP current
- 16:17, 16 March 2024 diff hist +68 Supervisor current
- 15:21, 16 March 2024 diff hist +97 Cfssl new current
- 15:03, 16 March 2024 diff hist +40 N Cfssl new Created page with "https://blog.laisky.com/p/cfssl/?lang=en"
- 19:45, 15 March 2024 diff hist +9 Gopki current
- 19:44, 15 March 2024 diff hist +1,969 N Gopki Created page with "package pki import ( "crypto" "crypto/rand" "crypto/rsa" "crypto/sha256" "crypto/x509" "encoding/pem" "errors" ) // GenerateKeyPair generates a n..."
- 16:22, 10 March 2024 diff hist +3,135 N Openssl common commands Created page with "https://www.sslshopper.com/article-most-common-openssl-commands.html ``` General OpenSSL Commands These commands allow you to generate CSRs, Certificates, Private Keys and do..." current
- 03:10, 9 March 2024 diff hist +226 N Terraform bash snippets Created page with "``` sed -i -e '/backend "azurerm"/,/}/ { /resource_group_name/ { s/resource_group_name = .*/resource_group_name = "new-resource-group"/ } /key/!s/}/ resource_group_..." current