I absolutely love this plugin! I’m putting the faq here for my own use, but if anyone else reads this, I highly recommend this plugin. [hr][hr] Why can’t I reorder my posts? Generic posts are not displayed by menu order – they’re displayed by chronology. You can theoretically add menu ordering to posts in your […]
Canvas Avatars – rounded to square
Haven’t had a chance to try this yet. Just thought I’d put it here for future reference. #post-author .profile-image img, #comments .avatar img { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
Command Line Text Visibility
Not sure what I did, but nothing I typed was visible on the command line. $ stty echo
Ignore Files/Directories – SVN
# ———————————————————— # Ignoring files/directories happens in the same fashion # Ignore all the .jpg files in the /trunk/images/ directory # ————————————————————– # switch to trunk/images cd trunk/images/ # Edit the properties for the current directory svn propedit svn:ignore . # Opens an editor (SVN_EDITOR, EDITOR) # if no editor is set, run the following […]
Show hidden files/directories – Snow Leopard
After deciding my old MacBook had become overburdened, I chose not to reinstall Mountain Lion and give Snow Leopard another shot. Nice not to have to deal with all the overheating and fan noises now. While setting up Transmit to work with public key authentication I needed access to ~/.ssh. I’m still a bit new […]
Alphabetize OSX Yosemite Launchpad
This will re-organize Launchpad, putting all the Mac apps on the first screen and alphabetize the remaining programs. defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock I had some stragglers at the end of the last page that were out of order for some reason but it’s better than it was.