<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Windows – Yeri Tiete</title>
    <link>https://yeri.be/category/windows/</link>
    <description>Yeri Tiete&#39;s blog</description>
    <language>en</language>
    <copyright>© Yeri Tiete</copyright>
    <lastBuildDate>Sat, 09 Jul 2022 23:14:54 +0200</lastBuildDate>
    <atom:link href="https://yeri.be/category/windows/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Remote desktop and Wake-on-LAN</title>
      <link>https://yeri.be/remote-desktop-and-wake-on-lan/</link>
      <pubDate>Sat, 09 Jul 2022 23:14:54 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/remote-desktop-and-wake-on-lan/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://shanwong.com&#34; target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34;&gt;Shan&lt;/a&gt; uses her iPad a lot, but a lot of the more serious (interior design) work needs to happen on &lt;a href=&#34;https://yeri.be/screen-going-black-with-autocad-lt&#34;&gt;AutoCAD&lt;/a&gt; or Photoshop. That is just not going to work on an iPad. &lt;/p&gt;&#xA;&lt;p&gt;When we&#39;re travelling (read: holiday) she&#39;s carrying an old Lenovo &lt;a href=&#34;https://www.lenovo.com/gb/en/laptops/thinkpad/13-series/ThinkPad-13-Windows-2nd-Gen/p/22TP2TX133E&#34; target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34;&gt;ThinkPad 13&lt;/a&gt; (great device!) just &#34;in case&#34; she needs to open AutoCAD and edit something minor or read the drawings/dimensions. But honestly, most of the time that device is turned off and dead weight.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><a href="http://shanwong.com" target="_blank" rel="noreferrer noopener">Shan</a> uses her iPad a lot, but a lot of the more serious (interior design) work needs to happen on <a href="https://yeri.be/screen-going-black-with-autocad-lt">AutoCAD</a> or Photoshop. That is just not going to work on an iPad. </p>
<p>When we're travelling (read: holiday) she's carrying an old Lenovo <a href="https://www.lenovo.com/gb/en/laptops/thinkpad/13-series/ThinkPad-13-Windows-2nd-Gen/p/22TP2TX133E" target="_blank" rel="noreferrer noopener">ThinkPad 13</a> (great device!) just "in case" she needs to open AutoCAD and edit something minor or read the drawings/dimensions. But honestly, most of the time that device is turned off and dead weight.</p>
<p>But all the above is just an excuse to "I was bored, and I wanted to test something": can I use an old Raspberry Pi (<a href="https://www.raspberrypi.com/products/raspberry-pi-zero-w/" target="_blank" rel="noreferrer noopener">zero W</a>) to remotely wake her Intel NUC, and then use <a href="http://tailscale.com/" target="_blank" rel="noreferrer noopener">Tailscale</a> to use RD on her iPad? Well, yes I can. </p>
<p>I completed this using:</p>
<ul><li>Tailscale to remote desktop from anywhere to home</li><li>Cloudflare Tunnels, Access and DNS to have a web interface to wake the desktop</li><li>A Linux device that's always on and in the same LAN, and that'll run a PHP script. </li></ul>
<h2>Prep work: enable WOL</h2>
<p>First off: enable Wake-on-LAN (WOL) in the BIOS <em>and </em>in your Windows settings. <a href="https://www.intel.com/content/www/us/en/support/articles/000027615/intel-nuc.html" target="_blank" rel="noreferrer noopener">This article explains</a> it for Intel NUCs, but would be similar enough for most devices. The Device Manager pane looked different on our i5 NUC, but was close enough. </p>
<p>On Mac, you just need to enable it in the Energy preference pane, for Linux I have no clue. 🤷‍♂️</p>
<p>Second step: have a working Raspberry Pi (or any Linux device) in <em>the same LAN</em>. This device needs to be turned on 24/7, so use something that uses very little power. </p>
<pre class="wp-block-verse">I do have a more powerful <a href="https://yeri.be/making-bluetooth-work-on-rpi4">RPi4</a> I wish I could've reused (running <a href="https://yeri.be/running-wireguard-in-a-docker-container-rpi">Docker</a> and some other "serious" stuff; however it's currently in a different VLAN, and it's quite crucial the Linux device is in the same LAN as the device(s) you want to wake up), so I went with an old Raspberry Pi Zero W that was collecting dust (it used to run <a href="https://pwnagotchi.ai/" target="_blank" rel="noreferrer noopener">pwnagotchi</a>).</pre>
<p>On the Linux device, install <a href="https://www.mkssoftware.com/docs/man1/etherwake.1.asp" target="_blank" rel="noreferrer noopener">etherwake</a>. The command to run is quite simply <code>etherwake aa:bb:cc:11:22:33</code> (= the ethernet MAC address of your device).</p>
<p>If this doesn't wake your desktop, something is wrong and there's no point continuing. Go and troubleshoot. </p>
<h2>Install Tailscale and RD</h2>
<p>On the (<a href="https://www.youtube.com/watch?v=lKQroybFqg4" target="_blank" rel="noreferrer noopener">Windows</a>) desktop and your iPad, install <a href="https://tailscale.com/download" target="_blank" rel="noreferrer noopener">Tailscale</a>. Login, and make sure it works by pinging from one to the other. </p>
<p>Then set up Remote Desktop on both (<a href="https://support.microsoft.com/en-us/windows/how-to-use-remote-desktop-5fe128d5-8fb1-7a23-3b8a-41e636865e8c#ID0EDD=Windows_10" target="_blank" rel="noreferrer noopener">Windows</a>, <a href="https://apps.apple.com/us/app/remote-desktop-mobile/id714464092" target="_blank" rel="noreferrer noopener">iPad</a>). You should test and make sure you can properly connect using the LAN IP address and then the Tailscale IP address.</p>
<pre class="wp-block-verse">Fun fact: I create a DNS record for all my devices using <a href="https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/" target="_blank" rel="noreferrer noopener">Cloudflare DNS</a> with the syntax of <a href="https://smokeping-sg.superuser.one/smokeping/?target=yeri.TSwol" target="_blank" rel="noreferrer noopener">device-name.ts.yeri.be</a>, so I don't need to ever remember IPs, and can easily <code>ssh</code> or <code>ping</code> devices without having to look up IPs. </pre>
<figure class="wp-block-image size-large is-resized"><img src="https://static.yeri.be/2022/07/cf-dns-ts-1024x461.png" alt="" class="wp-image-70039" width="610" height="274"/><figcaption>Cloudflare DNS screenshot, filtered on "ts". I add both <code>A</code> and <code>AAAA</code> records (not shown in the screenshot) </figcaption></figure>
<pre class="wp-block-verse">Fun fact side track: I actually have a dynamic script that runs (on Linux) and creates <code>hostname.ts.yeri.be</code> for the Tailscale IP, <code>hostname.wg.yeri.be</code> based on the <a href="https://yeri.be/wireguard" target="_blank" rel="noreferrer noopener">Wireguard</a> IP, <code>hostname.lan.yeri.be</code> based on the LAN IP. This dyndns script runs every so often and updates IPs if needed. All this is running using <a href="https://github.com/tech-otaku/cloudflare-dns" target="_blank" rel="noreferrer noopener">Cloudflare DNS and their API</a>. Super convenient.</pre>
<h2>Nginx, php and etherwake</h2>
<pre class="wp-block-verse">I'm a 80s kid, so I'll use dirty PHP to run this script. I'm sure I'll go straight to hell for this, but yolo.</pre>
<p>Install <a href="https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-ubuntu-18-04" target="_blank" rel="noreferrer noopener">nginx and PHP</a> (no need for MySQL and other stuff).</p>
<p><code>etherwake</code> requires root to run (because it needs root access to create a weird <a href="https://en.wikipedia.org/wiki/Wake-on-LAN#Magic_packet" target="_blank" rel="noreferrer noopener">magic</a> ethernet packet). Create a file in <code>/etc/sudoers.d/etherwake</code> and add this line:</p>
<pre class="wp-block-code"><code>www-data ALL=(ALL) NOPASSWD: /usr/sbin/etherwake</code></pre>
<p>This will allow <code>www-data</code> (nginx/php) to run <code>/usr/sbin/etherwake</code> using <code>sudo</code>, without password.</p>
<p>In <code>/var/www/html/</code> create an <code>index.php</code> file with:</p>
<pre class="wp-block-code"><code>&lt;html&gt;
&lt;head&gt;&lt;title&gt;Wake on Lan&lt;/title&gt;&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;Wake up &lt;a href="mycooldesktop.php"&gt;My Cool Desktop&lt;/a&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre>
<p>And a <code>mycooldesktop.php</code> (or whatever) file with:</p>
<pre class="wp-block-code"><code>&lt;?php
$output = shell_exec('sudo /usr/sbin/etherwake aa:bb:cc:11:22:33 2&gt;&amp;1');
echo "&lt;pre&gt;$output&lt;/pre&gt;";
?&gt;
&lt;p&gt;&lt;a href=".."&gt;Back&lt;/a&gt;&lt;/p&gt;</code></pre>
<pre class="wp-block-verse">It ain't pretty -- but it gets the job done. </pre>
<p>And be sure to edit the MAC address to match your desktop's ethernet MAC address. </p>
<h2>Cloudflare tunnels</h2>
<p>Install Cloudflare Tunnel (via <a href="https://dash.teams.cloudflare.com" target="_blank" rel="noreferrer noopener">Zero Trust</a> dashboard). </p>
<p>When creating a new tunnel, the dashboard will give you all needed commands to install the tunnel on your RPi -- but be sure to select the right OS/architecture (arm64? arm? armhf?). </p>
<figure class="wp-block-image size-large"><img src="https://static.yeri.be/2022/07/cf-tunnel-1024x448.png" alt="" class="wp-image-70047"/><figcaption>Easy.</figcaption></figure>
<p>And then point the tunnel to <code>http://localhost</code>. No need to mess around with <a href="https://yeri.be/tag/ssl">SSL</a> certs.</p>
<p>Lastly, set up Cloudflare Access (via the same Zero Trust dashboard): create a new application, and make sure only approved users can sign in (i.e.: using a pin code emailed to only approved emails). </p>
<figure class="wp-block-image size-large"><img src="https://static.yeri.be/2022/07/cf-access-1024x796.png" alt="" class="wp-image-70048"/><figcaption>I only allow access to my own emails, and my family, by using groups.</figcaption></figure>
<p>You can try it yourself via <a href="https://wol.superuser.one/" target="_blank" rel="noreferrer noopener">wol.superuser.one</a>. You won't get in. :)</p>
<pre class="wp-block-verse">Optionally, but recommended: lock down Nginx to only allow connections from localhost (<code>127.0.0.0/8</code> and <code>::1</code>) if using Cloudflare Tunnels, or <a href="https://www.frankindev.com/2020/11/18/allow-cloudflare-only-in-nginx/" target="_blank" rel="noreferrer noopener">Cloudflare IPs</a> if using port forwarding with <a href="https://www.cloudflare.com/en-gb/products/zero-trust/access/" target="_blank" rel="noreferrer noopener">Cloudflare Access</a> in front. </pre>
<figure class="wp-block-image size-large is-resized"><img src="https://static.yeri.be/2022/07/wol-interface-1024x540.png" alt="" class="wp-image-70042" width="610" height="321"/><figcaption>Love my design skills... But it gets the job done: click that link, and it'll execute <code>etherwake</code>.</figcaption></figure>
<h2>To recap</h2>
<ul><li>We used Tailscale to create a VPN network between the desktop and the iPad. The big benefit is that Tailscale works effortlessly across NAT networks without having to open ports,</li><li>We used Cloudflare DNS so we don't need to remember hostnames :),</li><li>We used Cloudflare Tunnels to make sure the RPi web interface is accessible across NAT (without port forwarding) and from anywhere, </li><li>We used Cloudflare Acces and locked down access to the right people using ACLs,</li><li>We used <code>etherwake</code> running on a RPi to wake up devices that are hibernating or turned off.</li></ul>
<p>And that's it really.</p>
<pre class="wp-block-verse">PS: technically WoL works with WiFi, but when I enabled WoL on the WiFi adapter, the NUC refused to hibernate/sleep for more than a minute, and kept waking itself up. So, there seems to be some kind of trigger in my network that keeps waking it up. Also, not sure if WoL via WiFi would work if the device is turned off (as opposed to sleep or hibernate). I just ended up using ethernet. 

PPS: both Cloudflare Tunnels and Tailscale use <a href="https://www.wireguard.com/" target="_blank" rel="noreferrer noopener">Wireguard</a> tech in the background, so that's really cool. </pre>
]]></content:encoded>
      <category>apple</category><category>hardware</category><category>linux</category><category>misc</category><category>networking</category><category>software</category><category>windows</category><category>www</category>
      <category>windows</category><category>cloudflare</category><category>tailscale</category><category>vpn</category>
    </item>
    
    <item>
      <title>Screen going black with AutoCAD (LT)</title>
      <link>https://yeri.be/screen-going-black-with-autocad-lt/</link>
      <pubDate>Mon, 03 May 2021 10:20:00 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/screen-going-black-with-autocad-lt/</guid>
      <description>&lt;p&gt;I am not sure what is the problem -- I&#39;ve upgraded Shan&#39;s 27&#34; 2k monitor to a 32&#34; 4k monitor and AutoCAD LT recently updated from 2021 to 2022. &lt;a href=&#34;http://shanwong.design&#34; target=&#34;_blank&#34; rel=&#34;noreferrer noopener&#34;&gt;Shan&lt;/a&gt;&#39;s been using a 2017 i5 NUC (NUC7i5BNB) with 32Gb RAM using the onboard GPU. Something that should be plenty for a bit of Windows, Chrome, Photoshop and AutoCAD LT. &lt;/p&gt;&#xA;&lt;p&gt;For the past few weeks, several times a day her screen would black out for half a second or so and then everything should go back to normal. Sometimes it would happen several times in a row, sometimes it wouldn&#39;t for hours on end. &lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I am not sure what is the problem -- I've upgraded Shan's 27" 2k monitor to a 32" 4k monitor and AutoCAD LT recently updated from 2021 to 2022. <a href="http://shanwong.design" target="_blank" rel="noreferrer noopener">Shan</a>'s been using a 2017 i5 NUC (NUC7i5BNB) with 32Gb RAM using the onboard GPU. Something that should be plenty for a bit of Windows, Chrome, Photoshop and AutoCAD LT. </p>
