|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| AnyConnect | %!s(int64=3) %!d(string=hai) anos | |
| Applications | %!s(int64=5) %!d(string=hai) anos | |
| Aria2 | %!s(int64=3) %!d(string=hai) anos | |
| AriaNgGUI | %!s(int64=4) %!d(string=hai) anos | |
| Charles | %!s(int64=3) %!d(string=hai) anos | |
| Clearn | %!s(int64=5) %!d(string=hai) anos | |
| Deluge | %!s(int64=4) %!d(string=hai) anos | |
| Dictionary | %!s(int64=5) %!d(string=hai) anos | |
| Edge | %!s(int64=5) %!d(string=hai) anos | |
| Firefox | %!s(int64=3) %!d(string=hai) anos | |
| Navicat | %!s(int64=3) %!d(string=hai) anos | |
| Note | %!s(int64=5) %!d(string=hai) anos | |
| OneDrive | %!s(int64=5) %!d(string=hai) anos | |
| SecureCRT.SecureFX | %!s(int64=3) %!d(string=hai) anos | |
| SoftEther | %!s(int64=3) %!d(string=hai) anos | |
| UltraEdit | %!s(int64=5) %!d(string=hai) anos | |
| ffmpeg | %!s(int64=5) %!d(string=hai) anos | |
| hping | %!s(int64=5) %!d(string=hai) anos | |
| qBittorrent | %!s(int64=3) %!d(string=hai) anos | |
| stunnel | %!s(int64=3) %!d(string=hai) anos | |
| win32loader | %!s(int64=4) %!d(string=hai) anos | |
| 115.user.js | %!s(int64=3) %!d(string=hai) anos | |
| BBR.sh | %!s(int64=3) %!d(string=hai) anos | |
| BlockOTA.mobileconfig | %!s(int64=5) %!d(string=hai) anos | |
| InstallNET.Legacy.sh | %!s(int64=4) %!d(string=hai) anos | |
| InstallNET.sh | %!s(int64=3) %!d(string=hai) anos | |
| LinuxInit.sh | %!s(int64=3) %!d(string=hai) anos | |
| MacInitial.sh | %!s(int64=4) %!d(string=hai) anos | |
| ORACLE.MD | %!s(int64=3) %!d(string=hai) anos | |
| OracleAction.py | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=3) %!d(string=hai) anos | |
| aria2c.conf | %!s(int64=4) %!d(string=hai) anos | |
| binlist.csv.zip | %!s(int64=4) %!d(string=hai) anos | |
| device.json | %!s(int64=4) %!d(string=hai) anos | |
| rand.sh | %!s(int64=4) %!d(string=hai) anos | |
| sqlite3.py | %!s(int64=3) %!d(string=hai) anos | |
| wget.sh | %!s(int64=5) %!d(string=hai) anos | |
| win32loader.bat | %!s(int64=4) %!d(string=hai) anos |
###
sudo xattr -r -d com.apple.quarantine </File/To/Path>
defaults write com.apple.loginwindow TALLogoutSavesState -bool FALSE
defaults write com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE
defaults delete com.apple.systempreferences AttentionPrefBundleIDs && killall Dock
defaults write /Library/Preferences/com.apple.AppStore.plist DisableSoftwareUpdateNotifications -bool TRUE
defaults write com.apple.appstored.plist BadgeCount 0 && killall Dock
# disable
sudo chmod 644 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager
# enable
sudo chmod 751 /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager
# check
/usr/libexec/nsurlsessiond
# notice
/System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/Resources/SoftwareUpdateNotificationManager.app/Contents/MacOS/SoftwareUpdateNotificationManager
# download
/System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/Support/softwareupdated
# Disbale SIP (command + r)
csrutil disable
csrutil authenticated-root disable
# Mount '/' as write
sudo mount -uw /
# Do something
sudo cd "/Volumes/$(ls -1 /Volumes|head -n1)"
sudo rm -rf /System/Applications/TV.app
sudo rm -rf /System/Applications/News.app
sudo rm -rf /System/Applications/Home.app
sudo rm -rf /System/Applications/Books.app
sudo rm -rf /System/Applications/Chess.app
sudo rm -rf /System/Applications/Podcasts.app
sudo rm -rf /System/Applications/Stocks.app
sudo rm -rf /System/Applications/Music.app
# Enable SIP
csrutil enable
csrutil authenticated-root enable
sudo mv <OldFolder> <NewFolder> to rename folder.