01/17/2018
Here’s some things you should do after successfully installing Arch Linux.
useradd -m -G wheel -s /bin/bash username
passwd username
nano /etc/sudoers
# Comment out %wheel ALL=(ALL) ALL
/etc/modprobe.d/ath9k.conf
options ath9k bt_ant_diversity=1 ps_enable=0
btcoex_enable=1
Setting ps_enable=1
might freeze your system, but it saves power.
/etc/X11/xorg.conf.d/50-cros-touchpad.conf
Section "InputClass"
Identifier "touchpad peppy cyapa"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "ClickFinger2" "3"
Option "ClickFinger3" "2"
Option "VertTwoFingerScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "FingerLow" "10"
Option "FingerHigh" "10"
EndSection
~/.xbindkeysrc
"amixer -c 1 set Master 5%+"
m:0x0 + c:76
"amixer -c 1 set Master 5%-"
m:0x0 + c:75
"pacmd dump|awk --non-decimal-data '$1~/set-sink-mute/{system ("pacmd "$1"
"$2" "($3=="yes"?"no":"yes"))}' > /dev/null"
m:0x0 + c:74
"xbacklight -dec 5"
m:0x0 + c:72
"xbacklight -inc 5"
m:0x0 + c:73
"emacsclient -c"
m:0xc + c:26
"scrot -s '%Y-%m-%d-%s.png' -e 'mv $f ~/'"
m:0x4 + c:124
"systemctl suspend"
m:0x8 + c:124
08/22/2018
Toward the Light: Behind the Scenes
07/01/2018
Arch Linux: Chromebook C720 Webcam Microphone Disappeared
06/21/2018
SSH: How to Set Up a Simple Local Media Server
02/28/2018
Pacman: File Conflicts
01/17/2018
Making an Arch Linux USB Flash Install Medium
01/17/2018
Arch Linux: Post-Install Notes
01/15/2018
Binary Classification Metrics
01/14/2018
Probabilitistic Classification
01/09/2018
Classification and Perceptron
01/08/2018
Linear Regression: Bayesian Approach, Normal Conjugacy
01/08/2018
Nonlinearity: Basis Functions
01/04/2018
Linear Regression: A Probabilistic Approach
12/30/2017
Linear Regression: A Mathematical Approach
12/20/2017
2017 Reflections: A Year of Curating
12/19/2017
Introduction to Regression: K-Nearest Neighbors
12/18/2017
Welcome to my Miscellaneous Blog!
12/18/2017
A Definitive Arch Linux Install Guide for the Chromebook C720
10/01/2017
C4D: Volume Effector
09/18/2017
Algorithms: Maximum Sliding Window
09/10/2017
Introduction to Inference: Coins and Discrete Probability
09/05/2017
C4D: Unreliable Booles
08/30/2017
Welcome to my Tech Blog!
08/30/2017
Welcome to my Problem Solving Blog!
Previous: Binary Classification Metrics | Next: Making an Arch Linux USB Flash Install Medium