<p>For the past few weeks, several times a day her screen would black out for half a second or so and then everything should go back to normal. Sometimes it would happen several times in a row, sometimes it wouldn't for hours on end. </p>
<p>I tried several things, including getting a 8k 120hz HDMI cable, using a usb-c to DP cable, changing the GPU vRAM minimum from 128Mb to 2048Mb (quite the hack, as it can't be set in the bios -- requires <a href="https://www.contechblog.com/2019/10/increase-vram-on-intel-gpu-without-bios.html" target="_blank" rel="noreferrer noopener">messing around in the registry</a>. Wow.), updating all the drivers, updating the bios, making sure the NUC was properly ventilated and keeping cool (every full moon the NUC shuts down due to overheating in Singapore if I set the fan to 'balanced' instead of 'cool'), and probably more. And because it happened so sporadically it was quite hard to debug (to the point I sometimes didn't want to believe her as I couldn't see it blacken out). </p>
<p>Shan was getting frustrated (which in turn means I get frustrated)... and I started looking at getting either an eGPU (I can get a free <a href="https://blogs.nvidia.com/blog/2015/04/09/quadro-m6000/" target="_blank" rel="noreferrer noopener">Nividia M6000</a>, just need the enclosure, but the enclosure would be $$), an <a href="https://www.asrockind.com/en-gb/4X4%20BOX-4800U" title="https://www.newegg.com/asrock-4x4-box-4500u/p/N82E16856158070" target="_blank" rel="noreferrer noopener">AMD Ryzen 5 or 7 NUC</a> (no more Intel in this house, but also $$$), or some other refurb (massive) desktop some friend had lying around (HP z240 or something, zero $, but Shan would kill me for having this massive thing on her desk). </p>
<p>Turns out, the quick fix, was to simply <a href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-enable-or-disable-hardware-acceleration-in-AutoCAD.html" target="_blank" rel="noreferrer noopener">disable hardware acceleration</a>.</p>
<p>Run <code>GRAPHICSCONFIG</code> and uncheck <code>hardware acceleration</code>. </p>
<p>This is probably not ideal in the long run (hopefully it's an issue with AutoCAD 2022 that is getting fixed, as opposed to the onboard Intel GPU getting messed up with AutoCAD).  </p>
<p>When in doubt… Turn off hardware acceleration.</p>
]]></content:encoded>
      <category>errors</category><category>hardware</category><category>misc</category><category>software</category><category>windows</category>
      <category>autocad</category><category>gpu</category><category>shanwong</category><category>software</category>
    </item>
    
    <item>
      <title>Belgian banks &amp; SSL — part 3</title>
      <link>https://yeri.be/belgian-banks-ssl-part-3/</link>
      <pubDate>Sun, 15 Feb 2015 11:11:42 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/belgian-banks-ssl-part-3/</guid>
      <description>&lt;p&gt;&lt;span style=&#34;text-decoration: underline;&#34;&gt;&lt;strong&gt;EDIT&lt;/strong&gt;&lt;/span&gt;: ING is now A- (not reflected in this blog post).&#xA;&lt;strong&gt;&lt;span style=&#34;text-decoration: underline;&#34;&gt;EDIT 2&lt;/span&gt;&lt;/strong&gt;: Keytrade &amp;amp; Hello Bank also went to A. I&amp;rsquo;ll post a new blog post later tonight.&#xA;&lt;strong&gt;&lt;span style=&#34;text-decoration: underline;&#34;&gt;EDIT 3&lt;/span&gt;&lt;/strong&gt;: Updated post &lt;a href=&#34;https://yeri.be/belgian-banks-ssl-part-4&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Part three, or how I single-handedly &amp;ldquo;fixed&amp;rdquo; SSL at the Belgian banks. ;)&lt;/p&gt;&#xA;&lt;p&gt;Part &lt;a href=&#34;https://yeri.be/belgian-banks-ssl&#34;&gt;one&lt;/a&gt; and &lt;a href=&#34;https://yeri.be/belgian-banks-ssl-part-2&#34;&gt;two&lt;/a&gt; are available here. Not related but useful nonetheless &lt;a href=&#34;http://www.nytimes.com/2015/02/15/world/bank-hackers-steal-millions-via-malware.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;NY Times article&lt;/a&gt; about bank hackers.&lt;/p&gt;&#xA;&lt;p&gt;Argenta &lt;a href=&#34;https://www.facebook.com/argenta/posts/10206360815449230&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;promised to fix their SSL&lt;/a&gt;, so it&amp;rsquo;s the time to check everything again.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>EDIT</strong></span>: ING is now A- (not reflected in this blog post).
<strong><span style="text-decoration: underline;">EDIT 2</span></strong>: Keytrade &amp; Hello Bank also went to A. I&rsquo;ll post a new blog post later tonight.
<strong><span style="text-decoration: underline;">EDIT 3</span></strong>: Updated post <a href="https://yeri.be/belgian-banks-ssl-part-4">here</a>.</p>
<p>Part three, or how I single-handedly &ldquo;fixed&rdquo; SSL at the Belgian banks. ;)</p>
<p>Part <a href="https://yeri.be/belgian-banks-ssl">one</a> and <a href="https://yeri.be/belgian-banks-ssl-part-2">two</a> are available here. Not related but useful nonetheless <a href="http://www.nytimes.com/2015/02/15/world/bank-hackers-steal-millions-via-malware.html" target="_blank" rel="noopener noreferrer">NY Times article</a> about bank hackers.</p>
<p>Argenta <a href="https://www.facebook.com/argenta/posts/10206360815449230" target="_blank" rel="noopener noreferrer">promised to fix their SSL</a>, so it&rsquo;s the time to check everything again.</p>
<p>TL;DR: Only Argenta&rsquo;s status changed for the better.</p>
<p>Those that <strong>did not</strong> change:</p>
<ul>
    <li><span style="color: #339966;">Rabobank</span>: A+</li>
    <li><span style="color: #339966;">Triodos</span>: A+</li>
    <li><span style="color: #339966;">Belfius</span>: A-</li>
    <li><span style="color: #339966;">BNP Paribas Fortis</span>: A-</li>
    <li><span style="color: #339966;">bpost bank</span>: A-</li>
    <li><span style="color: #ff9900;">AXA</span>: B</li>
    <li><span style="color: #ff9900;">beobank</span>: B</li>
    <li><span style="color: #ff9900;">CPH</span>: B</li>
    <li><span style="color: #ff9900;">KBC</span>: B</li>
    <li><span style="color: #ff9900;">Keytrade Bank</span>: B</li>
    <li><span style="color: #ff9900;">Crelan</span> (internet banking): B</li>
    <li><span style="color: #ff0000;">Hello bank!</span>: C</li>
    <li><span style="color: #ff0000;">Bank Van Breda</span> (internet banking): C
<ul>
    <li>BvB no longer supports <a href="https://community.qualys.com/blogs/securitylabs/2010/10/06/disabling-ssl-renegotiation-is-a-crutch-not-a-fix" target="_blank" rel="noopener noreferrer">secure renegotiation</a> (which, afaik, it did before). However, it's still rated as C, as this isn't a real issue.</li>
</ul>
</li>
    <li><span style="color: #ff0000;">ING</span>: F</li>
    <li><span style="color: #ff0000;">Record Bank</span> (internet banking): F</li>
</ul>
<p>Those that <strong>did</strong> change:</p>
<ul>
    <li>Argenta (internet banking): <span style="color: #ff0000;">F</span> to <span style="color: #ff9900;">B</span>
<ul>
    <li><span style="color: #339966;">No longer vulnerable to POODLE</span>,</li>
    <li>Support for <span style="color: #339966;">protocol downgrade attacks prevention</span>,</li>
    <li><span style="color: #ff9900;">Still using SSL3 </span>(obsolete and insecure),</li>
    <li><span style="color: #ff9900;">Weak signature </span>(SHA1),</li>
    <li><span style="color: #ff9900;">RC4 cipher is supported</span> (insecure),</li>
    <li><span style="color: #ff9900;">No Forward Secrecy</span>.</li>
</ul>
</li>
</ul>
<p>Still a little way to go for Argenta, but it&rsquo;s on the right path.</p>
<p>Those that I <strong>hadn&rsquo;t tested</strong> before:</p>
<ul>
    <li><span style="color: #ff9900;">VDK</span>: B</li>
    <li><span style="color: #ff0000;">ABK</span>: F</li>
    <li><span style="color: #ff0000;">MeDirect Bank</span>: F</li>
    <li><span style="color: #ff0000;">Ogone</span>: C (technically not a bank, and <a href="https://twitter.com/stroobl/status/561920969800171520" target="_blank" rel="noopener noreferrer">promised a fix</a>, but it <a href="https://twitter.com/stroobl/status/566910029685850112" target="_blank" rel="noopener noreferrer">got delayed</a>).</li>
</ul>
<hr />
<p>The entire <strong>list updated</strong>:</p>
<p><span style="color: #008000;">Grade A</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.rabobank.be&amp;s=172.230.225.200" target="_blank" rel="noopener noreferrer">Rabobank</a> (<span style="color: #339966;">A+</span>): <span style="color: #339966;">no known issues</span>. Support for HTTP Strict Transport Security and prevented downgrade attacks.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.triodos.be" target="_blank" rel="noopener noreferrer">Triodos</a> (<span style="color: #339966;">A+</span>): <span style="color: #339966;">no known issues</span>. Support for HTTP Strict Transport Security and prevented downgrade attacks.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.belfius.be&amp;s=212.63.233.37" target="_blank" rel="noopener noreferrer">Belfius</a> (<span style="color: #339966;">A-</span>): weak signature (SHA1), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.bnpparibasfortis.be&amp;s=193.58.4.82" target="_blank" rel="noopener noreferrer">BNP Paribas Fortis</a>: (<span style="color: #339966;">A-</span>) weak signature (SHA1), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.bpostbank.be" target="_blank" rel="noopener noreferrer">bpost bank</a>: (<span style="color: #339966;">A-</span>) weak signature (SHA1), no Forward Secrecy.</li>
</ul>
<p><span style="color: #ff6600;">Grade B</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=argenta.be" target="_blank" rel="noopener noreferrer">Argenta</a>: no SSL on main page.
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=internetbanking.argenta.be" target="_blank" rel="noopener noreferrer">internet banking</a>: SSL3 (insecure), weak signature (SHA1), RC4 (insecure), no Forward Secrecy.</li>
</ul>
</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.axa.be" target="_blank" rel="noopener noreferrer">AXA</a>: weak signature (SHA1), SSL3 (insecure), RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=beobank.be" target="_blank" rel="noopener noreferrer">beobank</a>: weak signature (SHA1), no TLS 1.2, RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=cph.be" target="_blank" rel="noopener noreferrer">CPH</a>: no TLS 1.2, RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.kbc.be">KBC</a>: weak signature (SHA1), no TLS 1.2, no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.keytradebank.be&amp;s=93.191.218.12" target="_blank" rel="noopener noreferrer">Keytrade Bank</a>: weak signature (SHA1), RC4 (insecure).</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=online.vdk.be" target="_blank" rel="noopener noreferrer">VDK</a>: SSL3 (insecure),no TLS 1.2, weak signature (SHA1), RC4 (insecure), no Forward Secrecy</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=crelan.be&amp;latest" target="_blank" rel="noopener noreferrer">Crelan</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=crelan-online.be" target="_blank" rel="noopener noreferrer">internet banking</a>: weak signature (SHA1), SSL3 (insecure), no TLS 1.2, RC4, no Forward Secrecy.</li>
</ul>
</li>
</ul>
<p><span style="color: #ff0000;">Grade C</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.hellobank.be" target="_blank" rel="noopener noreferrer">Hello bank!</a>: vulnerable to POODLE attack, weak signature (SHA1), RC4 (insecure).</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=bankvanbreda.be&amp;latest" target="_blank" rel="noopener noreferrer">Bank Van Breda</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=secure.vanbredaonline.be" target="_blank" rel="noopener noreferrer">internet banking</a>: vulnerable to POODLE attack, weak signature (SHA1), no TLS 1.2, no Forward Secrecy, no support for secure renegotiation.</li>
</ul>
</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=secure.ogone.com" target="_blank" rel="noopener noreferrer">Ogone</a>: payment facilitator
<ul>
    <li>weak signature (SHA1), RC4, vulnerable to POODLE, no Forward Secrecy</li>
</ul>
</li>
</ul>
<p><span style="color: #ff0000;">Grade D</span></p>
<ul>
    <li>n/a</li>
</ul>
<p><span style="color: #ff0000;">Grade E</span></p>
<ul>
    <li>n/a</li>
