Skip to content

Instantly share code, notes, and snippets.

==> Modules autodetected
ac
acpi_cpufreq
aesni_intel
atkbd
battery
btusb
coretemp
crc32c_intel
crc32_pclmul
This kernel does not work:
lsinitcpio -v /boot/initramfs-linux.img
lrwxrwxrwx 0 root root 7 Jan 1 1970 bin -> usr/bin
-rw-r--r-- 0 root root 2517 Jan 1 1970 buildconfig
-rw-r--r-- 0 root root 100 Jan 1 1970 config
drwxr-xr-x 0 root root 0 Jan 1 1970 dev/
drwxr-xr-x 0 root root 0 Jan 1 1970 etc/
-rw-r--r-- 0 root root 0 Jan 1 1970 etc/fstab
@alexBeuth
alexBeuth / gp.py
Created November 20, 2017 13:26 — forked from stober/gp.py
Gaussian Process in Python
#!/usr/bin/python
"""
Author: Jeremy M. Stober
Program: GP.PY
Date: Thursday, July 17 2008
Description: Example of Gaussian Process Regression.
"""
from numpy import *
import pylab
@alexBeuth
alexBeuth / resize_tmp.md
Created October 24, 2017 14:27
Temporarily resize tmp file system

Problem:

Installing large packages from the AUR do not fit into tmp file system.

Solution:

sudo mount -o remount,size=8G,noatime /tmp

This guide is no longer valid since the removal of the base group. (See here.) If I ever need to reinstall my system I will update it.

Arch installation

OBJECTIVE: Install Arch Linux with encrypted root and swap filesystems and boot from UEFI. Have a finished Arch Linux Installation with some basic packages I use both from the official repositories as well as the AUR

The official Arch installation guide contains details that you should refer to during this installation process. That guide resides at: https://wiki.archlinux.org/index.php/Installation_Guide