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
Last revisionBoth sides next revision
macos:10.15 [2019/10/20 08:34] Sean Rhonemacos:10.15 [2019/10/20 08:44] 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 =====
 +
 +  * As of 2019/10/20, there's no known issues with a case-sensitive APFS filesystem
 +  * 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 40: Line 53:
  
   * :!: 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]]))   * :!: 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'   curl 'https://raw.githubusercontent.com/mayankk2308/purge-wrangler/master/purge-wrangler.sh' -o ~/'Downloads/purge-wrangler.sh' && sync && cd ~/'Downloads' && bash 'purge-wrangler.sh'
Line 62: Line 76:
   * https://github.com/ckb-next/ckb-next/issues/488#issuecomment-544247560   * https://github.com/ckb-next/ckb-next/issues/488#issuecomment-544247560
  
-  sudo curl 'https://raw.githubusercontent.com/ckb-next/ckb-next/master/macos/org.ckb-next.plist' -o '/Library/LaunchAgents/org.ckb-next.plist'+  sudo curl 'https://raw.githubusercontent.com/ckb-next/ckb-next/master/macos/org.ckb-next.plist' -o '/Library/LaunchAgents/org.ckb-next.plist' && sync
  
 ==== iCUE ==== ==== iCUE ====
Line 69: Line 83:
  
   * Check the forums for the latest version, doesn't seem like the main post contains an updated URL   * 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+  * :!: macOS reports that iCUE uses significant energy even in the background
  
   * http://downloads.corsair.com/Files/CUE/iCUE-3.21.88-release.dmg   * http://downloads.corsair.com/Files/CUE/iCUE-3.21.88-release.dmg
Line 163: Line 177:
   * Add if using a VPN   * Add if using a VPN
  
-</code>+<code>
 /*********** /***********
  * Privacy *  * Privacy *
Line 178: 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/pages/macos/10.15.txt · Last modified: 2019/10/31 01:34 by Sean Rhone