-
Boot into OS X
-
In Disk Utility, make space for Arch partition
-
Boot Arch Linux install with 'nomodeset' boot option
-
Install gptfdisk (provides cgdisk)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<<CONNECT 8BITDO ZERO CONTROLLER TO POCKET CHIP AND CONFIGURE PICO-8>> | |
info gathered via https://bbs.nextthing.co/t/usb-controller-for-pico-8-on-pocketc-h-i-p/5077/8 | |
just follow the following steps | |
-=first pair controller using bluetooth=- | |
1. open terminal on pocketCHIP (or ssh using putty or something else with a regular keyboard) | |
2. type "bluetoothctl" to enter interactive shell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What exactly is "iowait"? | |
To summarize it in one sentence, 'iowait' is the percentage | |
of time the CPU is idle AND there is at least one I/O | |
in progress. | |
Each CPU can be in one of four states: user, sys, idle, iowait. | |
Performance tools such as vmstat, iostat, sar, etc. print | |
out these four states as a percentage. The sar tool can | |
print out the states on a per CPU basis (-P flag) but most |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PORTAGE_IONICE_COMMAND="/usr/local/sbin/portage-cgroup \${PID}" |
To get this set up you have to run custom versions of the mechanize and twiliolib gems. Unfortunately, some SSL errors and issues with Liberty's login redirect sequence forced me to hack the libraries. Hopefully I can get something "official" looking to get it pulled into the main repository, but for now, install it from my repositories.
sudo apt-get install ruby