<?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; windows</title>
	<atom:link href="http://intranet.math.purdue.edu/infotech/category/uncategorized/faq/windows/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>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>How do I connect to my Math Network Space from a Windows computer:</title>
		<link>http://intranet.math.purdue.edu/infotech/2006/10/12/connect-to-your-math-network-space-from-a-windows-computer/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2006/10/12/connect-to-your-math-network-space-from-a-windows-computer/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 21:20:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2006/10/12/connect-to-your-math-network-space-from-a-windows-computer/</guid>
		<description><![CDATA[To connect to your Math Account from a computer that is connected to the internet on campus:
From a PC running Windows:
1.      Right click the Start menu.
2.      Click Explore.
3.      On the Tools menu, click Map Network Drive.
4.     [...]]]></description>
			<content:encoded><![CDATA[<p>To connect to your Math Account from a computer that is connected to the internet on campus:</p>
<p>From a PC running Windows:</p>
<p>1.      Right click the Start menu.</p>
<p>2.      Click Explore.</p>
<p>3.      On the Tools menu, click Map Network Drive.</p>
<p>4.      In Drive, select a drive letter.</p>
<p>5.      In Folder, type in the string</p>
<p>\\smbhost.math.purdue.edu\yourloginid</p>
<p>where &#8220;yourloginid&#8221; is your Math login id.</p>
<p>6.      When prompted, enter your Math Account login and password</p>
<p>If you are running Windows XP/2000/NT, you may need to use the option on the Map Network Drive window Connect using different user name and enter your Math Account login and password. With Windows 98, your local User name must match your Math Account login.</p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2006/10/12/connect-to-your-math-network-space-from-a-windows-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I setup a VPN connection to Purdue&#039;s network?</title>
		<link>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-a-vpn-connection-to-purdues-network/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-a-vpn-connection-to-purdues-network/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 13:38:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-a-vpn-connection-to-purdues-network/</guid>
		<description><![CDATA[Visit ITaP&#8217;s website for detailed instructions to setup a VPN connection in Windows.
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 in Windows.</p>
<p><a href="http://www.itap.purdue.edu/connections/vpn/">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-to-purdues-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I setup Windows XP to SSH into the math servers?</title>
		<link>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-windows-xp-to-ssh-into-the-math-servers/</link>
		<comments>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-windows-xp-to-ssh-into-the-math-servers/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 13:38:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[faq]]></category>
		<category><![CDATA[infotech]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-windows-xp-to-ssh-into-the-math-servers/</guid>
		<description><![CDATA[You need to install an SSH client.
Purdue&#8217;s Engineering Computer Network has SSH clients available for Purdue faculty, staff, and students. Below is a link to the ECN software download page.
https://engineering.purdue.edu/PULS/pc_software/ssh_clients
We recommend SSH Client 3.x (SSHWinClient). Once the SSH client is installed, create a connection to any of the math servers.
Click here for more detailed instructions [...]]]></description>
			<content:encoded><![CDATA[<p>You need to install an SSH client.</p>
<p>Purdue&#8217;s Engineering Computer Network has SSH clients available for Purdue faculty, staff, and students. Below is a link to the ECN software download page.</p>
<p><a href="https://engineering.purdue.edu/PULS/pc_software/ssh_clients" target="_new">https://engineering.purdue.edu/PULS/pc_software/ssh_clients</a></p>
<p>We recommend SSH Client 3.x (SSHWinClient). Once the SSH client is installed, create a connection to any of the math <a href="http://www.math.purdue.edu/resources/computing/faq/index.php?p=systems" target="_new"><b>servers</b></a>.</p>
<p>Click <a href="http://www.math.purdue.edu/resources/files/computing/SSH-Client.pdf"><b>here</b></a> for more detailed instructions to setup a connection in Windows XP.</p>
]]></content:encoded>
			<wfw:commentRss>http://intranet.math.purdue.edu/infotech/2006/09/13/how-do-i-setup-windows-xp-to-ssh-into-the-math-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
