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
Last revisionBoth sides next revision
macos:10.14 [2019/09/09 14:44] – [Apply Settings] Sean Rhonemacos:10.14 [2019/10/06 00:32] Sean Rhone
Line 26: Line 26:
   * :!: TODO: Automate updating HOSTS file somehow?   * :!: TODO: Automate updating HOSTS file somehow?
  
-  sudo curl 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts' -o '/private/etc/hosts' && sync+  sudo curl 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts' -o '/private/etc/hosts' && sync && sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder
  
   cat '/private/etc/hosts' | grep 'Date:'   cat '/private/etc/hosts' | grep 'Date:'
Line 42: Line 42:
   * TODO   * TODO
  
-===== ckb-next =====+ 
 +===== Corsair ===== 
 + 
 +==== iCUE ==== 
 + 
 +  * Check the forums for the latest version, doesn't seem like the main post contains an updated URL 
 + 
 +  * https://forum.corsair.com/v3/showthread.php?t=182942 
 + 
 +  * http://downloads.corsair.com/Files/CUE/iCUE-3.20.80-release.dmg 
 + 
 +==== ckb-next ====
  
   * https://github.com/ckb-next/ckb-next   * https://github.com/ckb-next/ckb-next
Line 50: Line 61:
  
   * https://filezilla-project.org/download.php?show_all=1   * https://filezilla-project.org/download.php?show_all=1
 +
 +===== GIMP =====
 +
 +  * https://www.gimp.org/downloads
 +
 +===== KeePassXC =====
 +
 +  * https://keepassxc.org/download/#mac
 +
 +===== Keybase =====
 +
 +  * https://keybase.io/docs/the_app/install_macos
  
 ===== Mozilla Firefox ===== ===== Mozilla Firefox =====
  
-===== Settings =====+==== 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 ==== 
 + 
 +**** 
 + 
 +  rm -Rfv '/Applications/Firefox.app/Contents/Resources/browser/features' 
 + 
 +==== Settings ====
  
-==== Default Profile ====+=== Default Profile ===
  
   * :!: Change ''espionage724'' as-needed   * :!: Change ''espionage724'' as-needed
Line 73: Line 106:
 Default=1</code> Default=1</code>
  
-==== user.js ====+=== user.js ===
  
   * Last updated: 2019/09/09   * Last updated: 2019/09/09
Line 116: Line 149:
  *******/</code>  *******/</code>
  
-==== Apply Settings ==== +=== Apply Settings === 
 +  * :!: Firefox needs to be running before running this
   * ''Path'' should report the current user's username, and the text ''Custom Stuff'' should be visible   * ''Path'' should report the current user's username, and the text ''Custom Stuff'' should be visible
   * :!: 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
  
-  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.app/Contents/MacOS/firefox' -p 'default' +  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' 
- +==== Extensions ====
-===== Extensions =====+
  
-==== Download ====+=== Download ===
  
   * Decentraleyes   * Decentraleyes
Line 134: Line 166:
   * uBlock Origin   * uBlock Origin
  
-  gio open 'https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions' && gio open 'https://www.eff.org/https-everywhere' && gio open 'https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions' && gio open 'https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/versions' && gio open 'https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions'+  open 'https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions' && open 'https://www.eff.org/https-everywhere' && open 'https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions' && open 'https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/versions' && open 'https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions'
  
-==== Cookie AutoDelete ====+=== Cookie AutoDelete ===
  
   * [x] Enable Automatic Cleaning? Delay Before Cleaning   * [x] Enable Automatic Cleaning? Delay Before Cleaning
Line 145: Line 177:
   * [x] Localstorage Cleanup (Firefox 58+)   * [x] Localstorage Cleanup (Firefox 58+)
  
-==== uBlock Origin ====+=== uBlock Origin ===
  
-=== Settings ===+== Settings ==
  
   * [x] Prevent WebRTC from leaking local IP addresses   * [x] Prevent WebRTC from leaking local IP addresses
  
-=== Filter lists ===+== Filter lists ==
  
   * [ ] Ads -> EasyList ((uncheck; included in ''Fanboy Ultimate List''))   * [ ] Ads -> EasyList ((uncheck; included in ''Fanboy Ultimate List''))
Line 162: Line 194:
   * Custom -> [x] Import   * Custom -> [x] Import
  
-=== Custom 3rd-party filters ===+== Custom 3rd-party filters ==
  
   * Last updated: 2018/11/23   * Last updated: 2018/11/23
Line 175: Line 207:
 https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fake-news.txt</code> https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fake-news.txt</code>
  
-===== Testing Sites =====+==== Testing Sites ====
  
   * https://www.youtube.com/html5   * https://www.youtube.com/html5
Line 183: Line 215:
   * https://browserleaks.com/   * https://browserleaks.com/
   * https://speedof.me/   * https://speedof.me/
- 
- 
- 
-===== GIMP ===== 
- 
-  * https://www.gimp.org/downloads 
- 
-===== KeePassXC ===== 
- 
-  * https://keepassxc.org/download/#mac 
- 
-===== Keybase ===== 
- 
-  * https://keybase.io/docs/the_app/install_macos 
  
 ===== SwitchResX ===== ===== SwitchResX =====
Line 205: Line 223:
  
   * 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 284: Line 306:
  
 ===== Safari ===== ===== Safari =====
 +
 +  * :!: Firefox is to be used primarily since Safari no longer supports uBlock Origin
  
 ==== Settings ==== ==== Settings ====
Line 289: Line 313:
   * 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 =====
  
   * Preferences -> General -> On startup, open: New window with profile: Pro   * Preferences -> General -> On startup, open: New window with profile: Pro
 +
/var/www/wiki/data/pages/macos/10.14.txt · Last modified: 2019/10/06 00:35 by Sean Rhone