######################
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
I recently (re)switched from using Netatalk to Samba for file access from macOS (15.x) to linux (AlmaLinux 9.x).
Obviously the Samba is a great resource, on the Samba Wiki the Configure Samba to Work Better with Mac OS X was invaluable for setting up the /etc/samba/smb.conf file, and the vfs fruit man page contains documentation for all the options.
Here is the /etc/samba/smb.conf file I use:
[global]
#!/bin/bash | |
# make screenshot of site | |
google-chrome --headless --no-sandbox --virtual-time-budget=25000 --screenshot https://war.ukrzen.in.ua/alerts |
The latest version of Sublime Text 3 (Build 3211) 100% working License Key.
🔗 Download Sublime Text 3 x86bit
🔗 Download Sublime Text 3 x64bit
#!/bin/bash | |
set -e | |
set -o pipefail | |
# Add user to k8s using service account, RBAC role file needed | |
if [[ -z "$1" ]] || [[ -z "$2" ]] || [[ -z "$3" ]]; then | |
echo "usage: $0 <service_account_name> <namespace> [rbac-role-yaml]" | |
exit 1 | |
fi |
# i3 config file | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! | |
set $mod Mod4 | |
##### | |
# | |
# Fonts | |
# |