I hereby claim:
- I am jakelee8 on github.
- I am jakelee8 (https://keybase.io/jakelee8) on keybase.
- I have a public key ASBn-Y9oXnoxFx0lTVS2VMZzYH0vKskca7r90WMy02WxjAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python | |
import errno | |
import os | |
import os.path | |
import sys | |
import uuid | |
from subprocess import call |
To test different settings:
xinput list
xinput list-props 'Logitech Rechargeable Touchpad T650'
xinput set-prop 'Logitech Rechargeable Touchpad T650' 'Synaptics Finger' 1 12 0
xinput set-prop 'Logitech Rechargeable Touchpad T650' 'Synaptics Locked Drags' 1
xinput set-prop 'Logitech Rechargeable Touchpad T650' 'Synaptics Palm Detection' 1
Five disks, 6TB each. Adjust as needed.
Reset the disks.
for f in /dev/sd[abcde]; do
sudo dd if=/dev/zero of=$f bs=512 count=1 conv=notrunc
done
All commands are run as root.
apt install build-essential glances python3-pip
# use py3sensors because pysensors doesn't work on Python 3.x
pip3 install https://bitbucket.org/gleb_zhulik/py3sensors/get/0cf96f4e2cfe.zip
DEVICE=/dev/sdb | |
MOUNT=/media/usb | |
# apt-get install -y udftools | |
# apt-get install -y casper grub-efi | |
# apt-get install -y grub-pc | |
# partition the disk | |
# fdisk ${DEVICE} |
Compile programs with OpenMP on macOS and llvm/clang
.
For example, to install at /opt/llvm38
: