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/20 08:34] – [ckb-next] 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 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 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/attic/macos/10.15.1571574879.txt.gz · Last modified: 2019/10/20 08:34 by Sean Rhone