User Tools

Site Tools


macos:10.15

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
macos:10.15 [2019/10/19 17:36] Sean Rhonemacos:10.15 [2019/10/31 01:34] (current) Sean Rhone
Line 2: Line 2:
  
   * macOS 10.15 Catalina ((https://www.apple.com/macos/catalina/))   * macOS 10.15 Catalina ((https://www.apple.com/macos/catalina/))
 +
 +====== Installation Notes ======
 +
 +===== SSD Wipe =====
 +
 +  * Run from a Linux Live USB/SD environment
 +
 +  sudo blkdiscard --verbose '/dev/sda'
 +
 +  systemctl suspend
 +
 +  sudo rm -f '/sys/firmware/efi/efivars/'* && sudo blkdiscard --verbose '/dev/sda' && sudo hdparm --user-master u --security-set-pass 'x' '/dev/sda' && sudo hdparm --user-master u --security-erase 'x' '/dev/sda' && sudo hdparm --user-master u --security-set-pass 'x' '/dev/sda' && sudo hdparm --user-master u --security-erase-enhanced 'x' '/dev/sda' && sync
 +
 +===== Notes =====
 +
 +  * :!: Steam won't install nor run on case-sensitive APFS
 +  * SIP needs disabled for SwitchResX and purge-wrangler
  
 ====== Download ====== ====== Download ======
Line 14: Line 31:
  
   sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/Install\ macOS\ Catalina   sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/Install\ macOS\ Catalina
- 
-====== Installation Notes ====== 
- 
-  * TODO 
  
 ====== HOSTS ====== ====== HOSTS ======
Line 39: Line 52:
   * https://egpu.io/forums/mac-setup/script-enable-egpu-on-tb1-2-macs-on-macos-10-13-4/   * https://egpu.io/forums/mac-setup/script-enable-egpu-on-tb1-2-macs-on-macos-10-13-4/
  
-  curl 'https://raw.githubusercontent.com/mayankk2308/purge-wrangler/master/purge-wrangler.sh' -o ~/'Downloads/purge-wrangler.sh' && chmod +x ~/'Downloads/purge-wrangler.sh' && sync && ~/'Downloads/purge-wrangler.sh'+  * :!: The script requires running with ''bash'' from the script's current directory instead of the usual direct-executing ((see [[https://github.com/mayankk2308/purge-wrangler/issues/35|report]])) 
 +  * :!: It's been warned **not** to be using the script from ''master'' ((will continue to do so anyway until an issue arises :p)) 
 + 
 +  curl 'https://raw.githubusercontent.com/mayankk2308/purge-wrangler/master/purge-wrangler.sh' -o ~/'Downloads/purge-wrangler.sh' && sync && cd ~/'Downloads' && bash 'purge-wrangler.sh'
  
 ===== Audacity ===== ===== Audacity =====
Line 51: Line 67:
 ===== Corsair ===== ===== Corsair =====
  
-==== iCUE ====+==== ckb-next ====
  
-  * Check the forums for the latest version, doesn't seem like the main post contains an updated URL+  * https://github.com/ckb-next/ckb-next 
 +  * :!: Make sure **not** to download the ''legacy'' version
  
-  * https://forum.corsair.com/v3/showthread.php?t=182942+=== Auto-start Fix ===
  
-  * http://downloads.corsair.com/Files/CUE/iCUE-3.21.88-release.dmg+  * https://github.com/ckb-next/ckb-next/issues/488#issuecomment-544247560
  
-==== ckb-next ====+  sudo curl 'https://raw.githubusercontent.com/ckb-next/ckb-next/master/macos/org.ckb-next.plist' -o '/Library/LaunchAgents/org.ckb-next.plist' && sync
  
-  * https://github.com/ckb-next/ckb-next +==== iCUE ==== 
-  * :!: Make sure **not** to download the ''legacy'' version+ 
 +  * https://forum.corsair.com/v3/showthread.php?t=182942 
 + 
 +  * Check the forums for the latest version, doesn't seem like the main post contains an updated URL 
 +  * :!: macOS reports that iCUE uses significant energy even in the background 
 + 
 +  * http://downloads.corsair.com/Files/CUE/iCUE-3.21.88-release.dmg
  
 ===== FileZilla ===== ===== FileZilla =====
Line 154: Line 177:
   * Add if using a VPN   * Add if using a VPN
  
-</code>+<code>
 /*********** /***********
  * Privacy *  * Privacy *
Line 169: Line 192:
  
   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' && 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 ====
  
/var/www/wiki/data/attic/macos/10.15.1571520992.txt.gz · Last modified: 2019/10/19 17:36 by Sean Rhone