PostgreSQL server wouldn’t shutdown on Lion (Mac OS 10.7)
launchctl unload -w ~/Library/LaunchAgents/org.postgresql.postgres.plist rm ~/Library/LaunchAgents/org.postgresql.postgres.plist
launchctl unload -w ~/Library/LaunchAgents/org.postgresql.postgres.plist rm ~/Library/LaunchAgents/org.postgresql.postgres.plist
I am not sure what the source of my original problem was with 9.0.3 because I was getting this problem: psql: FATAL: could not open relation mapping file “global/pg_filenode.map”: No such file or directory However as stated above it turns out that the running process was for my previous postgres install of 9.0.3 I believe …
If you want to re-enable them for the terminal Terminal -> Preferences -> Keyboard Check ‘Use Option as Meta key’
First connect to the server and wait for 6 seconds (you can change that) and then execute whatever you need on the remote server using the same tab tell application “Terminal” set currentTab to do script (“ssh user@server;”) delay 6 do script (“do something remote”) in currentTab end tell
Check if the “Shared Clipboard” feature is disabled. It should be somewhere around Settings > General > Advanced. You can set it to bidirectional or any other setting you need.
Using exit 0 will cleanly terminate the script. Whether Terminal window stays open is user-configurable. The default is to always stay open. To change this: Terminal.app > Preferences > Profiles > Shell – “When the shell exists:” > Close if the shell exited cleanly – “Ask before closing:” (•) Never — OR — (•) Only …
Just right (or control) click a file of the type you want to change and: “Get Info” -> “Open with:” -> (Select TextMate) -> “Change All”
Unix will only run commands if they are available on the system path, as you can view by the $PATH variable echo $PATH Executables located in directories that are not on the path cannot be run unless you specify their full location. So in your case, assuming the executable is in the current directory you …
Go to System Preferences -> Keyboard -> Shortcuts -> Services -> Files and Folders and give preferred shortcuts. The shortcut will open iTerm at the selected folder, instead of from the folder that has been opened.
What you need to do is go ahead and edit this file: /Applications/IntelliJ IDEA 13.app/Contents/Info.plist Replacing this: <key>JVMVersion</key> <string>1.6*</string> with this: <key>JVMVersion</key> <string>1.7*</string> Edit: As said by intellij member @crazycoder, the recomended way to total fix this is to install the latest jdk 1.6