⚠️ TODO: Add configuration for HTTP/HTTPS proxy in APT (/etc/apt/apt.conf.d/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| DATE=$(date +"%Y%m%d") | |
| BACKUP_DIR="/backup/mysql" | |
| BACKUP_ARCHIVE_DIR="/backup/mysql_archive" | |
| LOG_DIR="/backup/backup_logs" | |
| MYSQL_USER="backup_user" | |
| MYSQL_PASSWORD="tr -cd 'a-zA-Z0-9' </dev/urandom | head -c '65' ; echo '@'" | |
| MYSQL=/usr/bin/mysql | |
| MYSQLDUMP=/usr/bin/mysqldump |
If you’ve ever started a long-running task—like a database migration— only to have your terminal or SSH connection drop, screen is your lifesaver.
It keeps processes running in the background so you don’t have to babysit your terminal.
Start a named session so you can easily reattach later:
-
Download Postman from: Postman x86_64
-
Extract it:
tar -xzf ./postman-linux-x64.tar.gz- Move to
/opt
To prepare your external SSD for use in Linux, you can use the following tools:
- Use
lsblkorfdisk -lto identify your external SSD device. - Use
fdiskorpartedto create and manage partitions on the SSD. - Use
mkfs.ext4to format the created partitions with the ext4 filesystem. - For a graphical interface, consider using
gparted.
- VMware Workstation & VMware Fusion (Desktop Hypervisors)
- Workstation for Windows/Linux and Fusion for macOS
- These desktop virtualization products are now free for all users — personal, educational, and even commercial.
- The older Pro branded versions are no longer sold as paid products; instead these full-featured tools are available at no cost.
- No subscription or license purchase required
- Official support is not included — only community forums and docs.
MetalLB is a load-balancer implementation for bare metal Kubernetes clusters. This document compares its two main operational modes: Layer 2 and BGP, helping you choose the right one for your environment.
📦 Cluster Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3.7" | |
| services: | |
| # Node 0 | |
| redis-node-0: | |
| image: docker.io/bitnami/redis-cluster:7.4 | |
| volumes: | |
| - redis_cluster_data_0:/bitnami/redis/data | |
| environment: | |
| - "REDIS_PASSWORD=bitnami" |
NewerOlder