<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Purdue Mathematics IT &#187; OSX</title>
	<atom:link href="http://intranet.math.purdue.edu/infotech/category/uncategorized/faq/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://intranet.math.purdue.edu/infotech</link>
	<description>Just another PurdueMath Blogs weblog</description>
	<lastBuildDate>Tue, 25 Aug 2009 13:58:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change your password with SSH</title>
		<link>http://intranet.math.purdue.edu/infotech/2009/01/05/how-to-change-your-password-with-ssh/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2009/01/05/how-to-change-your-password-with-ssh/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 17:43:30 +0000</pubDate>
		<dc:creator>mwoenker</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>
		<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/?p=103</guid>
		<description><![CDATA[For security reasons the Department of Mathematics does not allow users from outside the purdue.edu domain to log into our change password web page. 
If you are away from the purdue.edu domain and need to change your password you can us the SSH method as describe below. This only works if you know your math [...]]]></description>
			<content:encoded><![CDATA[<p>For security reasons the Department of Mathematics does not allow users from outside the purdue.edu domain to log into our change password web page. </p>
<p>If you are away from the purdue.edu domain and need to change your password you can us the <code>SSH</code> method as describe below. This only works if you know your math password and want to change it. If you have forgotten your password or it has been reset then this method will not work. </p>
<ol>
<li>
<p>SSH into bers.math.purdue.edu.</p>
<ul>
<li>
<p>Mac OS and Linux have SSH clients in the OS. See <code>man ssh</code></p>
</li>
<li>
<p>For MS Window OS you can download a simple <code>SSH</code> program called <code>PuTTY</code> which can be downloaded from  <code>http://www.putty.org</code>. PuTTY does not require any installation, just double click on the downloaded .exe file to run. </p>
<ul>
<li>Set <code>Connection Type</code> is set to SSH.</li>
<li>Enter <code>bers.math.purdue.edu</code> in <code>Host Name</code> field.</li>
<li>Click on <code>Open</code> button.</li>
<li>At this point a window will pop up connecting you to UNIX computer bers.math.purdue.edu. If a <code>PuTTY Security Alert</code> window pops up then click <code>Yes</code>.</li>
</ul>
</li>
</ul>
</li>
<li>
<p>Login with your math <code>username</code> and <code>password</code>.</p>
</li>
<li>
<p>At UNIX command prompt enter the command <code>passwd</code>.</p>
</li>
<li>
<p>You will be prompted to enter your current password and then prompted to enter your new password twice. </p>
<ul>
<li>
<p>Your new password should be at least 8 characters and contain the following:</p>
<ul>
<li>at least 1 upper case character.</li>
<li>at least 1 special character.</li>
<li>at least 1 number. </li>
</ul>
</li>
</ul>
</li>
<li>
<p>The program will let you know if the new password was accepted. You can always <code>CTRL-C</code> out of the <code>passwd</code> program and execute again if you get into problems. </p>
</li>
<li>
<p>Once you have change your password you can type the command <code>logout</code> to exit the session.</p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2009/01/05/how-to-change-your-password-with-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do I do when an program update notification on my Mac asks for an administrative password and I do not have administrator access?</title>
		<link>http://intranet.math.purdue.edu/infotech/2008/04/03/what-do-i-do-when-an-program-update-notification-on-my-mac-asks-for-an-administrative-password-and-i-dont-have-administrator-access/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2008/04/03/what-do-i-do-when-an-program-update-notification-on-my-mac-asks-for-an-administrative-password-and-i-dont-have-administrator-access/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 00:04:52 +0000</pubDate>
		<dc:creator>isaac</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2008/04/03/what-do-i-do-when-an-program-update-notification-on-my-mac-asks-for-an-administrative-password-and-i-dont-have-administrator-access/</guid>
		<description><![CDATA[Generally speaking, program updates are important (many updates fix security problems), and while we attempt to automate as many updates as possible, some updates cannot be applied without an administrator&#8217;s password.  When this situation arises, please send e-mail to helpdesk@math.purdue.edu and we will be happy to help you finish the install process.
Additionally, the many [...]]]></description>
			<content:encoded><![CDATA[<p>Generally speaking, program updates are important (many updates fix security problems), and while we attempt to automate as many updates as possible, some updates cannot be applied without an administrator&#8217;s password.  When this situation arises, please send e-mail to <a href="mailto:helpdesk@math.purdue.edu">helpdesk@math.purdue.edu</a> and we will be happy to help you finish the install process.</p>
<p>Additionally, the many common applications available by opening Finder, selecting [Macintosh HD] and then selecting [Math Applications], are regularly updated by the Math Computer Systems staff.</p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2008/04/03/what-do-i-do-when-an-program-update-notification-on-my-mac-asks-for-an-administrative-password-and-i-dont-have-administrator-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add Math printers in Leopard</title>
		<link>http://intranet.math.purdue.edu/infotech/2007/11/09/how-to-add-math-printers-in-leopard/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2007/11/09/how-to-add-math-printers-in-leopard/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 19:49:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2007/11/09/how-to-add-math-printers-in-leopard/</guid>
		<description><![CDATA[Mac OS 10.5 (Leopard) doesn&#8217;t auto-discover printers on Math&#8217;s network to the same effect as 10.4.If you have administrative rights on your machine, follow this url:http://localhost:631/admin?op=config-serverand find these lines:
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
You need to add a new configuration setting, so that this section of the config file looks [...]]]></description>
			<content:encoded><![CDATA[<p>Mac OS 10.5 (Leopard) doesn&#8217;t auto-discover printers on Math&#8217;s network to the same effect as 10.4.If you have administrative rights on your machine, follow this url:<a href="http://localhost:631/admin?op=config-server">http://localhost:631/admin?op=config-server</a>and find these lines:</p>
<blockquote><p># Show shared printers on the local network.<br />
<br />Browsing On<br />
<br />BrowseOrder allow,deny<br />
<br />BrowseAllow all</p></blockquote>
<p>You need to add a new configuration setting, so that this section of the config file looks like this:</p>
<blockquote><p># Show shared printers on the local network.<br />
<br />Browsing On<br />
<br />BrowseOrder allow,deny<br />
<br />BrowseAllow all<br />
<br />BrowseProtocols cups</p></blockquote>
<ul>
<li>Click the &#8220;Save Changes&#8221; button, enter the username and password of a user with administrative rights and the cups server should restart.</li>
<li>Reboot the computer, open up System Preferences, and then the &#8220;Print &amp; Fax&#8221; pane.</li>
<li>You should now be able to add the Math printers to your list of printers.</li>
<li>Again, you need administrative rights to do this.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2007/11/09/how-to-add-math-printers-in-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Mail.app is locked</title>
		<link>http://intranet.math.purdue.edu/infotech/2007/09/04/mac-mailapp-is-locked/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2007/09/04/mac-mailapp-is-locked/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 13:44:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2007/09/04/mac-mailapp-is-locked/</guid>
		<description><![CDATA[
Email clients, like Mail.app and Thunderbird, like to know that they&#8217;re the only program accessing email stored on the local machine. This avoids potential email file corruption.
Sometimes, however, these email clients get confused and insist that another program is writing to their files. If this happens to you, you can assure Mail.app that its files [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://intranet.math.purdue.edu/infotech/files/2007/09/picture-2.png" alt="Mail.app locked mailboxes" height="145" width="359" /></p>
<p>Email clients, like Mail.app and Thunderbird, like to know that they&#8217;re the only program accessing email stored on the local machine. This avoids potential email file corruption.</p>
<p>Sometimes, however, these email clients get confused and insist that another program is writing to their files. If this happens to you, you can assure Mail.app that its files are okay by removing a lock file.</p>
<p>From the command line, run this command:</p>
<p><i>rm ~/Library/Mail/Envelope\ Index.lock</i></p>
<p>From <b>Finder</b>, navigate from your home directory, to Library, to Mail and drag the Envelope Index.lock file to the Trash.</p>
<p>Of course, sometimes Mail.app files really do get corrupted. If you continue to experience problems, you can reset Mail.app and wipe out all of its settings and start fresh*.</p>
<p>From the command line, run this command:</p>
<p><i>rm -rf ~/Library/Mail ; rm ~/Library/Preferences/com.apple.mail.plist</i></p>
<p>Now open Mail.app and (re)create your mail account.</p>
<p>* Sometimes a fresh start is a bad thing. If you use POP to grab your email from the server, you should not do this. If you have spent lots of time writing client side email filter/rules, you should not do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2007/09/04/mac-mailapp-is-locked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I find my computers MAC address?</title>
		<link>http://intranet.math.purdue.edu/infotech/2007/08/01/how-do-i-find-my-computers-mac-address/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2007/08/01/how-do-i-find-my-computers-mac-address/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 17:16:30 +0000</pubDate>
		<dc:creator>isaac</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2007/08/01/how-do-i-find-my-computers-mac-address/</guid>
		<description><![CDATA[In order to connect a laptop to Mathematics computer network, you will need to provide your computer&#8217;s MAC address.
The MAC address look like xx:xx:xx:xx:xx:xx where x is a hexidecimal character. The method for retrieving a computer&#8217;s MAC address varies for different operating systems:

Windows.

From the Start Menu, choose the &#8220;Run&#8230;&#8221; option.
Run the &#8220;cmd.exe&#8221; program.
Once the DOS [...]]]></description>
			<content:encoded><![CDATA[<p>In order to connect a laptop to Mathematics computer network, you will need to provide your computer&#8217;s <a href="http://en.wikipedia.org/wiki/MAC_address">MAC address</a>.</p>
<p>The MAC address look like xx:xx:xx:xx:xx:xx where x is a hexidecimal character. The method for retrieving a computer&#8217;s MAC address varies for different operating systems:</p>
<ul>
<li>Windows.
<ul>
<li>From the Start Menu, choose the &#8220;Run&#8230;&#8221; option.</li>
<li>Run the &#8220;cmd.exe&#8221; program.</li>
<li>Once the DOS box has appeared, type &#8220;ipconfig /all&#8221; into it.</li>
<li>The output from the ipconfig command lists the MAC address for each of the network interfaces on your computer. If your computer can connect to a wireless network, you have two MAC addresses. You need to find the non-wireless address.</li>
</ul>
</li>
<li>Mac OSX
<ul>
<li>Click on the Apple (<img src="http://intranet.math.purdue.edu/infotech/files/2007/08/picture-2.png" alt="BlueApplefromMenu" height="20" width="29" />) in the top left corner of your screen.</li>
<li>Click the &#8220;About this Mac&#8221; option.</li>
<li>Click the &#8220;More Info&#8221; button.</li>
<li>Click on the top level &#8220;Network&#8221; link.</li>
<li>Scroll down to the bottom of the resulting information, until you see the MAC address entry.</li>
<li>It will look something like this:</li>
<li><img src="http://intranet.math.purdue.edu/infotech/files/2007/08/picture-3.png" alt="OSX.SystemProfiler.Network" height="80" width="354" /></li>
</ul>
</li>
<li>Linux
<ul>
<li>Run the command: ifconfig -a</li>
</ul>
</li>
<li>Solaris
<ul>
<li>Run the command: arp computer_name (or arp `uname -n`)</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2007/08/01/how-do-i-find-my-computers-mac-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xterm-color error using Terminal.app</title>
		<link>http://intranet.math.purdue.edu/infotech/2007/04/23/xterm-color-error-using-terminalapp/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2007/04/23/xterm-color-error-using-terminalapp/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 13:08:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2007/04/23/xterm-color-error-using-terminalapp/</guid>
		<description><![CDATA[By default, Mac&#8217;s Terminal.app application declares itself to be of terminal type &#8220;xterm-color&#8221;. You can change this by changing Terminal.app&#8217;s default.
Go to Terminal&#8217;s Preferences

Change &#8220;xterm-color&#8221; to &#8220;xterm&#8221;.

Alternatively, one can change their terminal type from the command line by typing:
setenv TERM xterm
(if that doesn&#8217;t work, try export TERM=xterm)
]]></description>
			<content:encoded><![CDATA[<p>By default, Mac&#8217;s Terminal.app application declares itself to be of terminal type &#8220;xterm-color&#8221;. You can change this by changing Terminal.app&#8217;s default.</p>
<p>Go to Terminal&#8217;s Preferences</p>
<p><img src="http://intranet.math.purdue.edu/infotech/files/2007/04/terminalxterm-color.png" alt="TerminalPreferencesdefault" /></p>
<p>Change &#8220;xterm-color&#8221; to &#8220;xterm&#8221;.<br />
<img src="http://intranet.math.purdue.edu/infotech/files/2007/04/terminalxterm.png" alt="TerminalPreferencesdesired" height="224" width="412" /></p>
<p>Alternatively, one can change their terminal type from the command line by typing:</p>
<p>setenv TERM xterm</p>
<p>(if that doesn&#8217;t work, try export TERM=xterm)</p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2007/04/23/xterm-color-error-using-terminalapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I connect to my Math Network Space from a Mac:</title>
		<link>http://intranet.math.purdue.edu/infotech/2006/10/12/how-do-i-connect-to-my-math-network-space-from-a-mac/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2006/10/12/how-do-i-connect-to-my-math-network-space-from-a-mac/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 21:27:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[infotech]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2006/10/12/how-do-i-connect-to-my-math-network-space-from-a-mac/</guid>
		<description><![CDATA[From a MAC:
From Mac OS X 10.1 or higher
1. In the Finder, click on the Go menu
2. Select &#8220;Connect to Server&#8221;
3. In the &#8220;Server Address:&#8221; field enter
smb://smbhost.math.purdue.edu/{yourusername}
4. Click the &#8220;+&#8221; button on the right side of the field to
add this address to your favorites.
5. Set the &#8220;WorkGroup or Domain&#8221; field to &#8216;MATH&#8217;.
6.  Enter your [...]]]></description>
			<content:encoded><![CDATA[<p>From a MAC:</p>
<p>From Mac OS X 10.1 or higher</p>
<p>1. In the Finder, click on the Go menu<br />
2. Select &#8220;Connect to Server&#8221;</p>
<p>3. In the &#8220;Server Address:&#8221; field enter</p>
<p>smb://smbhost.math.purdue.edu/{yourusername}</p>
<p>4. Click the &#8220;+&#8221; button on the right side of the field to<br />
add this address to your favorites.</p>
<p>5. Set the &#8220;WorkGroup or Domain&#8221; field to &#8216;MATH&#8217;.<br />
6.  Enter your Math account login for &#8220;Name&#8221; and your Math account password for &#8220;Password&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2006/10/12/how-do-i-connect-to-my-math-network-space-from-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I setup a VPN connection into Purdue&#039;s Network on a Mac?</title>
		<link>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-a-vpn-connection-into-purdues-network-on-a-mac/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-a-vpn-connection-into-purdues-network-on-a-mac/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 13:40:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-a-vpn-connection-into-purdues-network-on-a-mac/</guid>
		<description><![CDATA[Visit ITaP&#8217;s website for detailed instructions to setup a VPN connection for a Macintosh.
http://www.itap.purdue.edu/connections/vpn/
]]></description>
			<content:encoded><![CDATA[<p>Visit ITaP&#8217;s website for detailed instructions to setup a VPN connection for a Macintosh.</p>
<p><a href="http://www.itap.purdue.edu/connections/vpn/vpn_macos.cfm">http://www.itap.purdue.edu/connections/vpn/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-a-vpn-connection-into-purdues-network-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I resolve X11 forwarding problems in MacOS 10.4 (Tiger)?</title>
		<link>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-resolve-x11-forwarding-problems-in-macos-104-tiger/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-resolve-x11-forwarding-problems-in-macos-104-tiger/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 13:40:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-resolve-x11-forwarding-problems-in-macos-104-tiger/</guid>
		<description><![CDATA[Use the following command:
ssh -Y user@host
-Y enables &#8220;trusted X11 forwarding&#8221;
Alternately, have the two lines:
ForwardX11 yes
ForwardX11Trusted yes
in ~/.ssh/config
]]></description>
			<content:encoded><![CDATA[<p>Use the following command:</p>
<pre>ssh -Y user@host</pre>
<p>-Y enables &#8220;trusted X11 forwarding&#8221;</p>
<p>Alternately, have the two lines:</p>
<pre>ForwardX11 yes
ForwardX11Trusted yes</pre>
<p>in ~/.ssh/config</p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-resolve-x11-forwarding-problems-in-macos-104-tiger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I resolve the &#8220;Connection Failed&#8221; error when using the Citrix client?</title>
		<link>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-resolve-the-connection-failed-error-when-using-the-citrix-client/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-resolve-the-connection-failed-error-when-using-the-citrix-client/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 13:39:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-resolve-the-connection-failed-error-when-using-the-citrix-client/</guid>
		<description><![CDATA[This error is because the default setting for the Connection type is set to TCP/IP + HTTP, instead of just TCP/IP.
To change this setting, browse to your Applications folder, then to the Citrix ICA Client Folder.
- Launch the Citrix ICA Client Editor.
- On the Network Connections tab, click on the &#8220;Default Settings&#8221; button towards the [...]]]></description>
			<content:encoded><![CDATA[<p>This error is because the default setting for the Connection type is set to TCP/IP + HTTP, instead of just TCP/IP.</p>
<p>To change this setting, browse to your Applications folder, then to the Citrix ICA Client Folder.</p>
<p>- Launch the Citrix ICA Client Editor.<br />
- On the Network Connections tab, click on the &#8220;Default Settings&#8221; button towards the bottom left. On the &#8220;Making a Connection&#8221; tab, you will see an area for Network Protocol.<br />
- Click on the drop down box and change the setting from TCP/IP + HTTP to just TCP/IP.<br />
- Save your settings and try connecting again.</p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-resolve-the-connection-failed-error-when-using-the-citrix-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I SSH into the math servers using MacOS X?</title>
		<link>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-ssh-into-the-math-servers-using-macos-x/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-ssh-into-the-math-servers-using-macos-x/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 13:39:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-ssh-into-the-math-servers-using-macos-x/</guid>
		<description><![CDATA[You need to run X11. It can be found in the &#8220;Utilities&#8221; folder under &#8220;Applications&#8221;.
This application will load a terminal window. Type the following command in the terminal window:
ssh -X [username]@[server name]
or, to enable trusted X11 forwarding
ssh -Y [username]@[server name]
If you cannot find X11, it may not be installed on your machine. Please email helpdesk@math.purdue.edu [...]]]></description>
			<content:encoded><![CDATA[<p>You need to run X11. It can be found in the &#8220;Utilities&#8221; folder under &#8220;Applications&#8221;.</p>
<p>This application will load a terminal window. Type the following command in the terminal window:</p>
<pre>ssh -X [username]@[server name]</pre>
<p>or, to enable trusted X11 forwarding</p>
<pre>ssh -Y [username]@[server name]</pre>
<p>If you cannot find X11, it may not be installed on your machine. Please email helpdesk@math.purdue.edu and request that it be installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-ssh-into-the-math-servers-using-macos-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
