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

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>blog.crox.net (Entries tagged as microsoft)</title>
    <link>https://blog.crox.net/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.5.0 - http://www.s9y.org/</generator>
    <pubDate>Mon, 05 Oct 2015 23:59:00 GMT</pubDate>

    <image>
    <url>https://blog.crox.net/templates/2k11/img/s9y_banner_small.png</url>
    <title>RSS: blog.crox.net - </title>
    <link>https://blog.crox.net/</link>
    <width>100</width>
    <height>21</height>
</image>

<item>
    <title>Linux - extract data from an &quot;OLE Compound&quot; file</title>
    <link>https://blog.crox.net/archives/99-Linux-extract-data-from-an-OLE-Compound-file.html</link>
    
    <comments>https://blog.crox.net/archives/99-Linux-extract-data-from-an-OLE-Compound-file.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=99</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=99</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    As seen &lt;a href=&quot;http://blogmal.42.org/tidbits/ole-compound-file.story&quot;&gt;here&lt;/a&gt;, 7-Zip can extract the contents:&lt;br /&gt;
&lt;pre&gt;$ file PGPexch.ole&lt;br /&gt;PGPexch.ole: Composite Document File V2 Document, No summary info&lt;br /&gt;$ 7z x PGPexch.ole&lt;br /&gt;&lt;br /&gt;7-Zip [64] 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18&lt;br /&gt;p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs)&lt;br /&gt;&lt;br /&gt;Processing archive: PGPexch.ole&lt;br /&gt;&lt;br /&gt;Extracting  [1]CompObj&lt;br /&gt;Extracting  [1]Ole&lt;br /&gt;Extracting  CONTENTS&lt;br /&gt;Extracting  [3]ObjInfo&lt;br /&gt;Extracting  [2]OlePres000&lt;br /&gt;Extracting  [3]MailStream&lt;br /&gt;&lt;br /&gt;Everything is Ok&lt;br /&gt;&lt;br /&gt;Files: 6&lt;br /&gt;Size:       104336&lt;br /&gt;Compressed: 108544&lt;br /&gt;$ file CONTENTS&lt;br /&gt;CONTENTS: PDF document, version 1.5&lt;br /&gt;$ &lt;/pre&gt;(If the OLE data is hidden in a WINMAIL.DAT file, you may have to extract it with &lt;a href=&quot;https://github.com/verdammelt/tnef&quot;&gt;tnef&lt;/a&gt; first.)&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 05 Oct 2015 20:17:18 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/99-guid.html</guid>
    <category>linux</category>
<category>mail</category>
<category>microsoft</category>
<category>outlook</category>

</item>
<item>
    <title>Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical)</title>
    <link>https://blog.crox.net/archives/98-Add-Ubuntu-alongside-a-pre-installed-Windows-on-an-HP-laptop-convert-primary-partition-to-extendedlogical.html</link>
    
    <comments>https://blog.crox.net/archives/98-Add-Ubuntu-alongside-a-pre-installed-Windows-on-an-HP-laptop-convert-primary-partition-to-extendedlogical.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=98</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=98</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    Recently I wanted to install Ubuntu next to a pre-installed Windows on a brand-new HP EliteBook.&lt;br /&gt;
&lt;br /&gt;
The notebook came with four primary partitions, with Windows installed on the biggest one:&lt;br /&gt;
&lt;br /&gt;
- sda1 (1 GB, NTFS, label=SYSTEM)&lt;br /&gt;
- sda2 (457 GB, NTFS)&lt;br /&gt;
- sda3 (16 GB, NTFS, label=HP_RECOVERY)&lt;br /&gt;
- sda4 (2 GB, FAT32)&lt;br /&gt;
&lt;br /&gt;
In order to install Ubuntu it&#039;s not enough to resize the Windows partition, as you cannot have more than four primary partitions. Removing one of the other partitions is a bad idea according to several reports, as it might render the system unable to start, or prevent BIOS updates. So the idea is to convert the Windows partition to a logical one in addition to resizing it. Fortunately everything you need to do that is already included on the Ubuntu installation image.&lt;br /&gt;
&lt;br /&gt;
1. Use gparted to resize and move the Windows partition. I resized it to 100 GB and added 10 MB free space before it (to leave some space to create the extended partition later on). This will take a while, depending on the performance of your hard drive.&lt;br /&gt;
&lt;br /&gt;
2. Use fixparts to convert sda2 to a logical partition:&lt;pre&gt;# fixparts /dev/sda&lt;/pre&gt;Type &lt;ff&gt;&lt;b&gt;l&lt;/b&gt;&lt;/ff&gt; then &lt;ff&gt;&lt;b&gt;2&lt;/b&gt;&lt;/ff&gt;, write the changes to the disk with &lt;ff&gt;&lt;b&gt;w&lt;/b&gt;&lt;/ff&gt;.&lt;br /&gt;
&lt;br /&gt;
3. Restart the computer without the Ubuntu install media so that Windows fixes itself. This will take even longer than the partition resize, be patient. Restart once more to make sure the Windows install is fine.&lt;br /&gt;
&lt;br /&gt;
4. Proceed with installing Ubuntu, choose the option to &quot;install Ubuntu alongside Windows&quot;.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 03 Oct 2015 09:49:00 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/98-guid.html</guid>
    <category>gparted</category>
<category>linux</category>
<category>microsoft</category>
<category>ubuntu</category>
<category>windows</category>

</item>
<item>
    <title>Microsoft to pay companies to switch from Google to Live Search</title>
    <link>https://blog.crox.net/archives/22-Microsoft-to-pay-companies-to-switch-from-Google-to-Live-Search.html</link>
    
    <comments>https://blog.crox.net/archives/22-Microsoft-to-pay-companies-to-switch-from-Google-to-Live-Search.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    see the following stories:&lt;br /&gt;
&lt;br /&gt;
1. &lt;a href=&quot;http://battellemedia.com/archives/003447.php&quot;  title=&quot;http://battellemedia.com/archives/003447.php&quot;&gt;http://battellemedia.com/archives/003447.php&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
2. &lt;a href=&quot;http://www.itwire.com.au/content/view/10554/532/&quot;  title=&quot;http://www.itwire.com.au/content/view/10554/532/&quot;&gt;http://www.itwire.com.au/content/view/10554/532/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
3. &lt;a href=&quot;http://www.ledevoir.com/2007/03/19/135590.html&quot;  title=&quot;http://www.ledevoir.com/2007/03/19/135590.html&quot;&gt;http://www.ledevoir.com/2007/03/19/135590.html&lt;/a&gt; (in French)&lt;br /&gt;
&lt;br /&gt;
The first article describes the program. I also found most comments by the readers worth reading - and altogether they summarize pretty much everything I would have to say about it :o)&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 31 Mar 2007 21:36:38 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/22-guid.html</guid>
    <category>google</category>
<category>microsoft</category>

</item>

</channel>
</rss>
