Web pages in Firefox after zoom in

Web pages in Safari after zoom in

That's right. Firefox not only increases the font size, it increases the size of everything proportionally.
# defaults write com.apple.mail PreferPlainText -bool TRUERelaunch Mail.app and enjoy.# defaults delete com.apple.mail PreferPlainText
find
x enabled. Manually removing it for each file is very cumbersome because for directories you do want to keep the x mode. This can be done easily using find# find . ! -type d -exec chmod -x {} \;Another example is # find . ! -type d -exec xattr -d com.apple.quarantine {} \;
RealPlayer.app/Contents/Frameworks/HXClientKit.framework/HelixPlugins/Codecsto/usr/local/lib/codecs If you don't have the second folder then create it first.ssh-keygen to generate key pairs# ssh-keygen -t rsa -b 2048ssh-keygen can generate both RSA and DSA keys. While you can specify any key length for RSA keys (in the example it is set to 2048 bits), the key length for DSA is always 1024 bits as required by the government. RSA is also faster when it comes to verify the key.ssh-keygen generates the key pair, put id_rsa.pub to ~/.ssh/ on the remote machine and rename it to authorized_keys.ssh_config to specify ssh setting~/.ssh/config. Below is an exampleHost short
HostName long.server.name
User nameThen you only need input # ssh short instead of # ssh name@long.server.name For more options, man ssh_config.
tell application "iTunes"
tell EQ preset 1 -- the Manual setting which you can then save
set band 1 to -8
set band 2 to -5
set band 3 to -3
set band 4 to -4
set band 5 to -5
set band 6 to -6
set band 7 to -4
set band 8 to -2
set band 9 to 0
set band 10 to -3
set preamp to 6
end tell
end tell