</ul>
<p><span style="color: #ff0000;">Grade F</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=abkonline.abk.be" target="_blank" rel="noopener noreferrer">ABK</a>: SSL2 (insecure), vulnerable to POODLE attack, weak signature (SHA1), RC4 (insecure), no Forward Secrecy, no TLS 1.2.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.ing.be&amp;s=193.58.129.66&amp;hideResults=on" target="_blank" rel="noopener noreferrer">ING</a>: vulnerable to POODLE attack, SSL3 (insecure), weak signature (SHA1), RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=elogin.medirectbank.be" target="_blank" rel="noopener noreferrer">MeDirect Bank</a>: vulnerable to POODLE attack, <a href="https://community.qualys.com/blogs/securitylabs/2014/06/13/ssl-pulse-49-vulnerable-to-cve-2014-0224-14-exploitable" target="_blank" rel="noopener noreferrer">OpenSSL CCS vulnerability</a> (quite bad),</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=recordbank.be&amp;latest" target="_blank" rel="noopener noreferrer">Record Bank</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=homebank.recordbank.be" target="_blank" rel="noopener noreferrer">internet banking</a>: vulnerable to POODLE attack, RC4 (insecure), no Forward Secrecy.</li>
</ul>
</li>
</ul>
<p>Information about SSL Labs grading can be found <a href="https://web.archive.org/web/20170119124000/https://www.ssllabs.com/downloads/SSL_Server_Rating_Guide.pdf" target="_blank" rel="noopener noreferrer">here</a>. Grade A (+) being the best possible ranking, and F the worst.</p>
<p>Also, shame on you ING. More than any other bank.</p>
]]></content:encoded>
      <category>linux</category><category>misc</category><category>networking</category><category>software</category><category>windows</category><category>www</category>
      <category>belgium</category><category>ssl</category>
    </item>
    
    <item>
      <title>Belgian banks &amp; SSL -- part 2</title>
      <link>https://yeri.be/belgian-banks-ssl-part-2/</link>
      <pubDate>Sun, 01 Feb 2015 11:32:43 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/belgian-banks-ssl-part-2/</guid>
      <description>&lt;p&gt;I previously wrote about &lt;a href=&#34;https://yeri.be/belgian-banks-ssl&#34;&gt;Belgian banks &amp;amp; SSL&lt;/a&gt;. Updated version (15/02/2015) &lt;a href=&#34;https://yeri.be/belgian-banks-ssl-part-3&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Going through my Google Analytics I noticed some noteworthy network domains, which Google discribes as &amp;ldquo;The fully qualified domain names of your visitors&amp;rsquo; Internet service providers (ISPs)&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.01.png&#34;&gt;&lt;img class=&#34;alignnone size-full wp-image-6815&#34; src=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.01.png&#34; alt=&#34;Screen Shot 2015-02-01 at 01.35.01&#34; width=&#34;651&#34; height=&#34;34&#34; /&gt;&lt;/a&gt;&lt;a href=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.23.png&#34;&gt;&lt;img class=&#34;alignnone size-large wp-image-6816&#34; src=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.23.png&#34; alt=&#34;Screen Shot 2015-02-01 at 01.35.23&#34; width=&#34;650&#34; height=&#34;34&#34; /&gt;&lt;/a&gt;&lt;a href=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.34.png&#34;&gt;&lt;img class=&#34;alignnone size-large wp-image-6817&#34; src=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.34.png&#34; alt=&#34;Screen Shot 2015-02-01 at 01.35.34&#34; width=&#34;650&#34; height=&#34;33&#34; /&gt;&lt;/a&gt;&lt;a href=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.36.59.png&#34;&gt;&lt;img class=&#34;alignnone size-large wp-image-6818&#34; src=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.36.59.png&#34; alt=&#34;Screen Shot 2015-02-01 at 01.36.59&#34; width=&#34;649&#34; height=&#34;103&#34; /&gt;&lt;/a&gt;&lt;a href=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.37.32.png&#34;&gt;&lt;img class=&#34;alignnone size-large wp-image-6819&#34; src=&#34;https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.37.32.png&#34; alt=&#34;Screen Shot 2015-02-01 at 01.37.32&#34; width=&#34;651&#34; height=&#34;34&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I previously wrote about <a href="https://yeri.be/belgian-banks-ssl">Belgian banks &amp; SSL</a>. Updated version (15/02/2015) <a href="https://yeri.be/belgian-banks-ssl-part-3">here</a>.</p>
<p>Going through my Google Analytics I noticed some noteworthy network domains, which Google discribes as &ldquo;The fully qualified domain names of your visitors&rsquo; Internet service providers (ISPs)&rdquo;.</p>
<p><a href="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.01.png"><img class="alignnone size-full wp-image-6815" src="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.01.png" alt="Screen Shot 2015-02-01 at 01.35.01" width="651" height="34" /></a><a href="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.23.png"><img class="alignnone size-large wp-image-6816" src="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.23.png" alt="Screen Shot 2015-02-01 at 01.35.23" width="650" height="34" /></a><a href="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.34.png"><img class="alignnone size-large wp-image-6817" src="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.35.34.png" alt="Screen Shot 2015-02-01 at 01.35.34" width="650" height="33" /></a><a href="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.36.59.png"><img class="alignnone size-large wp-image-6818" src="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.36.59.png" alt="Screen Shot 2015-02-01 at 01.36.59" width="649" height="103" /></a><a href="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.37.32.png"><img class="alignnone size-large wp-image-6819" src="https://static.yeri.be/2015/02/Screen-Shot-2015-02-01-at-01.37.32.png" alt="Screen Shot 2015-02-01 at 01.37.32" width="651" height="34" /></a></p>
<p>There are a few more (Belgian) government institutions and universities, and the top in the list are &ldquo;(not set)&rdquo; and &ldquo;unknown&rdquo;.</p>
<p>Clearly some people at the banks read the post during their work time. So it&rsquo;s only fair to recheck the websites&hellip; Here goes:</p>
<p>Those that I <strong>hadn&rsquo;t tested</strong> before:</p>
<ul>
    <li><span style="color: #ff9900;">CPH</span>: B</li>
    <li><span style="color: #ff0000;">Record Bank</span> (internet banking): F</li>
</ul>
<p>Those that <strong>did not</strong> change:</p>
<ul>
    <li><span style="color: #339966;">Rabobank</span>: A+</li>
    <li><span style="color: #339966;">Belfius</span>: A-</li>
    <li><span style="color: #ff9900;">AXA</span>: B</li>
    <li><span style="color: #ff9900;">beobank</span>: B</li>
    <li><span style="color: #ff9900;">KBC</span>: B</li>
    <li><span style="color: #ff9900;">Keytrade Bank</span>: B</li>
    <li><span style="color: #ff9900;">Crelan</span> (internet banking): B</li>
    <li><span style="color: #ff0000;">Hello bank!</span>: C</li>
    <li><span style="color: #ff0000;">Bank Van Breda</span> (internet banking): C</li>
    <li><span style="color: #ff0000;">ING</span>: F</li>
    <li><span style="color: #ff0000;">Argenta</span> (internet banking): F</li>
</ul>
<p>Those that <strong>did</strong> change:</p>
<ul>
    <li><span style="color: #339966;">Triodos</span>: <span style="color: #339966;">A</span> to <span style="color: #339966;">A+</span>
<ul>
    <li>downgrade prevention correctly applied.</li>
</ul>
</li>
    <li><span style="color: #339966;">BNP Paribas Fortis</span>: <span style="color: #ff0000;">F</span> to <span style="color: #339966;">A-</span>
<ul>
    <li>No longer vulnerable to POODLE,</li>
    <li>Disabled SSL3 (insecure),</li>
    <li>Disabled RC4 (insecure),</li>
    <li>Still using a weak signature (SHA1),</li>
    <li>No Forward Secrecy.</li>
</ul>
</li>
    <li><span style="color: #339966;">bpost bank</span>: <span style="color: #ff0000;">F</span> to <span style="color: #339966;">A-</span>
<ul>
    <li>No longer vulnerable to POODLE,</li>
    <li>Disabled SSL3 (insecure),</li>
    <li>Disabled RC4 (insecure),</li>
    <li>Still using a weak signature (SHA1),</li>
    <li>No Forward Secrecy.</li>
</ul>
</li>
</ul>
<p>Huge thumbs up for these last three banks! Well done, especially BNP &amp; bpost! :)</p>
<p>Keep on shaming the others.</p>
<hr />
<p>The entire <strong>list updated</strong>:</p>
<p><span style="color: #008000;">Grade A</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.rabobank.be&amp;s=172.230.225.200" target="_blank" rel="noopener noreferrer">Rabobank</a> (<span style="color: #339966;">A+</span>): <span style="color: #339966;">no known issues</span>. Support for HTTP Strict Transport Security and prevented downgrade attacks.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.triodos.be" target="_blank" rel="noopener noreferrer">Triodos</a> (<span style="color: #339966;">A+</span>): <span style="color: #339966;">no known issues</span>. Support for HTTP Strict Transport Security and prevented downgrade attacks.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.belfius.be&amp;s=212.63.233.37" target="_blank" rel="noopener noreferrer">Belfius</a> (<span style="color: #339966;">A-</span>): weak signature (SHA1), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.bnpparibasfortis.be&amp;s=193.58.4.82" target="_blank" rel="noopener noreferrer">BNP Paribas Fortis</a>: (<span style="color: #339966;">A-</span>) weak signature (SHA1), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.bpostbank.be" target="_blank" rel="noopener noreferrer">bpost bank</a>: (<span style="color: #339966;">A-</span>) weak signature (SHA1), no Forward Secrecy.</li>
</ul>
<p><span style="color: #ff6600;">Grade B</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.axa.be" target="_blank" rel="noopener noreferrer">AXA</a>: weak signature (SHA1), SSL3 (insecure), RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=beobank.be" target="_blank" rel="noopener noreferrer">beobank</a>: weak signature (SHA1), no TLS 1.2, RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=cph.be" target="_blank" rel="noopener noreferrer">CPH</a>: no TLS 1.2, RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.kbc.be">KBC</a>: weak signature (SHA1), no TLS 1.2, no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.keytradebank.be&amp;s=93.191.218.12" target="_blank" rel="noopener noreferrer">Keytrade Bank</a>: weak signature (SHA1), RC4 (insecure).</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=crelan.be&amp;latest" target="_blank" rel="noopener noreferrer">Crelan</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=crelan-online.be" target="_blank" rel="noopener noreferrer">internet banking</a>: weak signature (SHA1), SSL3 (insecure), no TLS 1.2, RC4, no Forward Secrecy.</li>
</ul>
</li>
</ul>
<p><span style="color: #ff0000;">Grade C</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.hellobank.be" target="_blank" rel="noopener noreferrer">Hello bank!</a>: vulnerable to POODLE attack, weak signature (SHA1), RC4 (insecure).</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=bankvanbreda.be&amp;latest" target="_blank" rel="noopener noreferrer">Bank Van Breda</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=secure.vanbredaonline.be" target="_blank" rel="noopener noreferrer">internet banking</a>: vulnerable to POODLE attack, weak signature (SHA1), no TLS 1.2, no Forward Secrecy.</li>
</ul>
</li>
</ul>
<p><span style="color: #ff0000;">Grade D</span></p>
<ul>
    <li>n/a</li>
</ul>
<p><span style="color: #ff0000;">Grade E</span></p>
<ul>
    <li>n/a</li>
</ul>
<p><span style="color: #ff0000;">Grade F</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.ing.be&amp;s=193.58.129.66&amp;hideResults=on" target="_blank" rel="noopener noreferrer">ING</a>: vulnerable to POODLE attack, SSL3 (insecure), weak signature (SHA1), RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=argenta.be" target="_blank" rel="noopener noreferrer">Argenta</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=internetbanking.argenta.be" target="_blank" rel="noopener noreferrer">internet banking</a>: vulnerable to POODLE attack, SSL3 (insecure), weak signature (SHA1), RC4 (insecure), no Forward Secrecy.</li>
</ul>
</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=recordbank.be&amp;latest" target="_blank" rel="noopener noreferrer">Record Bank</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=homebank.recordbank.be" target="_blank" rel="noopener noreferrer">internet banking</a>: vulnerable to POODLE attack, RC4 (insecure), no Forward Secrecy.</li>
</ul>
</li>
</ul>
<p>Information about SSL Labs grading can be found <a href="https://web.archive.org/web/20170119124000/https://www.ssllabs.com/downloads/SSL_Server_Rating_Guide.pdf" target="_blank" rel="noopener noreferrer">here</a>. Grade A (+) being the best possible ranking, and F the worst.</p>
]]></content:encoded>
      <category>linux</category><category>misc</category><category>networking</category><category>software</category><category>windows</category><category>www</category>
      <category>belgium</category><category>ssl</category>
    </item>
    
    <item>
      <title>Belgian banks &amp; SSL</title>
      <link>https://yeri.be/belgian-banks-ssl/</link>
      <pubDate>Tue, 20 Jan 2015 11:40:50 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/belgian-banks-ssl/</guid>
      <description>&lt;p&gt;Tested using &lt;a href=&#34;https://www.ssllabs.com&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;SSL Labs&lt;/a&gt; on 20/01/2015. Updated version 01/02/2015 &lt;a href=&#34;https://yeri.be/belgian-banks-ssl-part-2&#34;&gt;here&lt;/a&gt; and 15/02/2015 &lt;a href=&#34;https://yeri.be/belgian-banks-ssl-part-3&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Only providing the weak points. Once there is one SHA1 key in the chain, I will report everything as weak.&lt;/p&gt;&#xA;&lt;p&gt;Check SSL Labs for a full report, including what they actually did good (if anything).&lt;/p&gt;&#xA;&lt;p&gt;&lt;span style=&#34;color: #008000;&#34;&gt;Grade A&lt;/span&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;https://www.ssllabs.com/ssltest/analyze.html?d=www.rabobank.be&amp;amp;s=172.230.225.200&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Rabobank&lt;/a&gt; (&lt;span style=&#34;color: #339966;&#34;&gt;A+&lt;/span&gt;): &lt;span style=&#34;color: #339966;&#34;&gt;no known issues&lt;/span&gt;. Support for &lt;a href=&#34;https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;HTTP Strict Transport Security&lt;/a&gt; and prevented &lt;a href=&#34;https://crypto.stackexchange.com/questions/10493/why-is-tls-susceptible-to-protocol-downgrade-attacks&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;downgrade attacks&lt;/a&gt;.&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;https://www.ssllabs.com/ssltest/analyze.html?d=www.triodos.be&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Triodos&lt;/a&gt; (&lt;span style=&#34;color: #339966;&#34;&gt;A&lt;/span&gt;): no downgrade attack prevention.&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;https://www.ssllabs.com/ssltest/analyze.html?d=www.belfius.be&amp;amp;s=212.63.233.37&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Belfius&lt;/a&gt; (&lt;span style=&#34;color: #339966;&#34;&gt;A-&lt;/span&gt;): weak signature (&lt;a href=&#34;https://community.qualys.com/blogs/securitylabs/2014/09/09/sha1-deprecation-what-you-need-to-know&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;SHA1&lt;/a&gt;), no &lt;a href=&#34;https://en.wikipedia.org/wiki/Forward_secrecy&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Forward Secrecy&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;span style=&#34;color: #ff6600;&#34;&gt;Grade B&lt;/span&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Tested using <a href="https://www.ssllabs.com" target="_blank" rel="noopener noreferrer">SSL Labs</a> on 20/01/2015. Updated version 01/02/2015 <a href="https://yeri.be/belgian-banks-ssl-part-2">here</a> and 15/02/2015 <a href="https://yeri.be/belgian-banks-ssl-part-3">here</a>.</p>
<p>Only providing the weak points. Once there is one SHA1 key in the chain, I will report everything as weak.</p>
<p>Check SSL Labs for a full report, including what they actually did good (if anything).</p>
<p><span style="color: #008000;">Grade A</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.rabobank.be&amp;s=172.230.225.200" target="_blank" rel="noopener noreferrer">Rabobank</a> (<span style="color: #339966;">A+</span>): <span style="color: #339966;">no known issues</span>. Support for <a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security" target="_blank" rel="noopener noreferrer">HTTP Strict Transport Security</a> and prevented <a href="https://crypto.stackexchange.com/questions/10493/why-is-tls-susceptible-to-protocol-downgrade-attacks" target="_blank" rel="noopener noreferrer">downgrade attacks</a>.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.triodos.be" target="_blank" rel="noopener noreferrer">Triodos</a> (<span style="color: #339966;">A</span>): no downgrade attack prevention.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.belfius.be&amp;s=212.63.233.37" target="_blank" rel="noopener noreferrer">Belfius</a> (<span style="color: #339966;">A-</span>): weak signature (<a href="https://community.qualys.com/blogs/securitylabs/2014/09/09/sha1-deprecation-what-you-need-to-know" target="_blank" rel="noopener noreferrer">SHA1</a>), no <a href="https://en.wikipedia.org/wiki/Forward_secrecy" target="_blank" rel="noopener noreferrer">Forward Secrecy</a>.</li>
</ul>
<p><span style="color: #ff6600;">Grade B</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.axa.be" target="_blank" rel="noopener noreferrer">AXA</a>: weak signature (SHA1), <a href="https://community.qualys.com/blogs/securitylabs/2014/10/15/ssl-3-is-dead-killed-by-the-poodle-attack" target="_blank" rel="noopener noreferrer">SSL3</a> (insecure), <a href="https://community.qualys.com/blogs/securitylabs/2013/03/19/rc4-in-tls-is-broken-now-what" target="_blank" rel="noopener noreferrer">RC4</a> (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=beobank.be" target="_blank" rel="noopener noreferrer">beobank</a>: weak signature (SHA1), no TLS 1.2, RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.kbc.be">KBC</a>: weak signature (SHA1), no TLS 1.2, no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.keytradebank.be&amp;s=93.191.218.12" target="_blank" rel="noopener noreferrer">Keytrade Bank</a>: weak signature (SHA1), RC4 (insecure).</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=crelan.be&amp;latest" target="_blank" rel="noopener noreferrer">Crelan</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=crelan-online.be" target="_blank" rel="noopener noreferrer">internet banking</a>: weak signature (SHA1), SSL3 (insecure), no TLS 1.2, RC4, no Forward Secrecy.</li>
</ul>
</li>
</ul>
<p><span style="color: #ff0000;">Grade C</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.hellobank.be" target="_blank" rel="noopener noreferrer">Hello bank!</a>: vulnerable to <a href="https://community.qualys.com/blogs/securitylabs/2014/10/15/ssl-3-is-dead-killed-by-the-poodle-attack" target="_blank" rel="noopener noreferrer">POODLE</a> attack, weak signature (SHA1), RC4 (insecure).</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=bankvanbreda.be&amp;latest" target="_blank" rel="noopener noreferrer">Bank Van Breda</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=secure.vanbredaonline.be" target="_blank" rel="noopener noreferrer">internet banking</a>: vulnerable to POODLE attack, weak signature (SHA1), no TLS 1.2, no Forward Secrecy.</li>
</ul>
</li>
</ul>
<p><span style="color: #ff0000;">Grade D</span></p>
<ul>
    <li>n/a</li>
</ul>
<p><span style="color: #ff0000;">Grade E</span></p>
<ul>
    <li>n/a</li>
</ul>
<p><span style="color: #ff0000;">Grade F</span></p>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.bnpparibasfortis.be&amp;s=193.58.4.82" target="_blank" rel="noopener noreferrer">BNP Paribas Fortis</a>: vulnerable to POODLE attack, SSL3 (insecure), weak signature (SHA1), RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.bpostbank.be" target="_blank" rel="noopener noreferrer">bpost bank</a>: vulnerable to POODLE attack, SSL3 (insecure), weak signature (SHA1), RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=www.ing.be&amp;s=193.58.129.66&amp;hideResults=on" target="_blank" rel="noopener noreferrer">ING</a>: vulnerable to POODLE attack, SSL3 (insecure), weak signature (SHA1), RC4 (insecure), no Forward Secrecy.</li>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=argenta.be" target="_blank" rel="noopener noreferrer">Argenta</a>: <span style="color: #33cccc;">no SSL on main page.</span>
<ul>
    <li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=internetbanking.argenta.be" target="_blank" rel="noopener noreferrer">internet banking</a>: vulnerable to POODLE attack, SSL3 (insecure), weak signature (SHA1), RC4 (insecure), no Forward Secrecy.</li>
</ul>
</li>
</ul>
<p>Information about SSL Labs grading can be found <a href="https://web.archive.org/web/20170119124000/https://www.ssllabs.com/downloads/SSL_Server_Rating_Guide.pdf" target="_blank" rel="noopener noreferrer">here</a>. Grade A (+) being the best possible ranking, and F the worst.</p>
<p><span style="text-decoration: underline;">PS</span>: none of the domains support IPv6 (while expected, it would have been nice &ndash; Belgium has the <a href="https://www.google.com/intl/en/ipv6/statistics.html#tab=per-country-ipv6-adoption" target="_blank" rel="noopener noreferrer">highest IPv6 adoption rate</a> for end users, but almost no IPv6 websites or businesses).</p>
]]></content:encoded>
      <category>linux</category><category>misc</category><category>networking</category><category>software</category><category>windows</category><category>www</category>
      <category>belgium</category><category>ssl</category>
    </item>
    
    <item>
      <title>5 Reasons The Guy Fixing Your Computer Hates You</title>
      <link>https://yeri.be/5-reasons-the-guy-fixing-your-computer-hates-you/</link>
      <pubDate>Tue, 03 Dec 2013 17:08:55 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/5-reasons-the-guy-fixing-your-computer-hates-you/</guid>
      <description>&lt;p style=&#34;text-align: center;&#34;&gt;&lt;iframe width=&#34;100%&#34; height=&#34;315&#34; src=&#34;//www.youtube.com/embed/cihXfGTKNJs&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p style="text-align: center;"><iframe width="100%" height="315" src="//www.youtube.com/embed/cihXfGTKNJs" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
      <category>errors</category><category>windows</category>
      <category>youtube</category>
    </item>
    
    <item>
      <title>Office 2010: cannot verify the license for this product</title>
      <link>https://yeri.be/office-2010-cannot-verify-the-license-for-this-product/</link>
      <pubDate>Fri, 01 Feb 2013 20:16:45 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/office-2010-cannot-verify-the-license-for-this-product/</guid>
      <description>&lt;p&gt;Due to continuous Access errors, I decided to reinstall Office Professional 2010 (64 bit).&lt;/p&gt;&#xA;&lt;p&gt;As I couldn&amp;rsquo;t find the original CD key I installed it with, I used another one from another installation. So far so good, installation went fine, etc.&lt;/p&gt;&#xA;&lt;p&gt;Once I started any Office app, it popped up this error: &amp;ldquo;Microsoft Office professional plus 2010 cannot verify the license. blablabla useless crap check control panel&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve tried:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt;Reenter CD key (via setup)&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Repair Office&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Install every single item I could select during the install&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Remove office + reinstall office&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Removed CD key with &lt;a href=&#34;http://answers.microsoft.com/en-us/office/forum/officeversion_other-office_install/office-2010-cannot-verify-license-error-message/62ad5890-4e71-4bc1-829e-d6252af61fcb&#34; target=&#34;_blank&#34;&gt;this&lt;/a&gt;&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Reboot over a zillion times&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Cursed&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;None of this worked.&#xA;&lt;p&gt;However, &lt;a href=&#34;http://social.technet.microsoft.com/Forums/en-US/excel/thread/22e8c4ad-aa77-4c72-ad7d-37f4e867baae&#34; target=&#34;_blank&#34;&gt;this&lt;/a&gt; seems to fix it for me:&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Due to continuous Access errors, I decided to reinstall Office Professional 2010 (64 bit).</p>
<p>As I couldn&rsquo;t find the original CD key I installed it with, I used another one from another installation. So far so good, installation went fine, etc.</p>
<p>Once I started any Office app, it popped up this error: &ldquo;Microsoft Office professional plus 2010 cannot verify the license. blablabla useless crap check control panel&rdquo;</p>
<p>I&rsquo;ve tried:</p>
<ul>
	<li>Reenter CD key (via setup)</li>
	<li>Repair Office</li>
	<li>Install every single item I could select during the install</li>
	<li>Remove office + reinstall office</li>
	<li>Removed CD key with <a href="http://answers.microsoft.com/en-us/office/forum/officeversion_other-office_install/office-2010-cannot-verify-license-error-message/62ad5890-4e71-4bc1-829e-d6252af61fcb" target="_blank">this</a></li>
	<li>Reboot over a zillion times</li>
	<li>Cursed</li>
</ul>
None of this worked.
<p>However, <a href="http://social.technet.microsoft.com/Forums/en-US/excel/thread/22e8c4ad-aa77-4c72-ad7d-37f4e867baae" target="_blank">this</a> seems to fix it for me:</p>
<ol>
	<li><span style="line-height: 13px;">Open command</span></li>
	<li>cd C:\Program Files\Microsoft Office\Office14</li>
	<li>cscript ospp.vbs /act</li>
	<li>reopen any Office. No more errors. Yay</li>
</ol>
<span style="color: #2a2a2a; font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; line-height: 20px;"> </span>
]]></content:encoded>
      <category>errors</category><category>software</category><category>windows</category>
      <category>office</category>
    </item>
    
    <item>
      <title>Windows 8</title>
      <link>https://yeri.be/windows-8/</link>
      <pubDate>Wed, 30 Jan 2013 11:20:42 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/windows-8/</guid>
      <description>&lt;p&gt;I lolled.&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p style=&#34;text-align: center;&#34;&gt;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/WTYet-qf1jo?rel=0&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I lolled.</p>
<p> </p>
<p style="text-align: center;"><iframe width="560" height="315" src="https://www.youtube.com/embed/WTYet-qf1jo?rel=0" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
      <category>software</category><category>windows</category>
      <category>windows 8</category>
    </item>
    
    <item>
      <title>*oops*</title>
      <link>https://yeri.be/oops/</link>
      <pubDate>Fri, 15 Jun 2012 19:49:49 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/oops/</guid>
      <description>&lt;img class=&#34;alignnone  wp-image-4992 aligncenter&#34; alt=&#34;IMG_20120615_101748&#34; src=&#34;https://static.yeri.be/2013/03/IMG_20120615_101748-1024x768.jpg&#34; width=&#34;819&#34; height=&#34;614&#34; /&gt;&#xA;&lt;img class=&#34;alignnone  wp-image-4991 aligncenter&#34; alt=&#34;IMG_20120615_101743&#34; src=&#34;https://static.yeri.be/2013/03/IMG_20120615_101743-1024x768.jpg&#34; width=&#34;819&#34; height=&#34;614&#34; /&gt;</description>
      <content:encoded><![CDATA[<img class="alignnone  wp-image-4992 aligncenter" alt="IMG_20120615_101748" src="https://static.yeri.be/2013/03/IMG_20120615_101748-1024x768.jpg" width="819" height="614" />
<img class="alignnone  wp-image-4991 aligncenter" alt="IMG_20120615_101743" src="https://static.yeri.be/2013/03/IMG_20120615_101743-1024x768.jpg" width="819" height="614" />
]]></content:encoded>
      <category>errors</category><category>hardware</category><category>software</category><category>windows</category>
      <category>nmbs</category>
    </item>
    
    <item>
      <title>There is not enough memory or disk space to run the grammar checker</title>
      <link>https://yeri.be/there-is-not-enough-memory-or-disk-space-to-run-the-grammar-checker/</link>
      <pubDate>Sat, 28 Jan 2012 02:58:01 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/there-is-not-enough-memory-or-disk-space-to-run-the-grammar-checker/</guid>
      <description>&lt;p&gt;Word (or Office in general) refusing to get proofing tools to work (spelling checker doesn&#39;t work, spawns these odd errors, won&#39;t find any spelling mistakes, etc).&lt;/p&gt;&#xA;&lt;p&gt;Lots of Googling and running Microsoft &#34;fixit&#34; applications didn&#39;t do much.&lt;/p&gt;&#xA;&lt;p&gt;Simple fix: run setup of the proofing tools again, and select repair, reboot, and all should be good.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Word (or Office in general) refusing to get proofing tools to work (spelling checker doesn't work, spawns these odd errors, won't find any spelling mistakes, etc).</p>
<p>Lots of Googling and running Microsoft "fixit" applications didn't do much.</p>
<p>Simple fix: run setup of the proofing tools again, and select repair, reboot, and all should be good.</p>
]]></content:encoded>
      <category>errors</category><category>software</category><category>windows</category>
      <category>office</category>
    </item>
    
    <item>
      <title>Malformed or invalid time zone in working hours XML in mailbox</title>
      <link>https://yeri.be/malformed-or-invalid-time-zone-in-working-hours-xml-in-mailbox/</link>
      <pubDate>Thu, 13 Jan 2011 10:56:40 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/malformed-or-invalid-time-zone-in-working-hours-xml-in-mailbox/</guid>
      <description>&lt;p&gt;This error might be caused by &lt;a href=&#34;https://yeri.be/changing-outlook-folder-language/&#34;&gt;changing this setting&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;When having this error in OWA, ECP or Outlook:&lt;/p&gt;&#xA;&lt;p style=&#34;text-align: center;&#34;&gt;&lt;a href=&#34;https://static.yeri.be/2011/01/it.outlook.error_.officetime.png&#34;&gt;&lt;img class=&#34;alignnone size-full wp-image-2192&#34; title=&#34;it.outlook.error.officetime&#34; src=&#34;https://static.yeri.be/2011/01/it.outlook.error_.officetime.png&#34; alt=&#34;&#34; width=&#34;477&#34; height=&#34;410&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;You can fix this by setting the correct time zone in Outlook (you cannot change it through ECP &amp;ndash; you need Outlook):&lt;/p&gt;&#xA;&lt;p&gt;File &amp;gt; Options &amp;gt; Calendar &amp;gt; Time Zone section&lt;/p&gt;&#xA;&lt;p&gt;Label: YourCity (e.g. Brussels) Time Zone: YourTimeZone (e.g. UTC+1 Brussels).&lt;/p&gt;&#xA;&lt;p style=&#34;text-align: center;&#34;&gt;&lt;a href=&#34;https://static.yeri.be/2011/01/it.outlook.error_.tz_.png&#34;&gt;&lt;img class=&#34;alignnone size-full wp-image-2193&#34; title=&#34;it.outlook.error.tz&#34; src=&#34;https://static.yeri.be/2011/01/it.outlook.error_.tz_.png&#34; alt=&#34;&#34; width=&#34;648&#34; height=&#34;208&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p style=&#34;text-align: left;&#34;&gt;Be sure to pick the correct time zone and fill in a label.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>This error might be caused by <a href="https://yeri.be/changing-outlook-folder-language/">changing this setting</a>.</p>
<p>When having this error in OWA, ECP or Outlook:</p>
<p style="text-align: center;"><a href="https://static.yeri.be/2011/01/it.outlook.error_.officetime.png"><img class="alignnone size-full wp-image-2192" title="it.outlook.error.officetime" src="https://static.yeri.be/2011/01/it.outlook.error_.officetime.png" alt="" width="477" height="410" /></a></p>
<p>You can fix this by setting the correct time zone in Outlook (you cannot change it through ECP &ndash; you need Outlook):</p>
<p>File &gt; Options &gt; Calendar &gt; Time Zone section</p>
<p>Label: YourCity (e.g. Brussels) Time Zone: YourTimeZone (e.g. UTC+1 Brussels).</p>
<p style="text-align: center;"><a href="https://static.yeri.be/2011/01/it.outlook.error_.tz_.png"><img class="alignnone size-full wp-image-2193" title="it.outlook.error.tz" src="https://static.yeri.be/2011/01/it.outlook.error_.tz_.png" alt="" width="648" height="208" /></a></p>
<p style="text-align: left;">Be sure to pick the correct time zone and fill in a label.</p>
]]></content:encoded>
      <category>errors</category><category>misc</category><category>windows</category>
      <category>exchange</category><category>windows 2008</category>
    </item>
    
    <item>
      <title>Changing Outlook (folder) language</title>
      <link>https://yeri.be/changing-outlook-folder-language/</link>
      <pubDate>Sun, 09 Jan 2011 18:51:27 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/changing-outlook-folder-language/</guid>
      <description>&lt;p&gt;In case you started Outlook with say, a Dutch localization, folders like &amp;ldquo;Inbox&amp;rdquo; are named &amp;ldquo;Postvak In&amp;rdquo;. Idem dito for replies on read receipts (Gelezen ipv Read), or Meeting Requests.&lt;/p&gt;&#xA;&lt;p&gt;I haven&amp;rsquo;t found an option to change this within Outlook, but using OWA, you can change the option and rename it.&lt;/p&gt;&#xA;&lt;p&gt;For example, using the ECP from my company:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://static.yeri.be/2011/01/It.outlook.lang_.png&#34;&gt;&lt;img class=&#34;alignnone size-full wp-image-2184&#34; title=&#34;It.outlook.lang&#34; src=&#34;https://static.yeri.be/2011/01/It.outlook.lang_.png&#34; alt=&#34;&#34; width=&#34;591&#34; height=&#34;430&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Restart Outlook &amp;ndash; the problem should be fixed.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>In case you started Outlook with say, a Dutch localization, folders like &ldquo;Inbox&rdquo; are named &ldquo;Postvak In&rdquo;. Idem dito for replies on read receipts (Gelezen ipv Read), or Meeting Requests.</p>
<p>I haven&rsquo;t found an option to change this within Outlook, but using OWA, you can change the option and rename it.</p>
<p>For example, using the ECP from my company:</p>
<p><a href="https://static.yeri.be/2011/01/It.outlook.lang_.png"><img class="alignnone size-full wp-image-2184" title="It.outlook.lang" src="https://static.yeri.be/2011/01/It.outlook.lang_.png" alt="" width="591" height="430" /></a></p>
<p>Restart Outlook &ndash; the problem should be fixed.</p>
]]></content:encoded>
      <category>misc</category><category>windows</category>
      <category>exchange</category><category>windows 2008</category>
    </item>
    
    <item>
      <title>Exchange error 0x6d9</title>
      <link>https://yeri.be/exchange-error-0x6d9/</link>
      <pubDate>Sat, 08 Jan 2011 17:02:38 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/exchange-error-0x6d9/</guid>
      <description>&lt;p&gt;I noticed my &amp;ldquo;Offline Address Book&amp;rdquo; was no longer automatically updating.&lt;/p&gt;&#xA;&lt;p&gt;Running &amp;ldquo;get-offlineaddressbook |fl&amp;rdquo; in the EMS showed it last updated somewhere 16th November 2010.&lt;/p&gt;&#xA;&lt;p&gt;Trying to manually update it through EMC (&amp;ldquo;Organizational Configuration &amp;gt; Mailbox &amp;gt; Offline Address Book &amp;gt; right click Default Offline Address Book &amp;gt; click update&amp;rdquo;) it gave me this error:&lt;/p&gt;&#xA;&lt;pre&gt; --------------------------------------------------------&#xA; Microsoft Exchange Error&#xA; --------------------------------------------------------&#xA; Action &#39;Update&#39; could not be performed on object &#39;Default Offline Address Book&#39;.&#xA; Default Offline Address Book&#xA; Failed&#xA; Error:&#xA; Failed to generate the content of the offline address book&#xA; &#39;\Default Offline Address Book&#39;.&#xA; Two possible reasons for the failure are that the System Attendant Service is not running or&#xA; you do not have permission to perform this operation. Error message :&#xA; &#39;Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from RpcEpResolveBinding&#39;.&#xA; Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from RpcEpResolveBinding&#xA; --------------------------------------------------------&#xA; OK&#xA; --------------------------------------------------------&#xA; --------------------------------------------------------&#xA; Microsoft Exchange Error&#xA; --------------------------------------------------------&#xA; Action &#39;Update&#39; could not be performed on object&#xA; &#39;Default Offline Address Book&#39;.&#xA; Default Offline Address BookFailedError:Failed to generate the content of the&#xA; offline address book &#39;\Default Offline Address Book&#39;. Two possible reasons for&#xA; the failure are that the System Attendant Service is not running or you do not&#xA; have permission to perform this operation. Error message :&#xA; &#39;Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from RpcEpResolveBinding&#39;.&#xA; Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from RpcEpResolveBinding&#xA; --------------------------------------------------------&#xA; OK&#xA; --------------------------------------------------------&lt;/pre&gt;&#xA;&lt;p&gt;I googled for quite a while trying to find a fix, but nothing useful could be found.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I noticed my &ldquo;Offline Address Book&rdquo; was no longer automatically updating.</p>
<p>Running &ldquo;get-offlineaddressbook |fl&rdquo; in the EMS showed it last updated somewhere 16th November 2010.</p>
<p>Trying to manually update it through EMC (&ldquo;Organizational Configuration &gt; Mailbox &gt; Offline Address Book &gt; right click Default Offline Address Book &gt; click update&rdquo;) it gave me this error:</p>
<pre> --------------------------------------------------------
 Microsoft Exchange Error
 --------------------------------------------------------
 Action 'Update' could not be performed on object 'Default Offline Address Book'.
 Default Offline Address Book
 Failed
 Error:
 Failed to generate the content of the offline address book
 '\Default Offline Address Book'.
 Two possible reasons for the failure are that the System Attendant Service is not running or
 you do not have permission to perform this operation. Error message :
 'Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from RpcEpResolveBinding'.
 Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from RpcEpResolveBinding
 --------------------------------------------------------
 OK
 --------------------------------------------------------
 --------------------------------------------------------
 Microsoft Exchange Error
 --------------------------------------------------------
 Action 'Update' could not be performed on object
 'Default Offline Address Book'.
 Default Offline Address BookFailedError:Failed to generate the content of the
 offline address book '\Default Offline Address Book'. Two possible reasons for
 the failure are that the System Attendant Service is not running or you do not
 have permission to perform this operation. Error message :
 'Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from RpcEpResolveBinding'.
 Error 0x6d9 (There are no more endpoints available from the endpoint mapper) from RpcEpResolveBinding
 --------------------------------------------------------
 OK
 --------------------------------------------------------</pre>
<p>I googled for quite a while trying to find a fix, but nothing useful could be found.</p>
<p>I then checked the &ldquo;Microsoft Exchange System Attendant&rdquo; (yes, something I probably should have done first), to find it was stopped even though its startup type is set to Automatic.</p>
<p>Starting this service fixed the issue, and I could now update the Address Book again.</p>
<p>But rebooting the server, caused the service to not start again (and I couldn&rsquo;t find anything in event logs).</p>
<p>Solution: change it to delayed start and set the first and 2nd failure to &ldquo;restart the service&rdquo; and change &ldquo;restart the service after&rdquo; to 5 minutes.</p>
<p>Yes, a dirty work around but this solved it. As this service only takes care of address book generation and legacy support, it&rsquo;s not critical to start at boot.</p>
]]></content:encoded>
      <category>errors</category><category>software</category><category>windows</category>
      <category>exchange</category><category>windows 2008</category>
    </item>
    
    <item>
      <title>IE9 is the IE6 of CSS3</title>
      <link>https://yeri.be/ie9-is-the-ie6-of-css3/</link>
      <pubDate>Sun, 24 Oct 2010 11:08:52 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/ie9-is-the-ie6-of-css3/</guid>
      <description>&lt;p&gt;I giggled. And &lt;a href=&#34;https://web.archive.org/web/20101024192006/http://css3wizardry.com/2010/08/14/ie9-is-the-ie6-of-css3/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;then cried a little bit&lt;/a&gt;.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I giggled. And <a href="https://web.archive.org/web/20101024192006/http://css3wizardry.com/2010/08/14/ie9-is-the-ie6-of-css3/" target="_blank" rel="noopener noreferrer">then cried a little bit</a>.</p>
]]></content:encoded>
      <category>software</category><category>windows</category><category>www</category>
      <category>ie</category><category>windows</category>
    </item>
    
    <item>
      <title>StarCraft 2: Beta</title>
      <link>https://yeri.be/starcraft-2-beta/</link>
      <pubDate>Tue, 23 Feb 2010 11:47:36 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/starcraft-2-beta/</guid>
      <description>&lt;p style=&#34;text-align: center;&#34;&gt;&lt;a href=&#34;https://static.yeri.be/2010/02/SC2Beta.png&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;img class=&#34;alignnone size-full wp-image-989&#34; title=&#34;StarCraft 2&#34; src=&#34;https://static.yeri.be/2010/02/SC2Beta.png&#34; alt=&#34;&#34; width=&#34;353&#34; height=&#34;233&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p style=&#34;text-align: center;&#34;&gt;&lt;/p&gt;&#xA;&lt;p style=&#34;text-align: left;&#34;&gt;&lt;a href=&#34;https://static.yeri.be/2010/02/StarCraft_2_Beta_enGB.exe&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Windows client&lt;/a&gt; only, 1,64Gb download.&lt;/p&gt;&#xA;&lt;p style=&#34;text-align: center;&#34;&gt;&lt;a href=&#34;https://static.yeri.be/2010/02/install.png&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;&lt;img class=&#34;alignnone size-medium wp-image-995&#34; title=&#34;StarCraft 2 Beta installation&#34; src=&#34;https://static.yeri.be/2010/02/install-300x188.png&#34; alt=&#34;&#34; width=&#34;300&#34; height=&#34;188&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p style="text-align: center;"><a href="https://static.yeri.be/2010/02/SC2Beta.png" target="_blank" rel="noopener noreferrer"><img class="alignnone size-full wp-image-989" title="StarCraft 2" src="https://static.yeri.be/2010/02/SC2Beta.png" alt="" width="353" height="233" /></a></p>
<p style="text-align: center;"></p>
<p style="text-align: left;"><a href="https://static.yeri.be/2010/02/StarCraft_2_Beta_enGB.exe" target="_blank" rel="noopener noreferrer">Windows client</a> only, 1,64Gb download.</p>
<p style="text-align: center;"><a href="https://static.yeri.be/2010/02/install.png" target="_blank" rel="noopener noreferrer"><img class="alignnone size-medium wp-image-995" title="StarCraft 2 Beta installation" src="https://static.yeri.be/2010/02/install-300x188.png" alt="" width="300" height="188" /></a></p>
]]></content:encoded>
      <category>games</category><category>windows</category>
      <category>beta</category><category>blizzard</category>
    </item>
    
    <item>
      <title>OpenVPN &amp; Windows 7</title>
      <link>https://yeri.be/openvpn-windows-7/</link>
      <pubDate>Sun, 14 Feb 2010 17:10:11 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/openvpn-windows-7/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s a great GUI out for OpenVPN &amp;amp; Windows, located &lt;a href=&#34;http://openvpn.se/download.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;However, this GUI includes an old OpenVPN, that is no longer compatible with Windows 7 and Windows Vista.&lt;/p&gt;&#xA;&lt;p&gt;The TUN/TAP driver will be blocked due to compatibility issues, and when trying to connect to a VPN, you&amp;rsquo;ll get an error along the lines of:&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;All TAP-Win32 adapters on this system are currently in use&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;The simplest fix, is to install the GUI package (including the old OpenVPN binaries), and reinstall OpenVPN afterwards.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>There&rsquo;s a great GUI out for OpenVPN &amp; Windows, located <a href="http://openvpn.se/download.html" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>However, this GUI includes an old OpenVPN, that is no longer compatible with Windows 7 and Windows Vista.</p>
<p>The TUN/TAP driver will be blocked due to compatibility issues, and when trying to connect to a VPN, you&rsquo;ll get an error along the lines of:</p>
<p><code>All TAP-Win32 adapters on this system are currently in use</code></p>
<p>The simplest fix, is to install the GUI package (including the old OpenVPN binaries), and reinstall OpenVPN afterwards.</p>
<p>You can find the latest OpenVPN binaries <a href="https://web.archive.org/web/20170607163358/https://openvpn.net/release/" target="_blank" rel="noopener noreferrer">here</a> and the latest version, when writing this post <a href="https://web.archive.org/web/20170607163358/https://openvpn.net/release/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>This will overwrite the old files and update the driver with a Windows 7 compatible driver.</p>
<p>Try to connect now, everything should work like a charm. :)</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">http://openvpn.se/download.html</div>
]]></content:encoded>
      <category>errors</category><category>networking</category><category>software</category><category>windows</category>
      <category>openvpn</category><category>vpn</category><category>windows 7</category>
    </item>
    
    <item>
      <title>Fraps to iMovie</title>
      <link>https://yeri.be/fraps-to-imovie/</link>
      <pubDate>Fri, 29 Jan 2010 11:48:54 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/fraps-to-imovie/</guid>
      <description>&lt;p&gt;How to successfully import a movie recorded using Fraps into iMovie;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&#x9;&lt;li&gt;Get Fraps, record whatever you want&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Get &lt;a href=&#34;http://www.videohelp.com/tools/XviD4PSP&#34; target=&#34;_blank&#34;&gt;XviD4PSP&lt;/a&gt; (freeware) &amp;amp; install&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Import your avi files recorded using Fraps into XviD4PSP (drag &amp;amp; drop)&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Pick the encoding you want on the left. x264 q21 DXVA-SD-Insane seemed to be an acceptable quality.&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Click enqueue (and repeat 3-&amp;gt;5 for multiple files)&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Click encode&lt;/li&gt;&#xA;&#x9;&lt;li&gt;... wait ...&lt;/li&gt;&#xA;&#x9;&lt;li&gt;This will create .mp4 files; transfer those to your Mac&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Open iMovie, File -&amp;gt; Import -&amp;gt; Movies -&amp;gt; select the mp4 files&lt;/li&gt;&#xA;&#x9;&lt;li&gt;... wait ... A couple of hours&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Your movie should now be in iMovie, and you should be able to edit it&lt;/li&gt;&#xA;&#x9;&lt;li&gt;Edit whatever you want to edit, share and export and have fun.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;A little hint, if your video is cropped (parts cut off), click your movie sequence -&amp;gt; on the left corner of your sequence a little &#34;gear&#34; will appear -&amp;gt; Cropping &amp;amp; Rotation -&amp;gt; in your right display window click &#34;fit&#34; to make it full size.&#xA;&lt;p&gt;Took me quite some time before I managed to do it, but hey, now I know&amp;hellip; ;)&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>How to successfully import a movie recorded using Fraps into iMovie;</p>
<ol>
	<li>Get Fraps, record whatever you want</li>
	<li>Get <a href="http://www.videohelp.com/tools/XviD4PSP" target="_blank">XviD4PSP</a> (freeware) &amp; install</li>
	<li>Import your avi files recorded using Fraps into XviD4PSP (drag &amp; drop)</li>
	<li>Pick the encoding you want on the left. x264 q21 DXVA-SD-Insane seemed to be an acceptable quality.</li>
	<li>Click enqueue (and repeat 3-&gt;5 for multiple files)</li>
	<li>Click encode</li>
	<li>... wait ...</li>
	<li>This will create .mp4 files; transfer those to your Mac</li>
	<li>Open iMovie, File -&gt; Import -&gt; Movies -&gt; select the mp4 files</li>
	<li>... wait ... A couple of hours</li>
	<li>Your movie should now be in iMovie, and you should be able to edit it</li>
	<li>Edit whatever you want to edit, share and export and have fun.</li>
</ol>
A little hint, if your video is cropped (parts cut off), click your movie sequence -&gt; on the left corner of your sequence a little "gear" will appear -&gt; Cropping &amp; Rotation -&gt; in your right display window click "fit" to make it full size.
<p>Took me quite some time before I managed to do it, but hey, now I know&hellip; ;)</p>
]]></content:encoded>
      <category>apple</category><category>software</category><category>windows</category>
      <category>apple</category><category>codec</category><category>fraps</category><category>imovie</category>
    </item>
    
    <item>
      <title>Windows 7 &#43; iPhone tethering</title>
      <link>https://yeri.be/windows-7-iphone-tethering/</link>
      <pubDate>Fri, 13 Nov 2009 11:56:25 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/windows-7-iphone-tethering/</guid>
      <description>&lt;p&gt;If Apple was so kind to give you tethering (and didn&amp;rsquo;t silently remove it after an update), or if you just happen to have enabled it using, let&amp;rsquo;s say, &lt;a href=&#34;http://blackra1n.com/&#34; target=&#34;_blank&#34;&gt;the alternative method&lt;/a&gt;. And you happen to be forced to use Windows, and you really are tired of XP, and Vista surely isn&amp;rsquo;t an option; you&amp;rsquo;re probably running Windows 7.&lt;/p&gt;&#xA;&lt;p&gt;To enable tethering on the iPhone + Windows; just pair the bluetooth devices (I actually haven&amp;rsquo;t tried with USB yet, and don&amp;rsquo;t really plan on doing that), Windows will start to &lt;a href=&#34;http://www.wowwiki.com/QQ&#34; target=&#34;_blank&#34;&gt;QQ&lt;/a&gt; about it being unable to find a suitable driver for the iPhone&amp;hellip; I even installed iTunes to see if the message would go away, but apparently it won&amp;rsquo;t. I&amp;rsquo;ll have to do some more Googling later on.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>If Apple was so kind to give you tethering (and didn&rsquo;t silently remove it after an update), or if you just happen to have enabled it using, let&rsquo;s say, <a href="http://blackra1n.com/" target="_blank">the alternative method</a>. And you happen to be forced to use Windows, and you really are tired of XP, and Vista surely isn&rsquo;t an option; you&rsquo;re probably running Windows 7.</p>
<p>To enable tethering on the iPhone + Windows; just pair the bluetooth devices (I actually haven&rsquo;t tried with USB yet, and don&rsquo;t really plan on doing that), Windows will start to <a href="http://www.wowwiki.com/QQ" target="_blank">QQ</a> about it being unable to find a suitable driver for the iPhone&hellip; I even installed iTunes to see if the message would go away, but apparently it won&rsquo;t. I&rsquo;ll have to do some more Googling later on.</p>
<p>Anyway, to tether, just go to &ldquo;Control Panel&rdquo; &gt; &ldquo;View devices and printers&rdquo; (under &ldquo;Hardware and Sound&rdquo;) &gt; Devices &gt; $iPhone_Name (it has a fancy yellow warning sign next to it&hellip;).</p>
<p>Right click, &ldquo;Connect using&rdquo; &gt; &ldquo;Access point&rdquo;.</p>
<p>Simple enough. Pick &ldquo;Public network&rdquo;, just to be sure (though, your ISP should already block most direct connections between devices, and your iPhone won&rsquo;t forward any ports I guess/hope).</p>
<p>And don&rsquo;t forget to disable WiFi or unplug your network cable if you want to test it at home.</p>
<p>Oh, right, and I probably should give you a bunch of warnings about data consumption and that AT&amp;T might brutally murder you and your family if you dare using tethering (as far as they can actually check you&rsquo;re tethering, and if they can, I&rsquo;m pretty sure they&rsquo;ll be violating a couple of privacy laws). As for the customers of the 95% other decent providers who allow tethering and aren&rsquo;t living in the middle ages, have fun using it. Finally work can be done on the train/while waiting/&hellip; ;)</p>
]]></content:encoded>
      <category>networking</category><category>windows</category>
      <category>iphone</category><category>windows 7</category>
    </item>
    
    <item>
      <title>Hamachi: Failed to connect to the engine</title>
      <link>https://yeri.be/hamachi-failed-to-connect-to-the-engine/</link>
      <pubDate>Wed, 04 Nov 2009 16:35:49 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/hamachi-failed-to-connect-to-the-engine/</guid>
      <description>&lt;p&gt;After getting the Hamachi 2 update (without a prior notice, nicely done&amp;hellip; No more auto update if they continue to break stuff) I started to notice a bunch of XPs receiving this error after a reboot: &lt;a href=&#34;http://community.logmein.com/logmein/board/message?board.id=11&amp;amp;thread.id=1417&amp;amp;view=by_date_ascending&amp;amp;page=1&#34; target=&#34;_blank&#34;&gt;Failed to connect to the engine&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Hamachi is auto started, at boot, because we have a shortcut in the startup folder. No other way to auto start the free version (as far as I know).&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>After getting the Hamachi 2 update (without a prior notice, nicely done&hellip; No more auto update if they continue to break stuff) I started to notice a bunch of XPs receiving this error after a reboot: <a href="http://community.logmein.com/logmein/board/message?board.id=11&amp;thread.id=1417&amp;view=by_date_ascending&amp;page=1" target="_blank">Failed to connect to the engine</a>.</p>
<p>Hamachi is auto started, at boot, because we have a shortcut in the startup folder. No other way to auto start the free version (as far as I know).</p>
<p>Yet, when starting Hamachi manually after the PC had booted, there were no more errors. So it&rsquo;s clear Hamachi tried to start before the engine (see services.msc -&gt; LogMeIn Hamachi Engine or something) was started.</p>
<p>And reinstalling Hamachi only seemed to work on one of the XPs.</p>
<p>As there&rsquo;s no easy way to delay the starting up of a program, I used some dirty vbs and batch&hellip; Kinda.</p>
<p>Here&rsquo;s my solution:</p>
<p>Place both scripts in the Hamachi directory (c:\program files\logmein hamachi)</p>
<p>hamachiStart.vbs:</p>
<pre>Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & ".\hamachi.bat" & Chr(34), 0
Set WshShell = Nothing</pre>
<p>hamachi.bat:</p>
<pre>@echo off
ping -n 30 127.0.0.1 >NUL
"C:\Program Files\LogMeIn Hamachi\hamachi-2-ui.exe"
exit</pre>
<p>Hamachi.vbs will start the bat file. This seems to be the only way to prevent a command prompt from opening (and staying open all the time).</p>
<p>Hamachi.bat will ping itself for 30ish seconds (don&rsquo;t think there&rsquo;s a cleaner way to do this&hellip;) and then start the Hamachi GUI.</p>
<p>If you&rsquo;re still having problems, increase 30 to something like 60 or even more.</p>
<p>Anyway, last thing you&rsquo;ll need to do is to make a shortcut of hamachi.vbs, and drag it into the startup folder.</p>
<p>Reboot, wait a bit, and enjoy.</p>
]]></content:encoded>
      <category>errors</category><category>software</category><category>windows</category>
      <category>hamachi</category><category>logmein</category>
    </item>
    
    <item>
      <title>HP ProtectTools and Windows 7</title>
      <link>https://yeri.be/hp-protecttools-and-windows-7/</link>
      <pubDate>Fri, 30 Oct 2009 00:23:24 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/hp-protecttools-and-windows-7/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re having troubles using HP ProtectTools and Windows 7, you&amp;rsquo;ll probably using an outdated version of ProtectTools. Eventhough HP tells you this is the latest version for your notebook.&lt;/p&gt;&#xA;&lt;p&gt;A simple fix, is to &lt;a href=&#34;http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;amp;cc=us&amp;amp;prodTypeId=321957&amp;amp;prodSeriesId=1849082&amp;amp;swItem=ob-75523-1&amp;amp;mode=3&#34; target=&#34;_blank&#34;&gt;download the latest version&lt;/a&gt;, which is model independent.&lt;/p&gt;&#xA;&lt;p&gt;Be sure to completely uninstall the previous version, reboot, and reinstall the latest version. I can now successfully login using the biometric fingerprint device.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>If you&rsquo;re having troubles using HP ProtectTools and Windows 7, you&rsquo;ll probably using an outdated version of ProtectTools. Eventhough HP tells you this is the latest version for your notebook.</p>
<p>A simple fix, is to <a href="http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&amp;cc=us&amp;prodTypeId=321957&amp;prodSeriesId=1849082&amp;swItem=ob-75523-1&amp;mode=3" target="_blank">download the latest version</a>, which is model independent.</p>
<p>Be sure to completely uninstall the previous version, reboot, and reinstall the latest version. I can now successfully login using the biometric fingerprint device.</p>
]]></content:encoded>
      <category>errors</category><category>hardware</category><category>software</category><category>windows</category>
      <category>hp</category><category>windows 7</category>
    </item>
    
    <item>
      <title>Windows update error 80070005</title>
      <link>https://yeri.be/windows-update-error-80070005/</link>
      <pubDate>Mon, 07 Sep 2009 01:42:15 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/windows-update-error-80070005/</guid>
      <description>&lt;p&gt;This is usually an error due to incorrect rights on certain files on your system.&lt;/p&gt;&#xA;&lt;p&gt;In my case, Windows 2008, as domain controller, I was added to the &amp;ldquo;Domain Guests&amp;rdquo; group.&lt;/p&gt;&#xA;&lt;p&gt;Make sure you&amp;rsquo;re not member of that group, and reboot. This should fix the problem.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>This is usually an error due to incorrect rights on certain files on your system.</p>
<p>In my case, Windows 2008, as domain controller, I was added to the &ldquo;Domain Guests&rdquo; group.</p>
<p>Make sure you&rsquo;re not member of that group, and reboot. This should fix the problem.</p>
]]></content:encoded>
      <category>errors</category><category>windows</category>
      <category>windows</category><category>windows 2008</category><category>windows update</category>
    </item>
    
    <item>
      <title>iPhone Crashlogs</title>
      <link>https://yeri.be/iphone-crashlogs/</link>
      <pubDate>Sun, 07 Sep 2008 03:08:00 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/iphone-crashlogs/</guid>
      <description>&lt;p&gt;This one, I&amp;rsquo;ve taken from the Brightkite iPhone beta Google Group.&lt;/p&gt;&#xA;&lt;blockquote&gt;This should help several people who aren&#39;t yet privy to this information. Your iPhone or iPod Touch&#39;s iTunes backup process (the thing that some people tend to skip) dumps your device&#39;s crash logs to a folder in your home directory. Here&#39;s how to get to those logs.&#xA;&lt;p&gt;DEPENDING ON YOUR OS:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt; Mac OS X: &amp;lt;your-home-directory&amp;gt;/Library/Logs/CrashReporter/MobileDevice/&amp;lt;device-name&amp;gt;/&amp;lt;brightkite-crash-log&amp;gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt; Windows XP: C:\Documents and Settings\&amp;lt;user-name&amp;gt;\Application Data\Apple computer\Logs\CrashReporter\&amp;lt;device-name&amp;gt;\&amp;lt;brightkite-crash-log&amp;gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt; Windows Vista: C:\Users\&amp;lt;user-name&amp;gt;\AppData\Roaming\Applecomputer\Logs\CrashReporter\MobileDevice\&amp;lt;device-name&amp;gt;\&amp;lt;brightkite-crash-log&amp;gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;If you can&#39;t find either of those, the logs should be on your device anyway. If it&#39;s jailbroken, your logs can be found under:&#xA;&lt;ul&gt;&#xA;&#x9;&lt;li&gt;/var/mobile/Library/Logs/CrashReporter/&amp;lt;brightkite-crash-log&amp;gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/blockquote&gt;</description>
      <content:encoded><![CDATA[<p>This one, I&rsquo;ve taken from the Brightkite iPhone beta Google Group.</p>
<blockquote>This should help several people who aren't yet privy to this information. Your iPhone or iPod Touch's iTunes backup process (the thing that some people tend to skip) dumps your device's crash logs to a folder in your home directory. Here's how to get to those logs.
<p>DEPENDING ON YOUR OS:</p>
<ul>
	<li> Mac OS X: &lt;your-home-directory&gt;/Library/Logs/CrashReporter/MobileDevice/&lt;device-name&gt;/&lt;brightkite-crash-log&gt;</li>
</ul>
<ul>
	<li> Windows XP: C:\Documents and Settings\&lt;user-name&gt;\Application Data\Apple computer\Logs\CrashReporter\&lt;device-name&gt;\&lt;brightkite-crash-log&gt;</li>
</ul>
<ul>
	<li> Windows Vista: C:\Users\&lt;user-name&gt;\AppData\Roaming\Applecomputer\Logs\CrashReporter\MobileDevice\&lt;device-name&gt;\&lt;brightkite-crash-log&gt;</li>
</ul>
If you can't find either of those, the logs should be on your device anyway. If it's jailbroken, your logs can be found under:
<ul>
	<li>/var/mobile/Library/Logs/CrashReporter/&lt;brightkite-crash-log&gt;</li>
</ul>
</blockquote>
]]></content:encoded>
      <category>apple</category><category>windows</category>
      <category>crashlog</category><category>iphone</category>
    </item>
    
    <item>
      <title>Red Alert</title>
      <link>https://yeri.be/red-alert/</link>
      <pubDate>Wed, 03 Sep 2008 02:52:21 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/red-alert/</guid>
      <description>&lt;p&gt;Which reminds me, and I guess I&amp;rsquo;m late again with posting, but you can get a free Red Alert (yes, &lt;em&gt;the&lt;/em&gt; original) @ the EA website. Yes, they actually give out free stuff too (the thieves!). But don&amp;rsquo;t forget, it&amp;rsquo;s no more than a commercial stunt to get you to preorder Red Alert 3.&lt;/p&gt;&#xA;&lt;p&gt;Go and get it &lt;a href=&#34;https://web.archive.org/web/20090307232428/http://www.ea.com:80/redalert/news-detail.jsp?id=62&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;here&lt;/a&gt;, or direct links here: &lt;a href=&#34;https://web.archive.org/web/20120206154407/http://na.llnet.cnc3tv.ea.com/u/f/eagames/cnc3/cnc3tv/RedAlert/RedAlert1_SovietDisc.rar&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Soviet disc&lt;/a&gt; (0.5Gb), &lt;a href=&#34;https://web.archive.org/web/20130609171026/http://na.llnet.cnc3tv.ea.com/u/f/eagames/cnc3/cnc3tv/RedAlert/RedAlert1_AlliedDisc.rar&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Allied disc&lt;/a&gt; (0.5Gb).&lt;/p&gt;&#xA;&lt;blockquote&gt;Dear Tuinslak,&#xA;&lt;p&gt;EA has claimed some or all audio and visual content in your video Red Alert 3 Trailer. This claim was made as part of the YouTube Content Identification program.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Which reminds me, and I guess I&rsquo;m late again with posting, but you can get a free Red Alert (yes, <em>the</em> original) @ the EA website. Yes, they actually give out free stuff too (the thieves!). But don&rsquo;t forget, it&rsquo;s no more than a commercial stunt to get you to preorder Red Alert 3.</p>
<p>Go and get it <a href="https://web.archive.org/web/20090307232428/http://www.ea.com:80/redalert/news-detail.jsp?id=62" target="_blank" rel="noopener noreferrer">here</a>, or direct links here: <a href="https://web.archive.org/web/20120206154407/http://na.llnet.cnc3tv.ea.com/u/f/eagames/cnc3/cnc3tv/RedAlert/RedAlert1_SovietDisc.rar" target="_blank" rel="noopener noreferrer">Soviet disc</a> (0.5Gb), <a href="https://web.archive.org/web/20130609171026/http://na.llnet.cnc3tv.ea.com/u/f/eagames/cnc3/cnc3tv/RedAlert/RedAlert1_AlliedDisc.rar" target="_blank" rel="noopener noreferrer">Allied disc</a> (0.5Gb).</p>
<blockquote>Dear Tuinslak,
<p>EA has claimed some or all audio and visual content in your video Red Alert 3 Trailer. This claim was made as part of the YouTube Content Identification program.</p>
<p>Your video is still live because EA has authorized the use of this content on YouTube. As long as EA has a claim on your video, they will receive public statistics about your video, such as number of views. Viewers may also see advertising on your video&rsquo;s page.</p>
<p>Claim Details:</p>
<p>Copyright owner:     EA
Content claimed:     Some or all of the audio and visual content
Policy:    Allow this content to remain on YouTube.</p>
<p>Place advertisements on this video&rsquo;s watch page.</p>
<p>Applies to these locations:
Everywhere
EA claimed this content as a part of the YouTube Content Identification program. YouTube allows partners to review YouTube videos for content to which they own the rights. Partners may use our automated video / audio matching system to identify their content, or they may manually review videos.</p>
<p>If you believe that this claim was made in error, or that you are otherwise authorized to use the content at issue, you can dispute this claim with EA and view other options in the Video ID Matches section of your YouTube account. Please note that YouTube does not mediate copyright disputes between content owners. Learn more about video identification disputes.</p>
<p>Sincerely,
The YouTube Content Identification Team</p>
<p>© 2008 YouTube, LLC</blockquote></p>
<p>Not even two hours after I posted it. They got scanning bots or what?!</p>
]]></content:encoded>
      <category>games</category><category>windows</category>
      
    </item>
    
    <item>
      <title>WoW:WotLK 3.0.1 installers</title>
      <link>https://yeri.be/wowwotlk-301-installers/</link>
      <pubDate>Wed, 23 Jul 2008 02:51:10 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/wowwotlk-301-installers/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s a list of all World of Warcraft: Wrath of the Lich King installers:&lt;/p&gt;&#xA;&lt;p&gt;English: &lt;a href=&#34;https://static.yeri.be/2008/07/wotlk-beta-301-engb-downloader.exe&#34;&gt;Win&lt;/a&gt; - &lt;a href=&#34;https://static.yeri.be/2008/07/wotlk-beta-301-engb-downloader.dmg&#34;&gt;Mac&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;French: &lt;a href=&#34;https://static.yeri.be/2008/07/wotlk-beta-301-frfr-downloader.exe&#34;&gt;Win&lt;/a&gt; - &lt;a href=&#34;https://static.yeri.be/2008/07/wotlk-beta-301-frfr-downloader.dmg&#34;&gt;Mac&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;German: &lt;a href=&#34;https://static.yeri.be/2008/07/wotlk-beta-301-dede-downloader.exe&#34;&gt;Win&lt;/a&gt; - &lt;a href=&#34;https://static.yeri.be/2008/07/wotlk-beta-301-dede-downloader.dmg&#34;&gt;Mac&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spanish: &lt;a href=&#34;https://static.yeri.be/2008/07/wotlk-beta-301-eses-downloader.exe&#34;&gt;Win&lt;/a&gt; - &lt;a href=&#34;https://static.yeri.be/2008/07/wotlk-beta-301-eses-downloader.dmg&#34;&gt;Mac&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The download is 2.04Gb (on a Mac), I haven&amp;rsquo;t started the download on a Windows yet.&lt;/p&gt;&#xA;&lt;p&gt;And yes, you will still need a beta invitation before being able to login!&lt;/p&gt;&#xA;&lt;p&gt;You&amp;rsquo;ll find me under &lt;a href=&#34;http://eu.wowarmory.com/character-sheet.xml?r=Executus&amp;amp;n=Tuinslak&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Tuinslak&lt;/a&gt; or &lt;a href=&#34;http://eu.wowarmory.com/character-sheet.xml?r=Executus&amp;amp;n=Isazi&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Isazi&lt;/a&gt; on the EU beta realm.&lt;/p&gt;&#xA;&lt;p&gt;As for the character copy, it was done within 10 minutes. Just 5 hours left on the download. :(&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Here&rsquo;s a list of all World of Warcraft: Wrath of the Lich King installers:</p>
