brew install fatsort
- Run
mount
(note the/dev/MOUNTPOINT
and/Volumes/DISKNAME
) sudo umount /Volumes/DISKNAME
sudo fatsort /dev/MOUNTPOINT
View fatosxsort.md
View space_feed
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
{ | |
"spocs": [ | |
{ | |
"domain_affinities": { | |
"abc.go.com": 1, | |
"abcnews.com": 1, | |
"abcnews.go.com": 1, | |
"adweek.com": 1, | |
"alltop.com": 1, | |
"alphastreet.com": 1, |
View pi-temp.sh
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
#!/bin/bash | |
cpu=$(</sys/class/thermal/thermal_zone0/temp) | |
echo "$(hostname)" | |
echo "$(date)" | |
echo "" | |
echo "GPU: $(/opt/vc/bin/vcgencmd measure_temp | sed "s/'/°/g" | sed "s/temp=//g")" | |
echo "CPU: $((cpu/1000))°C" |
View ubuntu-pms.md
Manual
- In the Plex web client click
Settings -> General
. - Copy target URL for "Please Install Manually".
wget MANUAL_UPDATE_URL -O pms.deb
sudo dpkg -i pms.deb
rm pms.deb
Bash script
View npm-front-end.md
NPM for Front-end Libraries
View ISSUE_TEMPLATE.md
*OS:* ALL
*Browser:* ALL
*Screenshot:*
**Repro Steps:**
1. STEP
2. STEP
3. STEP
View vim-resources.md
Vim Resources
Articles / Blog Posts
Books
View crontab
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
# WAT? –> http://crontab.guru | |
# ┌────────────────────────── minute | |
# | ┌───────────────────── hour | |
# | | ┌──────────────── day of month | |
# | | | ┌─────────── month | |
# | | | | ┌────── day of week | |
# | | | | | | |
# ▼ ▼ ▼ ▼ ▼ command |
NewerOlder