Skip to content

Instantly share code, notes, and snippets.

@linzheming
linzheming / .gitignore
Created November 12, 2022 16:23 — forked from SaltwaterC/.gitignore
php cache curl
/cache/
@linzheming
linzheming / .gitignore
Created January 15, 2021 08:02 — forked from Mapleaph/.gitignore
Read Intel PCH GPIOs and Display Interrupt Enable status
gpioke
gpioke.exe
@linzheming
linzheming / InstallDebian-HOWTO.md
Created December 15, 2020 07:02 — forked from varqox/install_debian_with_debootstrap_howto.md
Instruction how to install Debian using debootstrap

Warning

This is a tutorial from 2016, originally for installing debian jessie, it may work for newer versions of debian, but I haven't check it (however, it should mostly work because not that much changed since then). You may want to change every occurrence of buster to a name of a new version of debian.

Install debootstrap

Make work directory:

mkdir work
cd work