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
| printf ".DS_Store\nTemplateIcon.icns\n*.swp\n*~.nib\nbuild/\n*.git/\n*.svn/\n*.pbxuser\n*.perspective\n*.perspectivev3\n*.mode1v3\n*.mode2v3\n" > .gitignore_global | |
| printf ".hg*\n" >> .gitignore_global | |
| git config --global core.excludesfile '~/.gitignore_global' |
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
| cd /Volumes/Untitled/Users/administrator/Developer | |
| git clone git://repo.or.cz/fast-export.git | |
| cd SixtyFour | |
| git init | |
| ../fast-export/hg-fast-export.sh -r | |
| git checkout -f | |
| git status | |
| git remote -v | |
| git remote add origin git@bitbucket.org:1951FDG/sixtyfour.git | |
| git push origin master |
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
| nm /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit | grep nsBeginNSPSupport | |
| nm /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/LaunchServices | grep kLSItem | cut -c 21- | egrep -v "^kLSItemContentType$|^kLSItemDisplayKind$|^kLSItemDisplayName$|^kLSItemExtension$|^kLSItemExtensionIsHidden$|^kLSItemFileCreator$|^kLSItemFileType$|^kLSItemIsInvisible$|^kLSItemQuarantineProperties$|^kLSItemRoleHandlerDisplayName$" | egrep -v "^kLSItemCanRunInClassicEnvironment$|^kLSItemCanRunInNativeEnvironment$|^kLSItemCanSetExtensionHidden$|^kLSItemIsExecutable$|^kLSItemIsScriptable$|^kLSItemOriginalContentType$|^kLSItemPrefersClassicEnvironment$|^kLSItemPrefersNativeEnvironment$|^kLSItemProvidesPasteboardServices$|^kLSItemRoleHandlerFSRef$" | sed 's/.*/extern const CFStringRef &;/' | |
| nm /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/LaunchServices | grep kLSItem | cut -c 21- | egrep -v "^kLSItemCanRunInClassicEnviron |
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
| sudo nano /etc/init.d/vnstat | |
| sudo vnstat -u | |
| sudo vnstatd -d -s | |
| vnstat -i ppp0 -l | |
| vnstat --help | |
| cd '/etc/init.d' | |
| sudo nano | |
| sudo chmod +x '/etc/init.d/vnstati' | |
| sudo ln -s '/etc/init.d/vnstati' '/etc/rc0.d/K10vnstati' |
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
| plutil -convert xml1 path/to/preferences.plist | |
| plutil path/to/preferences.plist |
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
| shc -v -r -f | |
| install -c -s shc /usr/local/bin/ | |
| install -c -m 644 shc.1 /usr/local/man/man1/ |
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
| ln -sf "/Applications" "$BUILT_PRODUCTS_DIR" | |
| cd "$BUILT_PRODUCTS_DIR"; tar cjf "$PRODUCT_NAME.app.tar.bz2" "$PRODUCT_NAME.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
| qlmanage -r | |
| defaults write -g QLEnableLogging YES | |
| defaults delete -g QLEnableLogging |
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
| rm -rf /Applications/Pianoteq\ PLAY | |
| rm -rf /Library/Audio/Plug-Ins/VST/Pianoteq\ PLAY.vst | |
| rm -rf /Library/Application\ Support/Digidesign/Plug-Ins/Pianoteq\ PLAY.dpm | |
| rm -rf /Library/Audio/Plug-Ins/Components/Pianoteq\ PLAY.component | |
| rm -rf /Library/Receipts/Install\ Pianoteq\ PLAY* |
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
| rm -rf ~/Library/Logs/VMware\ Fusion | |
| rm -rf ~/Library/Preferences/VMware\ Fusion | |
| rm -rf ~/Library/Preferences/com.vmware.fusion.plist | |
| rm -rf ~/Library/Preferences/com.vmware.fusionDaemon.plist | |
| rm -rf /Library/Contextual\ Menu\ Items/FusionVMDKPlugin.plugin | |
| sudo rm -rf /Library/Application\ Support/VMware\ Fusion | |
| rm: /Library/Application Support/VMware Fusion/license-fusion-30-e1-200902: Permission denied |