This guide will show step-by-step how to Install Arch Linux on UEFI mode.
- Bootable Flash Drive
- BIOS
- Pre installation
- Set Keyboard Layout
- Check boot mode
- Update System Clock
[ | |
{ | |
"zone": "Pacific/Midway", | |
"gmt": "(GMT-11:00)", | |
"name": "Midway Island" | |
}, | |
{ | |
"zone": "US/Samoa", | |
"gmt": "(GMT-11:00)", | |
"name": "Samoa" |
{ | |
"require": { | |
"mfacenet/hello-world": "v1.*" | |
} | |
} |
version: '3.1' | |
services : | |
db: | |
image: postgres:10-alpine | |
ports: | |
- "5432:5432" | |
environment: | |
POSTGRES_USER: user1 | |
POSTGRES_PASSWORD: changeme | |
POSTGRES_DB: tododb |