Be sure to replace /dev/sda
with the name of the drive (n.b. not the partition) containing Arch.
# pacman -S grub-bios intel-ucode
# grub-install /dev/sda
# mkinitcpio -p linux
versions.alt/versions.orig/vK
to source
.make build
in the source
directory.outputs
for future reference.source
directory.versions.alt/versions.seeded/vK
to source
.source/FaultSeeds.h
.make build
in the source
directory.outputs.alt
.# Assumes Java 8 JDK is already installed | |
# cgum | |
mkdir ~/bin | |
cd ~/bin | |
git clone https://github.com/GumTreeDiff/cgum | |
cd cgum | |
make | |
echo "export PATH=\"\$PATH:$PWD\"" >> ~/.profile | |
cd .. |
#!/bin/bash | |
sudo apt-get install apt-transport-https ca-certificates -y | |
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D | |
sudo rm -f /etc/apt/sources.list.d/docker.list | |
sudo add-apt-repository \ | |
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \ | |
$(lsb_release -u -cs) \ | |
stable" | |
sudo apt-get update | |
sudo apt-get purge lxc-docker |