<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>MICXED (Entries tagged as windows)</title>
    <link>http://micxer.de/blog/</link>
    <description>bits micxed with life</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <pubDate>Mon, 19 Jan 2009 12:41:34 GMT</pubDate>

    <image>
        <url>http://micxer.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: MICXED - bits micxed with life</title>
        <link>http://micxer.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>HowTo use svn+ssh and public key auth with Visual Paradigm in Windows</title>
    <link>http://micxer.de/blog/archives/69-HowTo-use-svn+ssh-and-public-key-auth-with-Visual-Paradigm-in-Windows.html</link>
    
    <comments>http://micxer.de/blog/archives/69-HowTo-use-svn+ssh-and-public-key-auth-with-Visual-Paradigm-in-Windows.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=69</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=69</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    Last week Visual Paradigm was introduced in my company. It&#039;s a great tool and supports subversion for managing the project files. All the Mac users just had minor problems when installing it. I&#039;m stuck with a windows machine and I couldn&#039;t convince Visual Paradigm to connect to our SVN server over SSH using a public key. After an odyssey of commandline svn for Windows and Cygwin we finally figured out, how to set up Visual Paradgim to work seamlessy with Putty.

I assume the SVN server is setup to be accessible with SSH and public key authentication. Ususally you then have Putty installed and created a profile that has a private key configured for this server. In addition you should use Pageant to cache the passphrase of the key unless you are using a key without a passphrase (which is a pretty bad idea!). Make sure you can connect to the server using Putty and the key.

After installing Visual Paradigm, go to &amp;ldquo;Tools&amp;rdquo;-&gt;&amp;ldquo;Teamwork&amp;rdquo;-&gt;&amp;ldquo;Open Teamwork client...&amp;rdquo;. Assuming your repository is located at &lt;em&gt;svn+ssh://name.of.svn.server/srv/svn/project&lt;/em&gt; and the UML architecture project is located inside a folder called &lt;em&gt;architecture&lt;/em&gt;, the full URL would look like this: &lt;em&gt;svn+ssh://name.of.svn.server/srv/svn/project/architecture&lt;/em&gt;. But this won&#039;t work since the svn.exe of VP tries to find a profile with the server name you entered. So if your profile is called &lt;em&gt;svn-server&lt;/em&gt;, alter the URL to &lt;em&gt;svn+ssh://svn-server/srv/svn/project/architecture&lt;/em&gt; and use this instead for the connection in Visual Paradigm. Enter username and leave the password field empty. That&#039;s it.

Now you should be able to connect to the repository using the Putty profile with public key authentication.
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;HowTo use svn+ssh and public key auth with Visual Paradigm in Windows&#039;;
var flattr_dsc = &#039;Last week Visual Paradigm was introduced in my company. It\&#039;s a great tool and supports subversion for managing the project files. All the Mac users just had minor problems when installing it. I\&#039;m stuck with a windows machine and I couldn\&#039;t convince Visual Paradigm to connect to our SVN server over SSH using a public key. After an odyssey of commandline svn for Windows and Cygwin we finally figured out, how to set up Visual Paradgim to work seamlessy with Putty.  I assume the SVN server is setup to be accessible with SSH and public key authentication. Ususally you then have Putty installed and created a profile that has a private key configured for this server. In addition you should use Pageant to cache the passphrase of the key unless you are using a key without a passphrase (which is a pretty bad idea!). Make sure you can connect to the server using Putty and the key.  After installing Visual Paradigm, go to &amp;ldquo;Tools&amp;rdquo;-&gt;&amp;ldquo;Teamwork&amp;rdquo;-&gt;&amp;ldquo;Open Teamwork client...&amp;rdquo;. Assuming your repository is located at svn+ssh://name.of.svn.server/srv/svn/project and the UML architecture project is located inside a folder called architecture, the full URL would look like this: svn+ssh://name.of.svn.server/srv/svn/project/architecture. But this won\&#039;t work since the svn.exe of VP tries to find a profile with the server name you entered. So if your profile is called svn-server, alter the URL to svn+ssh://svn-server/srv/svn/project/architecture and use this instead for the connection in Visual Paradigm. Enter username and leave the password field empty. That\&#039;s it.  Now you should be able to connect to the repository using the Putty profile with public key authentication.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;administration,ssh,subversion,windows&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/69-HowTo-use-svn+ssh-and-public-key-auth-with-Visual-Paradigm-in-Windows.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Mon, 19 Jan 2009 12:41:34 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/69-guid.html</guid>
    <category>administration</category>
<category>ssh</category>
<category>subversion</category>
<category>windows</category>

