As configured in my dotfiles.
start new:
tmux
start new with session name:
| 1. Edit the mirror list located at /etc/pacman.d/mirrorlist and uncomment a preferred mirror (preferrably closest to you) | |
| 2. Initialize Pacman GPG Keys | |
| - $> pacman-key --init | |
| - $> pacman-key --populate archlinux | |
| - $> pacman-key --refresh-keys -u --keyserver hkps.pool.sks-keyservers.net | |
| *The use of the --keyserver flag is due to an error that currently occurs when using the default keyserver | |
| 3. Reinstall Arch keyring | |
| - $> pacman -S archlinux-keyring | |
| 4. Install Yay (if desired) | |
| - Create a user (you cannot run makepkg as root, you must be signed in as a user) |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| # Boot from the usb, make sure that secure boot is disabled in the BIOS | |
| # Default keymap is set to US | |
| # Connect to wifi | |
| wifi-menu | |
| # Create partitions using cgdisk or fdisk | |
| 1 500MB EFI partition # Hex code ef00 | |
| 2 100% size partition # Hex code 8300 |
| ### Keybase proof | |
| I hereby claim: | |
| * I am ahaymond on github. | |
| * I am adamhaymond (https://keybase.io/adamhaymond) on keybase. | |
| * I have a public key ASAONF_SBZ4nVVVTgEgWtyyhEmHSiHc3f08csroQ-nomnAo | |
| To claim this, I am signing this object: |
| package main | |
| /* | |
| URL: https://github.com/mccoyst/myip/blob/master/myip.go | |
| URL: http://changsijay.com/2013/07/28/golang-get-ip-address/ | |
| */ | |
| import ( | |
| "net" | |
| "os" |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package utils | |
| import ( | |
| "strings" |
| Downloading ruby-2.0.0-p353.tar.gz... | |
| -> http://dqw8nmjcqpjn7.cloudfront.net/78282433fb697dd3613613ff55d734c1 | |
| Installing ruby-2.0.0-p353... | |
| patching file ext/readline/readline.c | |
| Hunk #1 succeeded at 1883 (offset -91 lines). | |
| patching file ext/readline/extconf.rb | |
| Hunk #2 FAILED at 98. | |
| 1 out of 2 hunks FAILED -- saving rejects to file ext/readline/extconf.rb.rej | |
| patching file ext/readline/extconf.rb | |
| Hunk #1 FAILED at 99. |