<p>English: <a href="https://static.yeri.be/2008/07/wotlk-beta-301-engb-downloader.exe">Win</a> - <a href="https://static.yeri.be/2008/07/wotlk-beta-301-engb-downloader.dmg">Mac</a></p>
<p>French: <a href="https://static.yeri.be/2008/07/wotlk-beta-301-frfr-downloader.exe">Win</a> - <a href="https://static.yeri.be/2008/07/wotlk-beta-301-frfr-downloader.dmg">Mac</a></p>
<p>German: <a href="https://static.yeri.be/2008/07/wotlk-beta-301-dede-downloader.exe">Win</a> - <a href="https://static.yeri.be/2008/07/wotlk-beta-301-dede-downloader.dmg">Mac</a></p>
<p>Spanish: <a href="https://static.yeri.be/2008/07/wotlk-beta-301-eses-downloader.exe">Win</a> - <a href="https://static.yeri.be/2008/07/wotlk-beta-301-eses-downloader.dmg">Mac</a></p>
<p>The download is 2.04Gb (on a Mac), I haven&rsquo;t started the download on a Windows yet.</p>
<p>And yes, you will still need a beta invitation before being able to login!</p>
<p>You&rsquo;ll find me under <a href="http://eu.wowarmory.com/character-sheet.xml?r=Executus&amp;n=Tuinslak" target="_blank" rel="noopener">Tuinslak</a> or <a href="http://eu.wowarmory.com/character-sheet.xml?r=Executus&amp;n=Isazi" target="_blank" rel="noopener">Isazi</a> on the EU beta realm.</p>
<p>As for the character copy, it was done within 10 minutes. Just 5 hours left on the download. :(</p>
<p><em>Edit:</em> same size on a Windows - 2.04Gb. The download contains the setup.exe and the installer.app, so you should be able to copy it to any OS.</p>
]]></content:encoded>
      <category>apple</category><category>games</category><category>software</category><category>windows</category>
      <category>apple</category><category>windows</category><category>wow</category><category>beta</category><category>world of warcraft</category><category>wotlk</category><category>wrath of the lich king</category>
    </item>
    
    <item>
      <title>Vista pointing out the obvious</title>
      <link>https://yeri.be/vista-pointing-out-the-obvious/</link>
      <pubDate>Mon, 19 May 2008 18:40:52 +0200</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/vista-pointing-out-the-obvious/</guid>
      <description>&lt;p style=&#34;text-align:center;&#34;&gt;&lt;a href=&#34;https://static.yeri.be/2008/05/vistasp1.png&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&lt;img class=&#34;size-thumbnail wp-image-85&#34; style=&#34;vertical-align: middle;&#34; title=&#34;Vista&#34; src=&#34;https://static.yeri.be/2008/05/vistasp1-150x150.png&#34; alt=&#34;Vista pointing something out&#34; width=&#34;150&#34; height=&#34;150&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p style="text-align:center;"><a href="https://static.yeri.be/2008/05/vistasp1.png" target="_blank" rel="noopener"><img class="size-thumbnail wp-image-85" style="vertical-align: middle;" title="Vista" src="https://static.yeri.be/2008/05/vistasp1-150x150.png" alt="Vista pointing something out" width="150" height="150" /></a></p>
]]></content:encoded>
      <category>software</category><category>windows</category>
      <category>windows</category><category>vista</category>
    </item>
    
    <item>
      <title>Ventrilo 2.1, Vista, and Surround 5.1</title>
      <link>https://yeri.be/ventrilo-21-vista-and-surround-51/</link>
      <pubDate>Sat, 01 Mar 2008 13:45:29 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/ventrilo-21-vista-and-surround-51/</guid>
      <description>&lt;p&gt;Helene&amp;rsquo;s new Vista pc seemed to be working fine, except for Ventrilo 2.1 (the free and, well, illegal version).&lt;/p&gt;&#xA;&lt;p&gt;It managed to connect, but no sound was coming out of it. Not when someone was talking, and not when there was a status message (like a join/connect/&amp;hellip;).&lt;/p&gt;&#xA;&lt;p&gt;I tried every out- and input device in &amp;ldquo;Setup&amp;rdquo;. I deleted the config, reinstalled, &amp;hellip;  Nothing seemed to work. I even checked if Vista wasn&amp;rsquo;t muting it, and it wasn&amp;rsquo;t. ;)&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Helene&rsquo;s new Vista pc seemed to be working fine, except for Ventrilo 2.1 (the free and, well, illegal version).</p>
<p>It managed to connect, but no sound was coming out of it. Not when someone was talking, and not when there was a status message (like a join/connect/&hellip;).</p>
<p>I tried every out- and input device in &ldquo;Setup&rdquo;. I deleted the config, reinstalled, &hellip;  Nothing seemed to work. I even checked if Vista wasn&rsquo;t muting it, and it wasn&rsquo;t. ;)</p>
<p>Yet, when plugging in her (USB) headset, it worked fine&hellip; So it had to be a Vista/sound config problem.</p>
<p>My Vista, at home, and the one om my Macbook could run Vent just fine&hellip;?!</p>
<p>That&rsquo;s when I went to her sound settings (config panel -&gt; sound). Selected the speakers, and clicked on Configure.</p>
<p>They were set to 5.1 Surround, which is what she&rsquo;s using.</p>
<p>I tried to use some other audio option, like stereo (or quadrophonic), and restarted Vent&hellip; And guess what! Yep, it worked.</p>
<p style="text-align: center"><a href="https://static.yeri.be/2008/03/vista_soundsettings.png" target="_blank" title="Vista sound settings" rel="noopener"><img src="https://static.yeri.be/2008/03/vista_soundsettings.thumbnail.png" alt="Vista sound settings" /></a></p>
<p>So I assume  Ventrilo 2.1 does not have surround/5.1 (and greater) support.</p>
<p>Some ugly workaround, to change that each time, but at least it works now.</p>
]]></content:encoded>
      <category>errors</category><category>software</category><category>windows</category>
      <category>vista</category>
    </item>
    
    <item>
      <title>CoD4</title>
      <link>https://yeri.be/cod4/</link>
      <pubDate>Sat, 19 Jan 2008 11:52:25 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/cod4/</guid>
      <description>&lt;p&gt;I recently got my hands on Call of Duty 4: Modern Warfare.&lt;/p&gt;&#xA;&lt;p&gt;I must honestly say I really enjoyed the singleplayer.  Great action, nice graphics, damn exciting maps, cool effects, nice movies, cool story, &amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;The only big downside was how short it was. After not even 2 days (so, around 4-5 hours of gaming) I completed it. I was just getting warmed up, finally mastered all controls, felt a small addiction coming up, when suddenly I saw the credits flashing over my screen&amp;hellip; That day, will be remembered as a sad day. :(&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I recently got my hands on Call of Duty 4: Modern Warfare.</p>
<p>I must honestly say I really enjoyed the singleplayer.  Great action, nice graphics, damn exciting maps, cool effects, nice movies, cool story, &hellip;</p>
<p>The only big downside was how short it was. After not even 2 days (so, around 4-5 hours of gaming) I completed it. I was just getting warmed up, finally mastered all controls, felt a small addiction coming up, when suddenly I saw the credits flashing over my screen&hellip; That day, will be remembered as a sad day. :(</p>
<p>Can&rsquo;t wait for an expansion or followup!</p>
]]></content:encoded>
      <category>games</category><category>windows</category>
      <category>call of duty</category>
    </item>
    
    <item>
      <title>Bootcamp</title>
      <link>https://yeri.be/bootcamp/</link>
      <pubDate>Sun, 13 Jan 2008 00:40:31 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/bootcamp/</guid>
      <description>&lt;p&gt;For a few courses I&amp;rsquo;m following at school, I need to be able to run Windows.&lt;/p&gt;&#xA;&lt;p&gt;As I&amp;rsquo;m owning a Macbook Pro (with Leopard) that shouldn&amp;rsquo;t have to be any problem using &lt;a href=&#34;https://support.apple.com/boot-camp&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Bootcamp&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I created a 5 Gb partition and installed WinXP a few weeks ago. So far all fine.&lt;/p&gt;&#xA;&lt;p&gt;As I don&amp;rsquo;t really like to reboot into XP (I can&amp;rsquo;t access my mails, don&amp;rsquo;t have my IRC client, all my Camino tabs are closed, &amp;hellip;) I tried Parallels.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>For a few courses I&rsquo;m following at school, I need to be able to run Windows.</p>
<p>As I&rsquo;m owning a Macbook Pro (with Leopard) that shouldn&rsquo;t have to be any problem using <a href="https://support.apple.com/boot-camp" target="_blank" rel="noopener noreferrer">Bootcamp</a>.</p>
<p>I created a 5 Gb partition and installed WinXP a few weeks ago. So far all fine.</p>
<p>As I don&rsquo;t really like to reboot into XP (I can&rsquo;t access my mails, don&rsquo;t have my IRC client, all my Camino tabs are closed, &hellip;) I tried Parallels.</p>
<p>Parallels, at first, was a real disappointment. It crashed my Mac OS X several times. It was only, just a few days later, when they released a patch to solve all Leopard issues, that I started to enjoy it.</p>
<p>Running all my programs from Parallels (instead of rebooting), I never noticed my Bootcamp WinXP was actually broken. As exams were approaching (I&rsquo;m not allowed to run a virtualization of Windows, because my school&rsquo;s key and network loggers won&rsquo;t work like intended, not that I care that much, but they do ;) ), I rebooted for the first time in weeks to my Bootcamp XP, and noticed the <a href="http://kb.parallels.com/entry/63/526/0/" target="_blank" rel="noopener noreferrer">famous hal.dll error</a> (or <a href="http://www.google.com/search?q=hal.dll%20parallels%20bootcamp" target="_blank" rel="noopener noreferrer">Google it</a>, you&rsquo;ll see why it&rsquo;s famous).</p>
<p>I repaired my Windows XP install (as explained in Parallels&rsquo; knowledge base), and that indeed fixed the problem&hellip; of Bootcamp&hellip; My parallels was now broken (hal.dll error for Parallels, instead of Bootcamp). Trying to recreate a new Parallels virtual disk for bootcamp, or even reinstall the program, &hellip; All failed. (There should be bootflags to edit, and force Parallels to use a different hal.dll, well, read about it <a href="http://forum.parallels.com/showthread.php?p=80712" target="_blank" rel="noopener noreferrer">here</a>, it&rsquo;s no longer useful for me.)</p>
<p>Googling and searching their forums, no luck, no one had a fixed solution. Only &rsquo;try this&rsquo; and &rsquo;try that&rsquo;. (To follow the above howto I&rsquo;ve posted, you need to be able to (re)install Parallels, and by the time I found that howto I wasn&rsquo;t even able to do that; Parallels froze during installation.) I e-mailed the Parallels support team with my problem, and the form said they&rsquo;d reply within 3 working days&hellip; It has been over 2 weeks, and I&rsquo;m still waiting.</p>
<p>I then noticed that my Mac/Apple keyboard driver weren&rsquo;t working in Bootcamp-XP, some chars like #, @, &gt; and so forth weren&rsquo;t working (or at least the layout didn&rsquo;t match with my Apple keyboard). I tried to reinstall the Bootcamp drivers (located on my Leopard DVD), they all failed to install (no error message&hellip;). Being quite fed up with it, I decided to reinstall XP (without formatting, just overwriting my Windows dir). And here too, the drivers failed to install, with no specific error message&hellip; Took the required backups, formatted, and had the wild idea to install Vista.</p>
<p>Booted from the Vista install DVD, and came to the conclusion I needed at least 7 Gb disk space to <em>install</em> Vista (having a 5 Gb partition, this wouldn&rsquo;t work). Back in os X I deleted the Windows partition, and tried to recreate a new (10 Gb) one.</p>
<p>And&hellip; This error came up: &ldquo;<a href="http://forums.macrumors.com/showthread.php?t=191729" target="_blank" rel="noopener noreferrer">Your disk cannot be partitioned because some files cannot be moved</a>&rdquo; (<a href="https://web.archive.org/web/20090206232130/http://macosx.com:80/forums/boot-camp-os-virtualization-mac/276315-boot-camp-1-1-won-t-partition-because-some-files-cannot-moved.html" target="_blank" rel="noopener noreferrer">other link</a>). I now started to panic, as I had less then a week to fix this problem. Following a few try-this-and-try-that&rsquo;s, I removed a few big files from my disk (someone even said to remove Office 2004, but I wasn&rsquo;t about to do that), I tried to repair my disk (from the Leopard DVD), I tried smaller partitions, even 5 Gb wouldn&rsquo;t work, and then, when all hope was almost lost, I tried one last thing; &lsquo;<strong>Zero Out Data</strong>&rsquo;. This will overwrite all deleted files (well, marked for deletion by your disk, but still written on it, so this data can theoretically be recovered) with zero&rsquo;s.</p>
<p style="text-align: center;"><img src="https://static.yeri.be/2008/01/disk_utility-zero_out_data.jpg" alt="Disk Utility - Zero Out Data"/></p>
<p>And this too, has to be done from the Mac OS X install CD/DVD.</p>
<p>After, well, about 40 minutes Disk Utility was done, I rebooted right into Leopard, and retried to create a 5 Gb partition&hellip; And guess what?! It worked!</p>
<p>I deleted that partition again (5 Gb being to small), and recreated a 15 Gb partition, and this too worked with no problems.</p>
<p>I now happily run Vista on my Macbook Pro, and so far I can&rsquo;t complain.</p>
<p>The only thing I haven&rsquo;t been able to fix is Parallels, I can&rsquo;t even reinstall it (it freezes during install). But heck with it, I&rsquo;ve lost enough sweat already to fix Bootcamp.</p>
]]></content:encoded>
      <category>apple</category><category>errors</category><category>virtualisation</category><category>windows</category>
      <category>bootcamp</category><category>windows</category><category>mac os x</category>
    </item>
    
  </channel>
</rss>
