Skip to content

Instantly share code, notes, and snippets.

Arch Linux에서 Secure boot 사용하기

패키지 설치

pacman -Syu efitools sbsigntools 

Key 생성하기

readonly key_name="TODO: YOUR KEY NAME HERE"

uuidgen --random > GUID.txt
import http.server
import socketserver
import socket
import datetime
class RequestHandler(http.server.BaseHTTPRequestHandler):
def do_GET(self):
message = str(datetime.datetime.now()) + ": " + socket.gethostname()
self.send_response(200)
self.end_headers()
@81887821
81887821 / rootfs_ubuntu_16.04_btrfs.md
Created May 20, 2019 12:08 — forked from niflostancu/rootfs_ubuntu_16.04_btrfs.md
Installing Ubuntu 16.04 on btrfs using debootstrap

Installing Ubuntu 16.04 with btrfs using debootstrap

Partition layout

First, create a GPT partition table.

  1. boot partition, label: EFI, flags: boot + ESP; size: 1GB, format to FAT32;
  2. root partition (label: root), must same size on all devices!
  3. swap partition.

Keybase proof

I hereby claim:

  • I am 81887821 on github.
  • I am ancc (https://keybase.io/ancc) on keybase.
  • I have a public key whose fingerprint is 1E25 131E 2FBD E055 77C8 A625 896B 31F3 A1F6 C652

To claim this, I am signing this object: