Skip to content

Instantly share code, notes, and snippets.

View mariocao's full-sized avatar
🦀

Mario mariocao

🦀
View GitHub Profile
@aesedepece
aesedepece / witnet-docker-resync.sh
Created March 27, 2020 12:18
Quick and dirty script for wiping the local chain and resynchronizing a Witnet node running on Docker (see comments)
#!/bin/bash
# If your Docker container is named differently, change it here
CONTAINER="witnet_node"
# If your Witnet storage path is not the default, change it here
STORAGE_PATH="/home/$USER/.witnet"
echo "[ Trying to wipe local chain and resync ]";
echo "1. Making sure the node is running..."
docker start $CONTAINER;
@anler
anler / archlinux_setup_guide.md
Last active September 28, 2020 17:48
How to setup Archlinux

Archlinux setup guide

This guide is based on the official Archlinux [Installation Guide][1], [Beginners' Guide][2] and my personal experience.

Partition layout

SDD partitions fs size mountpoint
/dev/nvme0n1p1 FAT 512M -
/dev/nvme0n1p2 LUKS MAX -