Skip to content

Instantly share code, notes, and snippets.

@shaief
shaief / arch-linux-install
Created November 11, 2018 12:26 — forked from mattiaslundberg/arch-linux-install
Minimal instructions for installing arch linux on an UEFI system with full system encryption using dm-crypt and luks
# Install ARCH Linux with encrypted file-system and UEFI
# The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
# Download the archiso image from https://www.archlinux.org/
# Copy to a usb-drive
dd if=archlinux.img of=/dev/sdX bs=16M && sync # on linux
# Boot from the usb. If the usb fails to boot, make sure that secure boot is disabled in the BIOS configuration.
# Set swedish keymap
@shaief
shaief / .block
Created July 18, 2017 15:22 — forked from mbostock/.block
Hierarchical Edge Bundling
license: gpl-3.0
height: 960
border: no
@shaief
shaief / arch-install.sh
Last active August 29, 2015 14:20 — forked from yuvadm/install.sh
# Arch Linux installation procedure on a Dell Latitude E5410
# BIOS boot (no UEFI),LVM + LUKS
# At any time during the installation. if connected with cable you can:
# ip addr
# dhcpcd <device name>
# Create GPT and partitions
# Use gdisk to ensure proper partition alignment
cgdisk /dev/sda
{
"libraries": [
"d3"
],
"mode": "css",
"layout": "fullscreen mode (vertical)",
"resolution": "reset"
}
// This is the core Javascript code for http://windhistory.com/
// I haven't done a full open source release, but I figured I'd put the most important
// D3 code out there for people to learn from. --nelson@monkey.org
/** Common wind rose code **/
// Function to draw a single arc for the wind rose
// Input: Drawing options object containing
// width: degrees of width to draw (ie 5 or 15)
// from: integer, inner radius
@shaief
shaief / README.md
Created December 3, 2012 20:33
created by livecoding - http://livecoding.io/3419324