User Tools

Site Tools


code:terminalcmds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
code:terminalcmds [2022/05/06 14:21] michfielcode:terminalcmds [2023/04/26 12:16] (current) michfiel
Line 46: Line 46:
  
 Enable Screen Sharing Enable Screen Sharing
-   sudo defaults write /var/db/launchd.db/com.apple.launchd/overrides.plist com.apple.screensharing -dict Disabled -bool false +  sudo defaults write /var/db/launchd.db/com.apple.launchd/overrides.plist com.apple.screensharing -dict Disabled -bool false 
-   sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist+  sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.screensharing.plist 
 + 
 +Remove all files from git cache 
 +  git rm -r --cached . 
 +  git add . 
 +  git commit -m ".gitignore is now working"
  
code/terminalcmds.txt · Last modified: 2023/04/26 12:16 by michfiel