defaults write com.apple.dock workspaces-auto-swoosh -bool NO
killall Dock
Note: if you want to restore the default behavior, run the first command with YES instead of NO. And then killall Dock to restart the dock.
defaults write com.apple.dock workspaces-auto-swoosh -bool NO
killall Dock
ssh username@DNS-name.edu
scp file username@111.222.33.444:~/file
ssh comp1
scp file comp2:~/file
Host computer_name
Hostname 111.222.33.444 (or DNS Name)
User username
ForwardX11 yes
tell application "Terminal"
do script ""
activate
end tell
tell application "Firefox"
open "~/Library/Scripts/redirect.html"
activate
end tell
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Redirecting</title>
<meta http-equiv="REFRESH" content="0;url=http://www.google.com"></HEAD>
<BODY>
<p> Redirecting </p>
</BODY>
</HTML>