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
rpm -qa --queryformat '%{NAME}\n' |
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 -s Current /Applications/Adium.app/Contents/Frameworks/libpurple.framework/Versions/0.10.0 | |
ln -s Current /Applications/Adium.app/Contents/Frameworks/libglib.framework/Versions/2.0.0 | |
ln -s Current /Applications/Adium.app/Contents/Frameworks/libintl.framework/Versions/8 |
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
set number |
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
set nonumber |
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
" Source the vimrc file after saving | |
if has("autocmd") | |
autocmd bufwritepost .vimrc source $MYVIMRC | |
endif |
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
sourcetype=postfix_syslog busy | sendemail to="[email protected]" sendresults=true format=raw subject="postfix logs" |
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 launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.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
diskutil disableJournal /Volumes/Mac\ OSX\ usb |
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
dky@puppetmaster:/etc/puppet$ sudo /etc/init.d/puppetmaster start | |
Starting puppet 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
dky@puppetmaster:/etc/puppet$ sudo /etc/init.d/puppetmaster start | |
Starting puppet masterCould not prepare for execution: Retrieved certificate does not match private key; please remove certificate from server and regenerate it with the current key | |
failed! |