Reset-ComputerMachinePassword [-Credential ] [-Server ]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Updating from an Internal Software Update Server | |
# ------------------------------------------------ | |
# Default Settings: | |
# blank | |
# Software updates are downloaded from one of the following software update | |
# servers hosted by Apple: | |
# swscan.apple.com:80 | |
# swquery.apple.com:80 | |
# swcdn.apple.com:80 | |
# Suggested Settings: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat ~/.ssh/id_rsa.pub | ssh [email protected] "umask 077; mkdir -p .ssh ; cat >> .ssh/authorized_keys" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app | |
defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -A pdf -m -p -E -k -K -np http://site/path/ | |
-nd flag will download to a single directory | |
https://www.gnu.org/software/wget/manual/wget.html |
NewerOlder