User Tools

Site Tools


macos:10.14

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
macos:10.14 [2019/09/09 16:47] Sean Rhonemacos:10.14 [2019/09/16 19:56] Sean Rhone
Line 64: Line 64:
  
 ===== Mozilla Firefox ===== ===== Mozilla Firefox =====
 +
 +==== Notes ====
 +
 +  * :!: Firefox needs started normally at least once in order to avoid Gatekeeper's wrath ((if Gatekeeper blocks Firefox from starting normally anyway, run ''sudo spctl --master-disable'', start Firefox, and run ''sudo spctl --master-enable'' immediately afterwards))
  
 ==== Remove Features ==== ==== Remove Features ====
Line 139: Line 143:
   * :!: If Firefox doesn't open automatically, ''firefox -p default'' must be ran the first time Firefox is started after this command   * :!: If Firefox doesn't open automatically, ''firefox -p default'' must be ran the first time Firefox is started after this command
   * :!: Change ''Firefox.app'' to ''Firefox.app'' for Nightly   * :!: Change ''Firefox.app'' to ''Firefox.app'' for Nightly
 +  * :!: Firefox needs to be **manually** closed if it's running prior to running this
  
-  ls '/tmp/profiles.ini' '/tmp/user.js' && pkill 'firefox' && rm -Rfv ~/'Library/Application Support/Firefox' && sync && mkdir -p ~/'Library/Application Support/Firefox/Profiles/'$USER && mv '/tmp/profiles.ini' ~/'Library/Application Support/Firefox/profiles.ini' && mv '/tmp/user.js' ~/'Library/Application Support/Firefox/Profiles/'$USER'/user.js' && sync && cat ~/'Library/Application Support/Firefox/profiles.ini' | grep $USER && cat ~/'Library/Application Support/Firefox/Profiles/'$USER'/user.js' | grep 'Custom Stuff' && sleep '1' && sync || '/Applications/Firefox.app/Contents/MacOS/firefox' -p 'default'+  ls '/tmp/profiles.ini' '/tmp/user.js' && rm -Rfv ~/'Library/Application Support/Firefox' && sync && mkdir -p ~/'Library/Application Support/Firefox/Profiles/'$USER && mv '/tmp/profiles.ini' ~/'Library/Application Support/Firefox/profiles.ini' && mv '/tmp/user.js' ~/'Library/Application Support/Firefox/Profiles/'$USER'/user.js' && sync && cat ~/'Library/Application Support/Firefox/profiles.ini' | grep $USER && cat ~/'Library/Application Support/Firefox/Profiles/'$USER'/user.js' | grep 'Custom Stuff' && sleep '1' && sync || '/Applications/Firefox.app/Contents/MacOS/firefox' -p 'default'
  
 ==== Extensions ==== ==== Extensions ====
Line 209: Line 214:
  
   * https://transmissionbt.com/download/   * https://transmissionbt.com/download/
 +
 +  http://john.bitsurge.net/public/biglist.p2p.gz
 +
 +  curl -sI http://john.bitsurge.net/public/biglist.p2p.gz | grep Last-Modified
  
 ===== VLC ===== ===== VLC =====
Line 288: Line 297:
  
 ===== Safari ===== ===== Safari =====
 +
 +  * :!: Firefox is to be used primarily since Safari no longer supports uBlock Origin
  
 ==== Settings ==== ==== Settings ====
Line 293: Line 304:
   * Preferences -> Advanced -> Show Develop menu in menu bar   * Preferences -> Advanced -> Show Develop menu in menu bar
   * Develop -> Experimental Features -> CSSOM View Scrolling API ((this fixes comment editing on egpu.io))   * Develop -> Experimental Features -> CSSOM View Scrolling API ((this fixes comment editing on egpu.io))
- 
-==== uBlock Origin ==== 
- 
-  * https://safari-extensions.apple.com/details/?id=com.el1t.uBlock-3NU33NW2M3 
- 
-<code> 
-https://www.fanboy.co.nz/fanboy-problematic-sites.txt 
-https://www.fanboy.co.nz/r/fanboy-ultimate.txt 
-https://www.fanboy.co.nz/fanboy-antifacebook.txt 
-https://www.fanboy.co.nz/fanboy-antifonts.txt 
-https://www.fanboy.co.nz/fanboy-cookiemonster.txt 
-https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/popads-domains-list.txt 
-https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fake-news.txt</code> 
  
 ===== Terminal ===== ===== Terminal =====
Line 311: Line 309:
   * Preferences -> General -> On startup, open: New window with profile: Pro   * Preferences -> General -> On startup, open: New window with profile: Pro
  
-====== Benchmarks ====== 
- 
-===== Disk ===== 
- 
-==== Write ==== 
- 
-  * https://hints.macworld.com/article.php?story=20120704113548693 
- 
-  * APFS (Encrypted): 270-300 MB/s 
-  * APFS: TODO 
- 
-  time dd if=/dev/zero bs=1024k of=tstfile count=1024 
- 
-==== Read ==== 
- 
-  * https://hints.macworld.com/article.php?story=20120704113548693 
- 
-  * APFS (Encrypted): 7000 MB/s 
-  * APFS: TODO 
- 
-  dd if=tstfile bs=1024k of=/dev/null count=1024 
/var/www/wiki/data/pages/macos/10.14.txt · Last modified: 2019/10/06 00:35 by Sean Rhone