Skip to content

Instantly share code, notes, and snippets.

View bluPhy's full-sized avatar
🏠
Working from home

bluPhy bluPhy

🏠
Working from home
View GitHub Profile
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
export DEBIAN_FRONTEND=noninteractive
export APT_LISTCHANGES_FRONTEND=none
log() {
printf '[%s] %s\n' "$(date '+%F %T')" "$*"
}
@bluPhy
bluPhy / linux-update-cleanup.sh
Last active January 30, 2026 04:37
Script to keep Linux updated and basic clean-up
#!/usr/bin/env bash
set -euo pipefail # Exit on error, undefined variables, and pipe failures
IFS=$'\n\t' # Set secure Internal Field Separator
# Configuration
readonly SCRIPT_NAME="$(basename "$0")"
readonly SCRIPT_VERSION="2.0.0"
readonly LOG_FILE="${HOME}/.cache/system-update.log"
@rvrsh3ll
rvrsh3ll / windows-keys.md
Created February 18, 2024 22:44
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index