Skip to content

Instantly share code, notes, and snippets.

View lukapetrovic-git's full-sized avatar

Luka Petrovic lukapetrovic-git

  • DTI
  • Belgrade
  • 19:46 (UTC +02:00)
View GitHub Profile
@oleksdovz
oleksdovz / redis-backup-and-restore.md
Last active May 1, 2025 05:02
Redis backup and restore in kubernetes

######################

Case

1 - old redis in k8s cluster #1

2 - fresh install of redis in Cluster #2

  • Target backup data in old cluster and restore in new cluster
@superseb
superseb / rke2-commands.md
Last active June 20, 2025 15:02
RKE2 commands

RKE2 commands

  • Updated on May 29 to accommodate etcd container not having /bin/sh available anymore.

Install

curl -sL https://get.rke2.io | sh
systemctl daemon-reload
systemctl start rke2-server
@Hakky54
Hakky54 / openssl_commands.md
Last active June 9, 2025 12:54 — forked from p3t3r67x0/openssl_commands.md
OpenSSL Cheat Sheet

OpenSSL Cheat Sheet 🔐

Install

Install the OpenSSL on Debian based systems

sudo apt-get install openssl