brew install fatsort- Run
mount(note the/dev/MOUNTPOINTand/Volumes/DISKNAME) sudo umount /Volumes/DISKNAMEsudo fatsort /dev/MOUNTPOINT
This file contains hidden or 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, |
This file contains hidden or 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" |
Manual
- In the Plex web client click
Settings -> General. - Copy target URL for "Please Install Manually".
wget MANUAL_UPDATE_URL -O pms.debsudo dpkg -i pms.debrm pms.deb
Bash script
*OS:* ALL
*Browser:* ALL
*Screenshot:*
**Repro Steps:**
1. STEP
2. STEP
3. STEP
This file contains hidden or 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