Both sides previous revisionPrevious revisionNext revision | Previous revision |
macos:10.14 [2019/09/10 10:08] – Sean Rhone | macos:10.14 [2019/10/06 00:35] (current) – external edit 127.0.0.1 |
---|
* :!: 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:' |
* 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 |
| |
===== Mozilla Firefox ===== | ===== Mozilla Firefox ===== |
| |
| * https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US |
| |
==== Notes ==== | ==== Notes ==== |
| |
=== 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 |
* :!: Firefox needs to be **manually** closed if it's running prior to running this | |
| |
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' | |
| |
| 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 ==== |
| |
| |
* 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 ===== |
| |
* Preferences -> General -> On startup, open: New window with profile: Pro | * Preferences -> General -> On startup, open: New window with profile: Pro |
| |