<?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>SplatDot.com &#187; Microsoft</title>
	<atom:link href="http://splatdot.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://splatdot.com</link>
	<description>software. systems. solutions.</description>
	<lastBuildDate>Mon, 04 Apr 2011 01:12:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Taming Word 2008&#8242;s Paste Special</title>
		<link>http://splatdot.com/taming-word-2008s-paste-special/</link>
		<comments>http://splatdot.com/taming-word-2008s-paste-special/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 03:46:42 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How I hate Microsoft Word&#039;s Edit&#124;Paste Special menu item. Why can&#039;t Microsoft assign a keyboard shortcut to it? It is a maddening oversight and it makes me crazy when I just want to past some unformatted text &#8211; stop typing, reach for the mouse, click Edit, click Paste Special, click Unformatted Text and finally click [...]]]></description>
			<content:encoded><![CDATA[<p>How I hate <a href="http://office.microsoft.com/word">Microsoft Word</a>&#039;s <code>Edit|Paste Special</code> menu item. Why can&#039;t Microsoft assign a keyboard shortcut to it? It is a maddening oversight and it makes me crazy when I just want to past some unformatted text &#8211; stop typing, reach for the mouse, click <code>Edit</code>, click <code>Paste Special</code>, click <code>Unformatted Text</code> and finally click <code>OK</code>. Four mouse clicks and one interrupted workflow later I have my unformatted text. <a href="http://www.apple.com/">Apple</a> applications have a <code>Paste and Match Style</code> menu item with a keyboard shortcut &#8211; ???V. That shortcut is a bit of a handful but it still beats the tar out of doing it the Microsoft way.</p>
<p>Today I found a solution, at least for <a href="http://www.microsoft.com/mac/products/Word2008/default.mspx">Word:mac 2008</a>. <a href="http://db.tidbits.com/article/9408">TidBITS</a> published the <a href="http://www.apple.com/applescript/">AppleScript</a>-based workaround over a year ago in <a href="http://db.tidbits.com/article/9408">Word 2008 and the Paste Plain Text Dance</a> and then updated it with a better version of the script in <a href="http://db.tidbits.com/article/9503">Updated Paste Plain Text AppleScript for Word 2008</a>. Follow those tips and you&#039;ll soon be pasting unformatted text from the keyboard in Word.</p>
<p>I made one small change when I implemented it on my <a href="http://www.apple.com/macbook/">MacBook</a>. I wanted the keyboard shortcut to match Apple&#039;s so that I only have to remember one shortcut. To assign ???V as the shortcut instead of ??V as in the tip, change the name of the script to <code>Paste Plain Text\smoV.scpt</code>. Adding the &#8220;o&#8221; adds the Option (?) key to the shortcut.</p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/taming-word-2008s-paste-special/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10: How To Connect To a Microsoft VPN</title>
		<link>http://splatdot.com/ubuntu-810-how-connect-microsoft-vpn/</link>
		<comments>http://splatdot.com/ubuntu-810-how-connect-microsoft-vpn/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:35:43 +0000</pubDate>
		<dc:creator>dean</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Intrepid Ibix]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[December 3, 2008 Update: Some of these problems have been corrected in the latest updates to Ubuntu 8.10. (See below.) Connection to a Microsoft VPN from Linux is normally a no-brainer but Ubuntu 8.10 Intrepid Ibix has some &#8220;out of the box&#8221; issues with connecting to a Microsoft VPN. Before fixing those issues we need [...]]]></description>
			<content:encoded><![CDATA[<p><a href="#Update2008-12-03"><strong>December 3, 2008 Update:</strong> Some of these problems have been corrected in the latest updates to Ubuntu 8.10. (See below.)</a></p>
<hr />
<p>Connection to a <a href="http://technet.microsoft.com/en-us/network/bb545442.aspx">Microsoft VPN</a> from <a href="http://www.linux.org/">Linux</a> is normally a no-brainer but <a href="http://www.ubuntu.com/">Ubuntu 8.10 Intrepid Ibix</a> has some &#8220;out of the box&#8221; issues with connecting to a Microsoft VPN. Before fixing those issues we need to go through the motions and cover all the basics. First, you will need to install <a href="http://projects.gnome.org/NetworkManager/">NetworkManager</a> for <a href="http://www.gnome.org/">Gnome</a> and the <a href="http://en.wikipedia.org/wiki/PPTP">PPTP</a> plugin.</p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;sudo apt-get install network-manager-gnome network-manager-pptp</code></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;sudo NetworkManager restart</p>
<h4><u>NetworkManager Configuration</u></h4>
<p>You can launch NetworkManager from either the Gnome menu under <code>System | Preferences | Network Configuration</code> or by clicking on the network icon on the Gnome panel and selecting <code>VPN Connections | Configure VPN</code>. Select the <code>VPN</code> tab and click the <code>Add</code> button. When asked to choose a VPN connection type select PPTP and click the <code>Create</code> button. PPTP will be the default unless you have other NetworkManager plugins installed.</p>
<p>Now you should have a dialog to enter the VPN information. There are only a couple of pieces of information that you need to enter on this form.</p>
<ul>
<li>Connection name: Name you VPN connection or keep the default name. Your choice.</li>
<li>Connect automatically: Leave unchecked for now. You can change this later if you want.</li>
<li>System setting: Leave unchecked.</li>
<li>Gateway: Enter the host name or IP address of the VPN gateway.</li>
<li>User name: Enter the NT domain, a backslash and the user name, e.g. <code>EXAMPLE\bill</code>. This is the first of the 8.10 issues &#8211; you must enter the NT domain with the user name here or it won&#039;t work.</li>
<li>Password: Leave this blank. This is another 8.10 issue &#8211; either accessing or storing the password from NetworkManager is broken and if you enter the password here it won&#039;t work. Don&#039;t worry, there is a workaround.</li>
<li>Show password: Don&#039;t check it, check it, it matters not.</li>
<li>NT Domain: Leave this blank. And another 8.10 issue &#8211; the NT domain should be entered with the user name instead of here and if you do put the NT domain here it won&#039;t work.</li>
</ul>
<p>The form should look something like this when you are done:</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/Screenshot-Editing-Example-Corporate-VPN.png" alt="Screenshot-Editing Example Corporate VPN" title="Screenshot-Editing Example Corporate VPN" width="414" height="571" /></p>
<p>Click the <code>Advanced</code> button and when the dialog appears check <code>Use Point-to-Point encryption (MPPE)</code>. Don&#039;t change any of the other setting on this form.</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/Screenshot-nm-connection-editor.png" alt="Screenshot-nm-connection-editor" title="Screenshot-nm-connection-editor" width="346" height="469" class="alignnone size-full wp-image-43" /></p>
<p>Click the <code>OK</code> button on the advanced settings form and then click the <code>OK</code> button on the VPN information form to save the settings for your new VPN. You can close the NetworkManager window now.</p>
<h4><u>Fixing the NetworkManager Configuration</u></h4>
<p>If you try to connect to the VPN now it will fail. By default it is trying to negotiate <a href="http://en.wikipedia.org/wiki/Extensible_Authentication_Protocol">EAP</a> authentication. There is no was to disable EAP from NetworkManager so you will need to disable it with <a href="http://www.linuxfromscratch.org/blfs/view/stable/gnome/gconf-editor.html">gconf-editor</a>. Launch gconf-editor from the command line.</p>
<p><code>&nbsp;&nbsp;&nbsp;&nbsp;gconf-editor</code></p>
<p>When the editor starts browse to <code>System | Networking | Connections</code>. Under Connections you should see one or more numbered connection folders. You will need to find the one that has your VPN configuration in it &#8211; open each one and look for another folder named <code>vpn</code>. Click on the <code>vpn</code> folder to see the settings to verify that it is the one you need to change. On my system this was connection number 3. Right-click on the configuration list and select <code>New key</code>.</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/Screenshot-Configuration-Editor.png" alt="Screenshot-Configuration Editor" title="Screenshot-Configuration Editor" width="739" height="477" class="alignnone size-full wp-image-45" /></p>
<p>Name the new key <code>refuse-</code><code>eap</code>, set its type to <code>String</code> and its value to <code>yes</code>. Then click the OK button.</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/Screenshot-New-Key.png" alt="Screenshot-New Key" title="Screenshot-New Key" width="354" height="212" class="alignnone size-full wp-image-47" /></p>
<h4><u>Connecting to the VPN</u></h4>
<p>You are finally ready to connect to the VPN. Clink the network icon on the panel and select <code>VPN Connections | &lt;connection name&gt;</code>. Enter your password in the authentication dialog. If you want your password stored in the keyring you can check that option here &#8211; that is the workaround for not being able to enter the password in NetworkManager. Click the OK button and if all goes well you will connect to your VPN.</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/Screenshot-Editing-Example-Corporate-VPN1.png" alt="Screenshot-Editing Example Corporate VPN" title="Screenshot-Editing Example Corporate VPN" width="414" height="571" class="alignnone size-full wp-image-49" /></p>
<h4><u>The Bad News</u></h4>
<p>Now that you&#039;ve got your VPN working there&#039;s some really bad news you need to know about. Anytime you launch NetworkManager it is probably going to hork the VPN settings and your VPN will stop working once again. So don&#039;t start NetworkManager. But if you do the two things you will most likely need to fix are:</p>
<ol>
<li>Edit the VPN and delete the password from the configuration form. You can re-enter it and save it again the next time you need to connect.</li>
<li>Check the <code>refuse-eap</code> setting on your VPN and re-add it with <code>gconf-editor</code> if it is missing.
</li>
</ol>
<p>Good luck!</p>
<hr />
<p><a name="Update2008-12-03"><strong>December 3, 2008 Update:</strong></a></p>
<p>In the comments <a href="http://candrews.integralblue.com/">Craig</a> points out that the NT Domain issue has been fixed. I fired up <a href="http://people.ubuntu.com/~mako/docteam/quickguide/ch05.html#qg-ubuntu-update-manager">Update Manager</a> and installed all the latest updates which included an update to NetworkManager. After installing I verified that with the latest version of NetworkManager the NT Domain can be configured normally again. There was also an update to the <a href="http://live.gnome.org/GnomeKeyring">Gnome Keyring</a> which spurred me to try configuring the VPN password in NetworkManager too and that works now also. (However I do not know if the password storing problem was in NetworkManager or Gnome Keyring.) With these updates you can set up your VPN configuration in NetworkManager as follows:</p>
<p><img src="http://www.splatdot.com/wp-content/uploads/Screenshot-Editing-Example-Corporate-VPN-Update.png" alt="Screenshot-Editing Example Corporate VPN Update" title="Screenshot-Editing Example Corporate VPN Update" width="414" height="571" class="alignnone size-full wp-image-51" /></p>
<p>These latest updates resolve half of the issues I described in the original post. You will still need to enable <code>MPPE</code> and add the <code>refuse-eap key</code> to successfully connect to a Microsoft VPN.</p>
]]></content:encoded>
			<wfw:commentRss>http://splatdot.com/ubuntu-810-how-connect-microsoft-vpn/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

