<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ivan Zlatev &#187; Linux</title>
	<atom:link href="http://ivanz.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivanz.com</link>
	<description></description>
	<lastBuildDate>Sat, 05 Jun 2010 16:19:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PicasaUploader 0.3: Batch Image Scaling/Resizing</title>
		<link>http://ivanz.com/2009/06/01/picasauploader-03-batch-image-scalingresizing/</link>
		<comments>http://ivanz.com/2009/06/01/picasauploader-03-batch-image-scalingresizing/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 19:53:57 +0000</pubDate>
		<dc:creator>Ivan Zlatev</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Diary]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PicasaWeb]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://i-nz.net/?p=571</guid>
		<description><![CDATA[I have just released version 0.3 of my PicasaWeb Uploader tool. The new things are: High quality batch image resizing/scaling on the fly prior to upload. Memory usage performance improvements. Get it from (and also for more information): http://i-nz.net/projects/picasauploader]]></description>
			<content:encoded><![CDATA[<p>I have just released version 0.3 of my PicasaWeb Uploader tool. The new things are:</p>
<ul>
<li>High quality batch image resizing/scaling on the fly prior to upload.</li>
<li>Memory usage performance improvements.</li>
</ul>
<p>Get it from (and also for more information): <a href="http://ivanz.com/projects/picasauploader/">http://i-</a><a href="http://ivanz.com/projects/picasauploader/">nz.net/projects/picasauploader</a></p>
<p><a href="http://ivanz.com/projects/picasauploader/"></p>
<div id="attachment_570" class="wp-caption aligncenter" style="width: 533px"></a><a href="http://ivanz.com/wp-content/uploads/2009/06/resize-photos.png" rel="shadowbox[post-571];player=img;"><img class="size-full wp-image-570" title="Photo Resize" src="http://ivanz.com/wp-content/uploads/2009/06/resize-photos.png" alt="Photo Resize" width="523" height="412" /></a><p class="wp-caption-text">Photo Resize</p></div>
]]></content:encoded>
			<wfw:commentRss>http://ivanz.com/2009/06/01/picasauploader-03-batch-image-scalingresizing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MS Office 2007 SP2 OpenDocument Support</title>
		<link>http://ivanz.com/2009/05/01/ms-office-2007-sp2-opendocument-support/</link>
		<comments>http://ivanz.com/2009/05/01/ms-office-2007-sp2-opendocument-support/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:43:17 +0000</pubDate>
		<dc:creator>Ivan Zlatev</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[OpenOffice]]></category>

		<guid isPermaLink="false">http://i-nz.net/?p=529</guid>
		<description><![CDATA[This seems to have gone unnoticed but Service Pack 2 for Microsoft Office 2007 introduced native support for loading from and saving to the OpenDocument file format. So I went ahead and opened my OpenDocument final year project which is a 57 pages document with custom styles, formatting, frames, images, embedded diagrams and spreadsheets and [...]]]></description>
			<content:encoded><![CDATA[<p>This seems to have gone unnoticed but Service Pack 2 for Microsoft Office 2007 introduced native support for loading from and saving to the OpenDocument file format. So I went ahead and opened my OpenDocument final year project which is a 57 pages document with custom styles, formatting, frames, images, embedded diagrams and spreadsheets and more. The results was pretty bad and the resulting document was unusable for me. Basically only the text and bullet points were displayed properly and at least the following were broken:</p>
<ul>
<li>No page breaks.</li>
<li>Wrong Frame size and placement, including caption</li>
<li>Wrong image size and placement, including caption</li>
<li>Extra spacing for Headings surrounded by borders</li>
<li>Merge with next paragraphs ignored</li>
<li>No embedded drawings/speardsheets.</li>
<li>Table content placement not preserved.</li>
<li>More quirks</li>
</ul>
<p>I suppose for people who work with simple text documents the support for OpenDocument might be sufficient though. I for one am not going to rely on the ability to safely open my work documents with Word 2007 or such produced by Word 2007 in OpenOffice.</p>
<p>Who is to blame? Is OpenOffice not following the OpenDocument standard well or is it Word 2007 interpreting it badly? Gotta love standards! I am looking forward to see both office suits interoperating nicely together some day.</p>
<p>The test documents:</p>
<ul>
<li><a href="http://ivanz.com/wp-content/uploads/2009/05/final-report.odt">Original OpenDocument Report ODT</a></li>
<li><a href="http://ivanz.com/wp-content/uploads/2009/05/report.pdf">Original OpenDocument Report PDF<br />
</a></li>
<li><a href="http://ivanz.com/wp-content/uploads/2009/05/final-report-word.pdf">Report Opened in Word 2007</a></li>
<li><a href="http://ivanz.com/wp-content/uploads/2009/05/final-report-word-ooo.pdf">Report Re-Saved in Word 2007 and opened in OpenOffice</a></li>
</ul>
<p>Some screenshots:<a href="http://ivanz.com/wp-content/uploads/2009/05/oo-word-3.png" rel="shadowbox[post-529];player=img;"><img class="aligncenter size-full wp-image-535" title="oo-word-3" src="http://ivanz.com/wp-content/uploads/2009/05/oo-word-3.png" alt="oo-word-3" width="583" height="375" /></a></p>
<p><a href="http://ivanz.com/wp-content/uploads/2009/05/oo-word-2.png" rel="shadowbox[post-529];player=img;"><img class="aligncenter size-medium wp-image-534" title="oo-word-2" src="http://ivanz.com/wp-content/uploads/2009/05/oo-word-2-300x76.png" alt="oo-word-2" width="300" height="76" /></a></p>
<p style="text-align: center;"><a href="http://ivanz.com/wp-content/uploads/2009/05/oo-word.png" rel="shadowbox[post-529];player=img;"><img class="size-medium wp-image-533 aligncenter" title="oo-word" src="http://ivanz.com/wp-content/uploads/2009/05/oo-word-300x139.png" alt="oo-word" width="300" height="139" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ivanz.com/2009/05/01/ms-office-2007-sp2-opendocument-support/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VirtualBox Windows 7 Glory (starring Mr. Seamless Mode)</title>
		<link>http://ivanz.com/2009/01/23/virtualbox-windows-7-glory/</link>
		<comments>http://ivanz.com/2009/01/23/virtualbox-windows-7-glory/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 15:01:45 +0000</pubDate>
		<dc:creator>Ivan Zlatev</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://i-nz.net/?p=291</guid>
		<description><![CDATA[VirtualBox in its full glory&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://virtualbox.org">VirtualBox</a> in its full glory&#8230;</p>
<div id="attachment_290" class="wp-caption aligncenter" style="width: 310px"><a href="http://ivanz.com/wp-content/uploads/2009/01/virtualbox-windows-7.png" rel="shadowbox[post-291];player=img;"><img class="size-medium wp-image-290" title="VirtualBox Windows 7" src="http://ivanz.com/wp-content/uploads/2009/01/virtualbox-windows-7-300x187.png" alt="Windows 7 running in VirtualBox seamless mode" width="300" height="187" /></a><p class="wp-caption-text">Windows 7 running in VirtualBox seamless mode </p></div>
]]></content:encoded>
			<wfw:commentRss>http://ivanz.com/2009/01/23/virtualbox-windows-7-glory/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nokia E71 as a USB or Bluetooth 3G Data Modem on Linux</title>
		<link>http://ivanz.com/2008/09/18/nokia-e71-as-a-usb-or-bluetooth-3g-data-modem-on-linux/</link>
		<comments>http://ivanz.com/2008/09/18/nokia-e71-as-a-usb-or-bluetooth-3g-data-modem-on-linux/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 13:23:12 +0000</pubDate>
		<dc:creator>Ivan Zlatev</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://i-nz.net/?p=197</guid>
		<description><![CDATA[1.) Install wvdial 2.) Add the following to /etc/wvdial.conf and adjust it for your operator settings: [Dialer nokia-usb] Modem = /dev/ttyACM0 Baud = 3600000 Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &#38;C1 &#38;D2 Init3 = Modem Type = USB Modem Area Code = Phone = *99# Username = ppp Password = ppp Ask [...]]]></description>
			<content:encoded><![CDATA[<p>1.) Install <em>wvdial</em><br />
2.) Add the following to <em>/etc/wvdial.conf</em> and adjust it for your operator settings:</p>
<pre style="padding-left: 60px;"><code>[Dialer nokia-usb]
Modem = /dev/ttyACM0
Baud = 3600000
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2
Init3 =
Modem Type = USB Modem
Area Code =
Phone = *99#
Username = ppp
Password = ppp
Ask Password = 0
Dial Command = ATDT
Stupid Mode = 1
Compuserve = 0
Force Address =
Idle Seconds = 0
DialMessage1 =
DialMessage2 =
ISDN = 0
Auto DNS = 1
New PPPD = yes

[Dialer nokia-bluetooth]
Modem = /dev/rfcomm0
Baud = 3600000
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2
Init3 =
Area Code =
Phone = *99#
Username = ppp
Password = ppp
Ask Password = 0
Dial Command = ATDT
Stupid Mode = 1
Compuserve = 0
Force Address =
Idle Seconds = 0
DialMessage1 =
DialMessage2 =
ISDN = 0
Auto DNS = 1
New PPPD = yes</code></pre>
<p>3.) For USB when you connect the phone <strong><span style="text-decoration: underline;">set it to &#8220;PC Suite&#8221; mode</span> </strong>(else the modem won&#8217;t appear) and then:</p>
<pre style="padding-left: 60px;">su -c "wvdial nokia-usb"</pre>
<p>4.) For Bluetooth, where ### is the Bluetooth Address of you phone</p>
<pre style="padding-left: 60px;">su -c "rfcomm release 0; rfcomm bind 0 ### `sdptool search \
--bdaddr=### dun | grep -i Channel | cut -c14-14` &amp;&amp; wvdial nokia-bluetooth"</pre>
<p>5.) Workaround for broken newer versions of NetworkManager where the DNS won&#8217;t be set properly can be found at <a href="http://seife.kernalert.de/blog/2008/12/11/using-dialup-with-111-if-networkmanager-does-not-handle-your-device/">http://seife.kernalert.de/blog/2008/12/11/using-dialup-with-111-if-networkmanager-does-not-handle-your-device/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ivanz.com/2008/09/18/nokia-e71-as-a-usb-or-bluetooth-3g-data-modem-on-linux/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>