</item>
<item>
    <title>I won't fix your Vista computer!</title>
    <link>http://micxer.de/blog/archives/59-I-wont-fix-your-Vista-computer!.html</link>
    
    <comments>http://micxer.de/blog/archives/59-I-wont-fix-your-Vista-computer!.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=59</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=59</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    
&lt;p&gt;Als ich &lt;a href=&quot;http://forum.golem.de/read.php?19501,1043920,1043920#msg-1043920&quot;&gt;diesen Thread&lt;/a&gt; hier gelesen habe, fiel mir spontan der Titel dieses Beitrags ein, denn der Autor dieses Beitrags hat einfach völlig recht. Windows XP war benutzerfreundlich und man kam einfach an alles ran, was man brauchte. Jetzt ist alles tief in irgendwelchen Submenüs versteckt, man wird wie ein kleines Kind gegängelt und das alles soll durch die wunderschönen Effekte kaschiert werden, damit man&#039;s nicht gleich merkt und denkt, man hat n supertolles Betriebssystem. Vielleicht kann mich der eine oder andere verstehen, wenn ich keine Lust darauf habe, an einem Vista-Computer &amp;quot;herumzubasteln&amp;quot;, denn ich als jemand, der schon lange mit Computern zu tun hat und für sich in Anspruch nimmt, sich relativ gut auszukennen, stehe mit der Meinung &amp;quot;I won&#039;t fix your Vista computer!&amp;quot; leider nicht alleine da.&lt;/p&gt;
&lt;p&gt;Wenn Microsoft schon andere kopiert, sollten sie vieleicht noch einen draufsetzen und nicht alles nur halbherzig machen. Als Beipsiel sei hier nur Compiz Fusion genannt, die einen echten 3D-Desktop unter Linux realisiert haben. Was der alles kann, sieht man z.B. in dem folgenden Video. Da könnte sich sogar Apple noch einiges von abschneiden.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/E4Fbk52Mk1w&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;embed width=&quot;425&quot; height=&quot;350&quot; src=&quot;http://www.youtube.com/v/E4Fbk52Mk1w&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; /&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Da ich sowieso schon mit Linux zu tun habe und dafür programmiere, behalte ich mir mein Windows XP Computer, so lange es geht, und wenn mein XP wirklich nicht mehr haltbar ist, dann wirds gelöscht und ich bleibe bei Linux. In Zeiten von &lt;a href=&quot;http://wiki.ubuntuusers.de/Einsteiger&quot;&gt;Ubutnu&lt;/a&gt;&amp;amp;Co ist selbst das inzwischen genauso komfortabel wie ein Windows.&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;I won\&#039;t fix your Vista computer!&#039;;
var flattr_dsc = &#039; Als ich diesen Thread hier gelesen habe, fiel mir spontan der Titel dieses Beitrags ein, denn der Autor dieses Beitrags hat einfach völlig recht. Windows XP war benutzerfreundlich und man kam einfach an alles ran, was man brauchte. Jetzt ist alles tief in irgendwelchen Submenüs versteckt, man wird wie ein kleines Kind gegängelt und das alles soll durch die wunderschönen Effekte kaschiert werden, damit man\&#039;s nicht gleich merkt und denkt, man hat n supertolles Betriebssystem. Vielleicht kann mich der eine oder andere verstehen, wenn ich keine Lust darauf habe, an einem Vista-Computer &amp;quot;herumzubasteln&amp;quot;, denn ich als jemand, der schon lange mit Computern zu tun hat und für sich in Anspruch nimmt, sich relativ gut auszukennen, stehe mit der Meinung &amp;quot;I won\&#039;t fix your Vista computer!&amp;quot; leider nicht alleine da. Wenn Microsoft schon andere kopiert, sollten sie vieleicht noch einen draufsetzen und nicht alles nur halbherzig machen. Als Beipsiel sei hier nur Compiz Fusion genannt, die einen echten 3D-Desktop unter Linux realisiert haben. Was der alles kann, sieht man z.B. in dem folgenden Video. Da könnte sich sogar Apple noch einiges von abschneiden.  Da ich sowieso schon mit Linux zu tun habe und dafür programmiere, behalte ich mir mein Windows XP Computer, so lange es geht, und wenn mein XP wirklich nicht mehr haltbar ist, dann wirds gelöscht und ich bleibe bei Linux. In Zeiten von Ubutnu&amp;amp;Co ist selbst das inzwischen genauso komfortabel wie ein Windows.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;computer,linux,windows&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/59-I-wont-fix-your-Vista-computer!.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Fri, 10 Aug 2007 12:33:49 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/59-guid.html</guid>
    <category>computer</category>
<category>linux</category>
<category>windows</category>

</item>

</channel>
</rss>