Skip to content

Instantly share code, notes, and snippets.

View chrisleekr's full-sized avatar

Chris Lee chrisleekr

View GitHub Profile
@chrisleekr
chrisleekr / fix-dockerfile-alpine.sh
Last active June 5, 2023 23:14
Update alpine package versions automatically Dockerfile
#!/bin/bash
# This script is used to fix the alpine version in the Dockerfile.
DOCKERFILE=${1:-"Dockerfile"}
echo "Building Dockerfile: $DOCKERFILE"
BUILD_OUTPUT=$(docker build --progress plain -f "$DOCKERFILE" . 2>&1)
BUILD_STATUS=$?
@chrisleekr
chrisleekr / install-arch-linux-lvm-luks-dell-xps-15-7590.md
Last active July 31, 2022 20:08 — forked from mjnaderi/install-arch.md
Install Arch Linux with Full Disk Encryption (LVM on LUKS) for Dell XPS 15 7590
@chrisleekr
chrisleekr / install-arch-linux.md
Last active June 21, 2019 07:12
Step by step guide to install Arch Linux for myself

Step by step guide to install Arch Linux for myself

Environment:

SSD (NVME): 256GB, but available only 238.5GB

RAM: 16GB

References