^@
NULL^M
CR
This file contains 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
#!/bin/sh | |
# Disable the shadow from the screenshot | |
defaults write com.apple.screencapture disable-shadow -bool true | |
killall SystemUIServer | |
# Disable built-in keyboard | |
sudo kextunload /System/Library/Extensions/AppleUSBTopCase.kext/Contents/PlugIns/AppleUSBTCKeyboard.kext/ | |
# Hidden Wi-Fi utility |
This file contains 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
#!/bin/bash | |
# Apply administrative privilege to a command line user | |
# 1) Add `git` user to sudoers: | |
# sudo /usr/sbin/visudo | |
# 2) Give permissions to `git` user: | |
# git ALL=NOPASSWD: /usr/local/bin/curlftpfs, /bin/mount, /bin/umount | |
# 3) Disable to prevent `sudo` w/o tty: | |
# Defaults requiretty # Comment out this |
This file contains 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
node_modules |
- 2012-05-10T15:00+09:00
- Yu Inao <[email protected]>
- https://gist.github.com/japboy/5517425