<?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>Digitivity &#187; Chromium</title>
	<atom:link href="http://digitivity.org/tag/chromium/feed" rel="self" type="application/rss+xml" />
	<link>http://digitivity.org</link>
	<description>The Digital Productivity Blog</description>
	<lastBuildDate>Sat, 24 Dec 2011 17:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Install Google Chromium on Ubuntu</title>
		<link>http://digitivity.org/884/how-to-install-google-chromium-on-ubuntu</link>
		<comments>http://digitivity.org/884/how-to-install-google-chromium-on-ubuntu#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:59:11 +0000</pubDate>
		<dc:creator>Digitivity</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://digitivity.org/?p=884</guid>
		<description><![CDATA[<p>Posted in <a href="http://digitivity.org/category/linuxunix" title="Linux/Unix">Linux/Unix</a></p>Chromium is the open-source version of the Google Chrome web browser. It excludes some of the URL-tracking stuff in Chrome.

Here's how to install it on Ubuntu.


Related posts:<ol><li><a href='http://digitivity.org/943/how-to-install-google-skipfish-on-ubuntu-linux' rel='bookmark' title='Permanent Link: How to Install Google Skipfish on Ubuntu Linux'>How to Install Google Skipfish on Ubuntu Linux</a></li>
<li><a href='http://digitivity.org/1145/turning-on-command-not-found-suggestions-in-ubuntu' rel='bookmark' title='Permanent Link: Turning on Command Not Found Suggestions in Ubuntu'>Turning on Command Not Found Suggestions in Ubuntu</a></li>
<li><a href='http://digitivity.org/1153/tint2-a-lightweight-alternative-panel-for-linux' rel='bookmark' title='Permanent Link: Tint2: A Lightweight Alternative Panel for Linux'>Tint2: A Lightweight Alternative Panel for Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Chromium is the open-source version of the Google Chrome web browser. It excludes some of the URL-tracking stuff in Chrome.</p>
<p>Here&#8217;s how to install it on Ubuntu. This works for Karmic Koala 9.10.</p>
<h2>The short way with the command line</h2>
<p>In the file <tt>/etc/apt/sources.list</tt> add the following line:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>chromium-daily<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu karmic main</pre></div></div>

<p>In a terminal, get a key and refresh the repository index:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> adv <span style="color: #660033;">--recv-keys</span> <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com 4E5E17B5
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></div></div>

<p>And install Chromium:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> chromium-browser</pre></div></div>

<h2>Installing Chromium: a walkthrough</h2>
<p>Here&#8217;s the long version.</p>
<p>Normally, packages in Ubuntu are installed from the main Ubuntu repositories. But there&#8217;s also the concept of &#8220;Personal Package Archives&#8221; for experimental software. To use these, you have to specify PPA information to Ubuntu.</p>
<p>In a terminal, add the keys for the Chromium PPA:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> adv <span style="color: #660033;">--recv-keys</span> <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com 4E5E17B5</pre></div></div>

<p>Here&#8217;s the output:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-01-add-key.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-01-add-key-512x175.png" alt="chromium-install-ubuntu-01-add-key" title="chromium-install-ubuntu-01-add-key" width="512" height="175" class="alignnone size-medium wp-image-885" /></a></p>
<p>Open up System > Administration > Synaptic Package Manager. Then, in Synaptic, choose Settings > Repositories.<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-02-software-sources.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-02-software-sources-512x475.png" alt="chromium-install-ubuntu-02-software-sources" title="chromium-install-ubuntu-02-software-sources" width="512" height="475" class="alignnone size-medium wp-image-886" /></a></p>
<p>Click on the &#8220;Other Software&#8221; tab and then click &#8220;Add&#8221;:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-03-software-sources.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-03-software-sources-512x475.png" alt="chromium-install-ubuntu-03-software-sources" title="chromium-install-ubuntu-03-software-sources" width="512" height="475" class="alignnone size-medium wp-image-887" /></a></p>
<p>Enter the following into the dialog:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>chromium-daily<span style="color: #000000; font-weight: bold;">/</span>ppa<span style="color: #000000; font-weight: bold;">/</span>ubuntu karmic main</pre></div></div>

<p><a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-04-add-repository.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-04-add-repository.png" alt="chromium-install-ubuntu-04-add-repository" title="chromium-install-ubuntu-04-add-repository" width="477" height="245" class="alignnone size-full wp-image-888" /></a></p>
<p>When you click on &#8220;Add Source&#8221;, a new repository is added which will pull in Chromium updates:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-05-chromium-repository-added.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-05-chromium-repository-added.png" alt="chromium-install-ubuntu-05-chromium-repository-added" title="chromium-install-ubuntu-05-chromium-repository-added" width="496" height="48" class="alignnone size-full wp-image-889" /></a></p>
<p>Synaptic will tell you you need to reload package information:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-06-repositories-changed.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-06-repositories-changed.png" alt="chromium-install-ubuntu-06-repositories-changed" title="chromium-install-ubuntu-06-repositories-changed" width="434" height="221" class="alignnone size-full wp-image-890" /></a></p>
<p>Click on the Reload button in the upper left-hand corner of Synaptic. Synaptic will reload package information:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-07-updating-repositories-downloading-package-information.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-07-updating-repositories-downloading-package-information.png" alt="chromium-install-ubuntu-07-updating-repositories-downloading-package-information" title="chromium-install-ubuntu-07-updating-repositories-downloading-package-information" width="456" height="251" class="alignnone size-full wp-image-891" /></a></p>
<p>After that&#8217;s done, enter &#8220;chromium&#8221; in the Quick Search box, right-click on Chromium Browser, and and select &#8220;Mark for Installation&#8221;:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-08-select-chromium-browser.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-08-select-chromium-browser.png" alt="chromium-install-ubuntu-08-select-chromium-browser" title="chromium-install-ubuntu-08-select-chromium-browser" width="509" height="136" class="alignnone size-full wp-image-892" /></a></p>
<p>Synaptic prompts you to mark additional required packages for installation. Choose Apply:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-09-chromium-required-packages.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-09-chromium-required-packages.png" alt="chromium-install-ubuntu-09-chromium-required-packages" title="chromium-install-ubuntu-09-chromium-required-packages" width="456" height="376" class="alignnone size-full wp-image-893" /></a></p>
<p>Note: don&#8217;t choose the &#8220;chromium&#8221; package. That&#8217;s actually an old Linux-based game:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-10-chromium-game.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-10-chromium-game.png" alt="chromium-install-ubuntu-10-chromium-game" title="chromium-install-ubuntu-10-chromium-game" width="476" height="113" class="alignnone size-full wp-image-894" /></a></p>
<p>Click on Apply in the toolbar in Synaptic. Verify your choice in the Summary dialog:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-11-synaptic-summary.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-11-synaptic-summary-512x415.png" alt="chromium-install-ubuntu-11-synaptic-summary" title="chromium-install-ubuntu-11-synaptic-summary" width="512" height="415" class="alignnone size-medium wp-image-895" /></a></p>
<p>Synaptic downloads the package files:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-12-downloading-package-files.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-12-downloading-package-files.png" alt="chromium-install-ubuntu-12-downloading-package-files" title="chromium-install-ubuntu-12-downloading-package-files" width="456" height="200" class="alignnone size-full wp-image-896" /></a></p>
<p>And installs them:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-13-applying-changes.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-13-applying-changes.png" alt="chromium-install-ubuntu-13-applying-changes" title="chromium-install-ubuntu-13-applying-changes" width="509" height="283" class="alignnone size-full wp-image-897" /></a></p>
<p>The changes are applied:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-14-changes-applied.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-14-changes-applied.png" alt="chromium-install-ubuntu-14-changes-applied" title="chromium-install-ubuntu-14-changes-applied" width="509" height="223" class="alignnone size-full wp-image-898" /></a></p>
<p>To run Chromium, choose &#8220;Chromium Web Browser&#8221; from the Internet menu in Applications:<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-15-application-menu.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-15-application-menu-512x299.png" alt="chromium-install-ubuntu-15-application-menu" title="chromium-install-ubuntu-15-application-menu" width="512" height="299" class="alignnone size-medium wp-image-899" /></a></p>
<p>These instructions are for adding the daily builds PPA for Chromium, meaning that you&#8217;ll get updates for it every day if you want. For me, the version I&#8217;m running is fine, so I don&#8217;t click on the Update button when Update Manager shows up.<br />
<a href="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-about-chromium.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/03/chromium-install-ubuntu-about-chromium-512x326.png" alt="chromium-install-ubuntu-about-chromium" title="chromium-install-ubuntu-about-chromium" width="512" height="326" class="alignnone size-medium wp-image-900" /></a></p>


<p>Related posts:<ol><li><a href='http://digitivity.org/943/how-to-install-google-skipfish-on-ubuntu-linux' rel='bookmark' title='Permanent Link: How to Install Google Skipfish on Ubuntu Linux'>How to Install Google Skipfish on Ubuntu Linux</a></li>
<li><a href='http://digitivity.org/1145/turning-on-command-not-found-suggestions-in-ubuntu' rel='bookmark' title='Permanent Link: Turning on Command Not Found Suggestions in Ubuntu'>Turning on Command Not Found Suggestions in Ubuntu</a></li>
<li><a href='http://digitivity.org/1153/tint2-a-lightweight-alternative-panel-for-linux' rel='bookmark' title='Permanent Link: Tint2: A Lightweight Alternative Panel for Linux'>Tint2: A Lightweight Alternative Panel for Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://digitivity.org/884/how-to-install-google-chromium-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>After the iPad: the Google Tablet?</title>
		<link>http://digitivity.org/761/after-the-apple-ipad-the-google-tablet-rumor-pictures</link>
		<comments>http://digitivity.org/761/after-the-apple-ipad-the-google-tablet-rumor-pictures#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:24:42 +0000</pubDate>
		<dc:creator>Digitivity</dc:creator>
				<category><![CDATA[Digital Devices]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Tablet]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://digitivity.org/?p=761</guid>
		<description><![CDATA[<p>Posted in <a href="http://digitivity.org/category/digital-devices" title="Digital Devices">Digital Devices</a></p>Google took many years to come out with a phone after Apple's iPhone, but it looks like they'll only take a few months to put out their tablet after the unveiling of the Apple iPad.

Now we have some pictures to preview the planned tablet's UI.


Related posts:<ol><li><a href='http://digitivity.org/755/apple-reveals-the-ipad-tablet-a-coverage-roundup' rel='bookmark' title='Permanent Link: Apple Reveals the iPad Tablet: A Coverage Roundup'>Apple Reveals the iPad Tablet: A Coverage Roundup</a></li>
<li><a href='http://digitivity.org/787/apple-stole-copied-ipad-design-from-a-chinese-company' rel='bookmark' title='Permanent Link: Apple Stole iPad Design from a Chinese Company?'>Apple Stole iPad Design from a Chinese Company?</a></li>
<li><a href='http://digitivity.org/924/attack-of-the-linux-ipad-clones' rel='bookmark' title='Permanent Link: Attack of the Linux iPad Clones'>Attack of the Linux iPad Clones</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google took many years to come out with a phone after Apple&#8217;s iPhone, but it looks like they&#8217;ll only take a few months to put out their tablet after the unveiling of the Apple iPad.</p>
<p>A number of blogs are reporting on pictures of Google&#8217;s tablet (still under development) posted at the <a href="http://dev.chromium.org/chromium-os/user-experience/form-factors/tablet">Chromium dev site</a>.</p>
<p>One big difference between the Apple iPad (and iPhone) and Google&#8217;s Android and Tablet is that with Google, you can run multiple programs at once. So you need a UI to switch programs, and Google came up with dragging windows:</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/0sz8hWvP5Sc&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0sz8hWvP5Sc&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>Google is said to be working with HTC, who made Google&#8217;s Nexus One cell phone, to create the Google Tablet.</p>
<div id="attachment_766" class="wp-caption alignnone" style="width: 522px"><a href="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-full-keyboard.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-full-keyboard-512x384.png" alt="Google Tablet: Full Keyboard" title="Google Tablet: Full Keyboard" width="512" height="384" class="size-medium wp-image-766" /></a><p class="wp-caption-text">Google Tablet: Full Keyboard</p></div>
<p>&nbsp;</p>
<div id="attachment_765" class="wp-caption alignnone" style="width: 522px"><a href="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-split-keyboard.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-split-keyboard-512x383.png" alt="Google Tablet: Split Keyboard" title="Google Tablet: Split Keyboard" width="512" height="383" class="size-medium wp-image-765" /></a><p class="wp-caption-text">Google Tablet: Split Keyboard</p></div>
<p>&nbsp;</p>
<div id="attachment_763" class="wp-caption alignnone" style="width: 522px"><a href="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-anchored-keyboard.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-anchored-keyboard-512x383.png" alt="Google Tablet: Keyboard Anchored to Side" title="Google Tablet: Keyboard Anchored to Side" width="512" height="383" class="size-medium wp-image-763" /></a><p class="wp-caption-text">Google Tablet: Keyboard Anchored to Side</p></div>
<p>&nbsp;</p>
<div id="attachment_767" class="wp-caption alignnone" style="width: 522px"><a href="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-context-menu.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-context-menu-512x383.png" alt="Google Tablet: Context Menu" title="Google Tablet: Context Menu" width="512" height="383" class="size-medium wp-image-767" /></a><p class="wp-caption-text">Google Tablet: Context Menu</p></div>
<p>&nbsp;</p>
<div id="attachment_764" class="wp-caption alignnone" style="width: 522px"><a href="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-switching-programs.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-switching-programs-512x383.png" alt="Google Tablet: Switching Programs" title="Google Tablet: Switching Programs" width="512" height="383" class="size-medium wp-image-764" /></a><p class="wp-caption-text">Google Tablet: Switching Programs</p></div>
<p>&nbsp;</p>
<div id="attachment_762" class="wp-caption alignnone" style="width: 491px"><a href="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-drag-windows.png"><img src="http://digitivity.org/blog/wp-content/uploads/2010/02/google-tablet-drag-windows.png" alt="Google Tablet: Dragging WIndows" title="Google Tablet: Dragging WIndows" width="481" height="269" class="size-full wp-image-762" /></a><p class="wp-caption-text">Google Tablet: Dragging WIndows</p></div>
<p>&nbsp;</p>
<h2>Resources</h2>
<p><a href="http://mashable.com/2010/01/02/google-tablet/">Google Tablet: Google and HTC To Launch Apple iSlate Rival [RUMOR]</a><br />
<a href="http://www.techcrunch.com/2010/02/01/google-tablet-photos/">A First Taste Of What The Google Tablet’s Interface Will Look Like</a><br />
<a href="http://www.thechromesource.com/google-shows-off-its-tablet-concept/">Google Shows Off its Tablet Concept</a><br />
<a href="http://dev.chromium.org/chromium-os/user-experience/form-factors/tablet">Chromium tablet concepts</a><br />
<a href="http://www.youtube.com/watch?v=0sz8hWvP5Sc">Google Tablet YouTube</a><br />
<a href="http://www.neowin.net/news/google039s-tablet-ui-concept-pictures">NeoWin: Google&#8217;s tablet UI concept pictures</a><br />
<a href="http://www.smarthouse.com.au/Home_Office/Notebooks_And_Tablets/C5J4K9R8">Smarthouse: HTC To Launch Apple iSlate Competitor</a><br />
<a href="http://www.theregister.co.uk/2010/01/04/google_tablet_rumor/">Register: Google chisels Chrome OS tablet, rumors say</a><br />
<a href="http://www.washingtonpost.com/wp-dyn/content/article/2010/02/01/AR2010020104017.html">Washington post article</a></p>


<p>Related posts:<ol><li><a href='http://digitivity.org/755/apple-reveals-the-ipad-tablet-a-coverage-roundup' rel='bookmark' title='Permanent Link: Apple Reveals the iPad Tablet: A Coverage Roundup'>Apple Reveals the iPad Tablet: A Coverage Roundup</a></li>
<li><a href='http://digitivity.org/787/apple-stole-copied-ipad-design-from-a-chinese-company' rel='bookmark' title='Permanent Link: Apple Stole iPad Design from a Chinese Company?'>Apple Stole iPad Design from a Chinese Company?</a></li>
<li><a href='http://digitivity.org/924/attack-of-the-linux-ipad-clones' rel='bookmark' title='Permanent Link: Attack of the Linux iPad Clones'>Attack of the Linux iPad Clones</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://digitivity.org/761/after-the-apple-ipad-the-google-tablet-rumor-pictures/feed</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: digitivity.org @ 2012-02-08 08:53:15 -->
