<?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>digital nomad &#187; ubuntu</title>
	<atom:link href="http://www.gaggl.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gaggl.com</link>
	<description>so many ideas - so little time ...</description>
	<lastBuildDate>Sun, 20 May 2012 02:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing Oracle Java7 JDK on Ubuntu 12.04</title>
		<link>http://www.gaggl.com/2012/05/installing-oracle-java7-jdk-on-ubuntu-12-04/</link>
		<comments>http://www.gaggl.com/2012/05/installing-oracle-java7-jdk-on-ubuntu-12-04/#comments</comments>
		<pubDate>Tue, 15 May 2012 07:30:01 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[miscellaneus]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=894</guid>
		<description><![CDATA[If you really need Oracle Java (some applications seem to insist on it) on Ubuntu here is the procedure using a PPA. sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer HT to WebUpd8 http://ppa.webupd8.org/]]></description>
			<content:encoded><![CDATA[<p>If you really need Oracle Java (some applications seem to insist on it) on Ubuntu here is the procedure using a PPA.</p>
<p><code>sudo add-apt-repository ppa:webupd8team/java<br />
sudo apt-get update<br />
sudo apt-get install oracle-java7-installer</code></p>
<p>HT to WebUpd8 <a href="http://ppa.webupd8.org/" title="WebUpd8 Team PPA" target="_blank">http://ppa.webupd8.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/installing-oracle-java7-jdk-on-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Running Android 4.0 (ICS) on Virtualbox</title>
		<link>http://www.gaggl.com/2012/05/running-android-4-0-ics-on-virtualbox/</link>
		<comments>http://www.gaggl.com/2012/05/running-android-4-0-ics-on-virtualbox/#comments</comments>
		<pubDate>Mon, 14 May 2012 02:17:17 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ics]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=940</guid>
		<description><![CDATA[Debugging things on the Android Emulator (incluced in the SDK) can be a very slow and cumbersome process. Thanks to the Android-x86 Project it&#8217;s quite easy to run Android in VirtualBox. This is highly useful when you need to test &#8230; <a href="http://www.gaggl.com/2012/05/running-android-4-0-ics-on-virtualbox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Debugging things on the Android Emulator (incluced in the SDK) can be a very slow and cumbersome process. Thanks to the <a href="http://www.android-x86.org/" title="Android x86" target="_blank">Android-x86 Project</a> it&#8217;s quite easy to run Android in <a href="http://www.gaggl.com/2011/10/virtualbox-4-install-on-ubuntu/" title="Virtualbox 4 install on Ubuntu" target="_blank">VirtualBox</a>. This is highly useful when you need to test mobile apps and websites from the Android Browser (as well as Chrome Mobile).</p>
<ol>
<li>
Download an Ethernet enabled ISO from <a href="http://tabletsx86.org/" title="Tablets x86" target="_blank">Tablets x86</a></p>
<p><code>wget http://dl.dropbox.com/u/75945873/android-x86-4.0-eth0-generic_x86-20120426.iso.torrent<br />
transmission android-x86-4.0-eth0-generic_x86-20120426.iso.torrent</code>
</li>
<li>Create new ViratualBox VM<br />
<a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm01.png"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm01-300x256.png" alt="VM Settings 1" title="VM Settings 1" width="300" height="256" class="alignnone size-medium wp-image-956" /></a><br />
<a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm02.png"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm02-300x256.png" alt="VM Settings 2" title="VM Settings 2" width="300" height="256" class="alignnone size-medium wp-image-957" /></a><br />
<a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm03.png"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm03-300x256.png" alt="VM Settings 3" title="VM Settings 3" width="300" height="256" class="alignnone size-medium wp-image-958" /></a><br />
Important Settings (see screenshots)</p>
<ul>
<li>OS: Linux, Version: Linux 2.6</li>
<li>Enable VTx/AMD-V</li>
<li>Use Bridged Network Adapter (if you want to allow direct Internet Access)</li>
</ul>
</li>
<li>Mount the ISO file downloaded previosly and start the VM<br />
<a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm000.jpg"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm000-300x226.jpg" alt="Install dialog" title="Install dialog" width="300" height="226" class="alignnone size-medium wp-image-955" /></a>
</li>
<li>Create the Root Filesystem (ext3) on the VBox .vdi created with the new VM, mark as bootable</li>
<li>Write the Filesystem changes to disk (VDI) and format the disk</li>
<li>Install GRUB Boatloader</li>
<li>Copy files from ISO to VDI</li>
<li>Unmount the ISO image and reboot</li>
<p><strong>Note</strong>: You need to disable the mouse pointer integration (if you have installed VirtualBox Client Add-ons) in the menu of Virtualbox (&#8216;Machine&#8217; &#8211;> &#8216;Disable Mouse Integration&#8217;) when you start the VM (see screenshot). I have not found a way to disable this by default on Virtualbox on Ubuntu (If anybody has managed this I would love to know how !)</p>
<p><a href="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm04.png"><img src="http://www.gaggl.com/wp-content/uploads/2012/05/android_vm04-300x168.png" alt="Disable Mouse Integration" title="Disable Mouse Integration" width="300" height="168" class="alignnone size-medium wp-image-959" /></a></p>
<li>Start the Android Setup Wizard to set locale and you should be up and running (network should already function to test external sites from Android browser) !</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/running-android-4-0-ics-on-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install GIMP 2.8 on Ubuntu 12.04</title>
		<link>http://www.gaggl.com/2012/05/install-gimp-2-8-on-ubuntu-12-04/</link>
		<comments>http://www.gaggl.com/2012/05/install-gimp-2-8-on-ubuntu-12-04/#comments</comments>
		<pubDate>Sun, 13 May 2012 08:05:44 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=932</guid>
		<description><![CDATA[Since the latest version of GIMP has not been included in the main 12.04 repositories because it was not ready at release time you have to use a PPA at current. sudo add-apt-repository ppa:otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install &#8230; <a href="http://www.gaggl.com/2012/05/install-gimp-2-8-on-ubuntu-12-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since the latest version of GIMP has not been included in the main 12.04 repositories because it was not ready at release time you have to use a PPA at current.</p>
<p><code>sudo add-apt-repository ppa:otto-kesselgulasch/gimp<br />
sudo apt-get update<br />
sudo apt-get install gimp</code></p>
<p><a href="http://www.gaggl.com/wp-content/uploads/2012/05/gimp28.png"><img class="alignnone size-medium wp-image-934" title="Gimp 2.8 Screenshot" src="http://www.gaggl.com/wp-content/uploads/2012/05/gimp28-300x214.png" alt="Gimp 2.8 Screenshot" width="300" height="214" /></a></p>
<p><strong>TIP</strong>: Go to the &#8220;Windows&#8221; menu and select &#8216;Single-Window Mode&#8217; to use Gimp in one window (see screenshot).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/install-gimp-2-8-on-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Intel Ultrabook tweaks on Ubuntu 12.04</title>
		<link>http://www.gaggl.com/2012/05/intel-ultrabook-tweaks-on-ubuntu-12-04/</link>
		<comments>http://www.gaggl.com/2012/05/intel-ultrabook-tweaks-on-ubuntu-12-04/#comments</comments>
		<pubDate>Tue, 08 May 2012 01:26:16 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[digital nomads]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=927</guid>
		<description><![CDATA[After upgrading my Toshiba Z830 Ultrabook to 12.04 (Precise Pangolin) I noticed that the ability to control the screen back-light was not working using the Toshiba Fn F6/F7 keys. Thanks to http://www.linlap.com/wiki/acer+aspire+s3 the solution was found quite quickly. sudo vim &#8230; <a href="http://www.gaggl.com/2012/05/intel-ultrabook-tweaks-on-ubuntu-12-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After upgrading my <a title="Turning the Toshiba Z830 into a Ubuntu Ultrabook" href="http://www.gaggl.com/2012/02/turning-the-toshiba-z830-into-a-ubuntu-ultrabook/" target="_blank">Toshiba Z830 Ultrabook</a> to 12.04 (Precise Pangolin) I noticed that the ability to control the screen back-light was not working using the Toshiba Fn F6/F7 keys.</p>
<p>Thanks to <a title="Linlap" href="http://www.linlap.com/wiki/acer+aspire+s3" target="_blank">http://www.linlap.com/wiki/acer+aspire+s3</a> the solution was found quite quickly.</p>
<p><code>sudo vim /etc/default/grub</code></p>
<p>This will open the grub configuration file. (Grub is the initial boot selection software)<br />
To be able to dim the screen brightness, You&#8217;ve got to modify the line:</p>
<p><code>GRUB_CMDLINE_LINUX=""</code></p>
<p>to these two lines:</p>
<p><code>pcie_aspm=force<br />
GRUB_CMDLINE_LINUX="quiet splash pcie_aspm=force acpi_osi=Linux acpi_backlight=vendor elevator=noop"</code></p>
<p>Another neat tip: intel-gpu-tools can be used to control brightness from the commandline.</p>
<p><code># will set brightness at 50%<br />
intel_backlight 50</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/intel-ultrabook-tweaks-on-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Accessing Samsung Galaxy Nexus as USB Media Device Ubuntu 12.04</title>
		<link>http://www.gaggl.com/2012/05/accessing-samsung-galaxy-nexus-as-usb-media-device-ubuntu-12-04/</link>
		<comments>http://www.gaggl.com/2012/05/accessing-samsung-galaxy-nexus-as-usb-media-device-ubuntu-12-04/#comments</comments>
		<pubDate>Mon, 07 May 2012 01:51:45 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[galaxy]]></category>
		<category><![CDATA[mtp]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=919</guid>
		<description><![CDATA[To use a Samsung Galaxy Nexus as a media device (MTP) there is a utility called gMTP. sudo apt-get install gmtp mtpfs mtp-tools NOTE: Unfortunately there is a bug in the 64-bit version at the moment (https://bugs.launchpad.net/ubuntu/+source/mtpfs/+bug/936165) &#8211; which means &#8230; <a href="http://www.gaggl.com/2012/05/accessing-samsung-galaxy-nexus-as-usb-media-device-ubuntu-12-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To use a Samsung Galaxy Nexus as a media device (MTP) there is a utility called gMTP.</p>
<p><code>sudo apt-get install gmtp mtpfs mtp-tools</code></p>
<p><strong>NOTE</strong>: Unfortunately there is a bug in the 64-bit version at the moment (<a title="Launchpad" href="https://bugs.launchpad.net/ubuntu/+source/mtpfs/+bug/936165" target="_blank">https://bugs.launchpad.net/ubuntu/+source/mtpfs/+bug/936165</a>) &#8211; which means it&#8217;s not all that useful to me at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/accessing-samsung-galaxy-nexus-as-usb-media-device-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable the Guest account from Ubuntu Login Screen</title>
		<link>http://www.gaggl.com/2012/05/disable-the-guest-account-from-ubuntu-login-screen/</link>
		<comments>http://www.gaggl.com/2012/05/disable-the-guest-account-from-ubuntu-login-screen/#comments</comments>
		<pubDate>Sun, 06 May 2012 01:57:23 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=913</guid>
		<description><![CDATA[Having a guest account might be useful on a home computer, but it&#8217;s generally not what I want enabled on a notebook. To disable the default Guest account you need to edit lightdm.conf and add a line (allow-guest=false). sudo vim &#8230; <a href="http://www.gaggl.com/2012/05/disable-the-guest-account-from-ubuntu-login-screen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Having a guest account might be useful on a home computer, but it&#8217;s generally not what I want enabled on a notebook. </p>
<p>To disable the default Guest account you need to edit lightdm.conf and add a line (allow-guest=false).</p>
<p><code>sudo vim /etc/lightdm/lightdm.conf</p>
<p>[SeatDefaults]<br />
greeter-session=unity-greeter<br />
user-session=ubuntu<br />
allow-guest=false</code></p>
<p>Tested in Ubuntu 12.04 LTS Precise Pangolin &amp; Ubuntu 11.10 Oneiric Ocelot</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/05/disable-the-guest-account-from-ubuntu-login-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Java6 JDK on Ubuntu 12.04</title>
		<link>http://www.gaggl.com/2012/04/installing-java6-jdk-on-ubuntu-12-04/</link>
		<comments>http://www.gaggl.com/2012/04/installing-java6-jdk-on-ubuntu-12-04/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 21:56:59 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[12.04]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=890</guid>
		<description><![CDATA[UPDATE: [01-May-2012] It appears that this PPA repo is currently broken (does not allow to get GPG key and has unmet dependencies on x84_64). It appears that the install on i386 systems does work anyway if you ignore the GPG &#8230; <a href="http://www.gaggl.com/2012/04/installing-java6-jdk-on-ubuntu-12-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE</strong>: [01-May-2012] It appears that this PPA repo is currently broken (does not allow to get GPG key and has unmet dependencies on x84_64). It appears that the install on i386 systems does work anyway if you ignore the GPG key error, but I wouldn&#8217;t install in that case as PPA installs are security risk enough without GPG errors.</p>
<hr />
<p><strong>UPDATE</strong>: [11-May-2012] The reason the PPA does not work is that it has been disabled by Ubuntu due to a licensing issue with (not hard to guess) Oracle. Flexion.org have however created a script (hosted on <a title="Flexion.org Java" href="https://github.com/flexiondotorg/oab-java6" target="_blank">Github</a>) to allow the automated update of Java 6 for those who still require it as a dependency.</p>
<p><code>wget https://github.com/flexiondotorg/oab-java6/raw/0.2.1/oab-java6.sh -O oab-java6.sh<br />
chmod +x oab-java6.sh<br />
sudo ./oab-java6.sh</code></p>
<p>Hat tip to Martin Wimpress from <a title="Flexion.org" href="http://flexion.org/" target="_blank">Flexion</a> !</p>
<hr />
<p><strong>Note</strong>: If you do not need Java 6 it&#8217;s much safer to stick to the current <a title="Installing Oracle Java7 JDK on Ubuntu 12.04" href="http://www.gaggl.com/2012/05/installing-oracle-java7-jdk-on-ubuntu-12-04/">Oracle Java 7 </a>release.</p>
<hr />
<p><del>This is an update to the <a title="Installing Java6 JDK on Ubuntu 11.10" href="http://www.gaggl.com/2011/10/installing-java6-jdk-on-ubuntu-11-10/">Java6 install on 11.10</a> since the previous PPA repository has not been updated. To install on Precise Pangolin you need to add the following repository</del></p>
<p><del><code>sudo add-apt-repository ppa:flexiondotorg/java<br />
sudo apt-get update<br />
sudo apt-get install sun-java6-jdk sun-java6-plugin</code></del></p>
<hr />
<p><strong>EDIT</strong>: [01-May-2012] since there seem to be many comments about the repo not working here&#8217;s the manual process (since I can&#8217;t find any working PPA that is actually maintained).</p>
<p>Download the Linux .bin install (32 or 64bit) from Oracle&#8217;s site <a title="Java JDK download" href="http://www.oracle.com/technetwork/java/archive-139210.html">Java Archive</a>.</p>
<p><code>#change permissions to allow execute<br />
chmod a+x jdk-6u[current_version_number]-linux-i586.bin<br />
#run the installer file<br />
./jdk-6u[current_version_number]-linux-i586.bin</code></p>
<p>Note: you obviously need to also maintain the Java6 updated manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/04/installing-java6-jdk-on-ubuntu-12-04/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing the latest stable version of LibreCAD on Ubuntu</title>
		<link>http://www.gaggl.com/2012/04/installing-the-latest-stable-version-of-librecad-on-ubuntu/</link>
		<comments>http://www.gaggl.com/2012/04/installing-the-latest-stable-version-of-librecad-on-ubuntu/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 12:44:11 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[cad]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=883</guid>
		<description><![CDATA[I have recently been looking at different CAD options on Ubuntu and LibreCAD (http://librecad.org/) is looking like the best option for my needs at current (apart from the wish there would be some DWG support). Since the main Ubuntu repositories &#8230; <a href="http://www.gaggl.com/2012/04/installing-the-latest-stable-version-of-librecad-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have recently been looking at different CAD options on Ubuntu and LibreCAD (<a href="http://librecad.org/">http://librecad.org/</a>) is looking like the best option for my needs at current (apart from the wish there would be some DWG support).</p>
<p><a href="http://www.gaggl.com/wp-content/uploads/2012/04/librecad.png"><img class="alignnone size-medium wp-image-885" title="Librecad Screenshot" src="http://www.gaggl.com/wp-content/uploads/2012/04/librecad-300x212.png" alt="" width="300" height="212" /></a></p>
<p>Since the main Ubuntu repositories are usually a fair bit behind the lastest stable realeases of LibreCAD you need to add the LibreCAD Dev PPA Repository</p>
<p><code>sudo add-apt-repository ppa:librecad-dev/librecad-stable<br />
sudo apt-get update<br />
sudo apt-get install librecad<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/04/installing-the-latest-stable-version-of-librecad-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Darktable &#8211; Photo Management under Ubuntu</title>
		<link>http://www.gaggl.com/2012/04/darktable-photo-management-under-ubuntu/</link>
		<comments>http://www.gaggl.com/2012/04/darktable-photo-management-under-ubuntu/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 01:38:02 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=878</guid>
		<description><![CDATA[Whilst I am by no means a photographer I do end up taking quite a few photos (these days pretty much exclusively on my phone) and the management of these photos can be a pain. So far I have never &#8230; <a href="http://www.gaggl.com/2012/04/darktable-photo-management-under-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Whilst I am by no means a photographer I do end up taking quite a few photos (these days pretty much exclusively on my phone) and the management of these photos can be a pain. So far I have never found an program worth the pain over plain old file management.</p>
<p>But having stumbled across Darktable (<a href="http://darktable.org/" title="Darktable open source photography workflow application" target="_blank">http://darktable.org/</a>) I think I might have found a worthwile package.</p>
<p><img src="http://www.darktable.org/wp-content/uploads/2011/07/screenshot-1.png" alt="Screenshot" /></p>
<p>Install on Ubuntu:</p>
<p><code>sudo add-apt-repository ppa:pmjdebruijn/darktable-release<br />
sudo apt-get update<br />
sudo apt-get install darktable</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/04/darktable-photo-management-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk converting Office documents to PDF</title>
		<link>http://www.gaggl.com/2012/04/bulk-converting-office-documents-to-pdf/</link>
		<comments>http://www.gaggl.com/2012/04/bulk-converting-office-documents-to-pdf/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 09:46:14 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=872</guid>
		<description><![CDATA[When you need to convert multiple documents to PDF for distribution (or from one Office format to another) there are a few utilities around. The most workable I found is the UNOCONV utility which is build on top of LibreOffice &#8230; <a href="http://www.gaggl.com/2012/04/bulk-converting-office-documents-to-pdf/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you need to convert multiple documents to PDF for distribution (or from one Office format to another) there are a few utilities around. The most workable I found is the UNOCONV utility which is build on top of LibreOffice / OpenOffice. This uses the OpenOffice conversion facilities rather than a simple PDF print driver.</p>
<p>On Ubuntu it can be installed via Software Center or via apt-get from the core repositories.<br />
<code>sudo apt-get install unoconv</code><br />
Combined with the -exec option of the Unix find command this makes conversion of whole directory structures a breeze.<br />
<code>#find all Word Documents and convert to PDF<br />
find . -name "*.doc*" -exec unoconv -f pdf {} \;<br />
#find all Powerpoint Documents and convert to PDF<br />
find . -name "*.ppt*" -exec unoconv -f pdf {} \;</code><br />
To show all the possible conversion formats you can use:<br />
<code>unoconv --show</code><br />
The following list of document formats are currently available:</p>
<p>bib &#8211; BibTeX [.bib]<br />
doc &#8211; Microsoft Word 97/2000/XP [.doc]<br />
doc6 &#8211; Microsoft Word 6.0 [.doc]<br />
doc95 &#8211; Microsoft Word 95 [.doc]<br />
docbook &#8211; DocBook [.xml]<br />
html &#8211; HTML Document (OpenOffice.org Writer) [.html]<br />
odt &#8211; ODF Text Document [.odt]<br />
ott &#8211; Open Document Text [.ott]<br />
ooxml &#8211; Microsoft Office Open XML [.xml]<br />
pdf &#8211; Portable Document Format [.pdf]<br />
rtf &#8211; Rich Text Format [.rtf]<br />
latex &#8211; LaTeX 2e [.ltx]<br />
sdw &#8211; StarWriter 5.0 [.sdw]<br />
sdw4 &#8211; StarWriter 4.0 [.sdw]<br />
sdw3 &#8211; StarWriter 3.0 [.sdw]<br />
stw &#8211; Open Office.org 1.0 Text Document Template [.stw]<br />
sxw &#8211; Open Office.org 1.0 Text Document [.sxw]<br />
text &#8211; Text Encoded [.txt]<br />
mediawiki &#8211; MediaWiki [.txt]<br />
txt &#8211; Text [.txt]<br />
uot &#8211; Unified Office Format text [.uot]<br />
vor &#8211; StarWriter 5.0 Template [.vor]<br />
vor4 &#8211; StarWriter 4.0 Template [.vor]<br />
vor3 &#8211; StarWriter 3.0 Template [.vor]<br />
xhtml &#8211; XHTML Document [.html]</p>
<p>The following list of graphics formats are currently available:</p>
<p>bmp &#8211; Windows Bitmap [.bmp]<br />
emf &#8211; Enhanced Metafile [.emf]<br />
eps &#8211; Encapsulated PostScript [.eps]<br />
gif &#8211; Graphics Interchange Format [.gif]<br />
html &#8211; HTML Document (OpenOffice.org Draw) [.html]<br />
jpg &#8211; Joint Photographic Experts Group [.jpg]<br />
met &#8211; OS/2 Metafile [.met]<br />
odd &#8211; OpenDocument Drawing [.odd]<br />
otg &#8211; OpenDocument Drawing Template [.otg]<br />
pbm &#8211; Portable Bitmap [.pbm]<br />
pct &#8211; Mac Pict [.pct]<br />
pdf &#8211; Portable Document Format [.pdf]<br />
pgm &#8211; Portable Graymap [.pgm]<br />
png &#8211; Portable Network Graphic [.png]<br />
ppm &#8211; Portable Pixelmap [.ppm]<br />
ras &#8211; Sun Raster Image [.ras]<br />
std &#8211; OpenOffice.org 1.0 Drawing Template [.std]<br />
svg &#8211; Scalable Vector Graphics [.svg]<br />
svm &#8211; StarView Metafile [.svm]<br />
swf &#8211; Macromedia Flash (SWF) [.swf]<br />
sxd &#8211; OpenOffice.org 1.0 Drawing [.sxd]<br />
sxd3 &#8211; StarDraw 3.0 [.sxd]<br />
sxd5 &#8211; StarDraw 5.0 [.sxd]<br />
tiff &#8211; Tagged Image File Format [.tiff]<br />
vor &#8211; StarDraw 5.0 Template [.vor]<br />
vor3 &#8211; StarDraw 3.0 Template [.vor]<br />
wmf &#8211; Windows Metafile [.wmf]<br />
xhtml &#8211; XHTML [.xhtml]<br />
xpm &#8211; X PixMap [.xpm]</p>
<p>The following list of presentation formats are currently available:</p>
<p>bmp &#8211; Windows Bitmap [.bmp]<br />
emf &#8211; Enhanced Metafile [.emf]<br />
eps &#8211; Encapsulated PostScript [.eps]<br />
gif &#8211; Graphics Interchange Format [.gif]<br />
html &#8211; HTML Document (OpenOffice.org Impress) [.html]<br />
jpg &#8211; Joint Photographic Experts Group [.jpg]<br />
met &#8211; OS/2 Metafile [.met]<br />
odg &#8211; ODF Drawing (Impress) [.odg]<br />
odp &#8211; ODF Presentation [.odp]<br />
otp &#8211; ODF Presentation Template [.otp]<br />
pbm &#8211; Portable Bitmap [.pbm]<br />
pct &#8211; Mac Pict [.pct]<br />
pdf &#8211; Portable Document Format [.pdf]<br />
pgm &#8211; Portable Graymap [.pgm]<br />
png &#8211; Portable Network Graphic [.png]<br />
pot &#8211; Microsoft PowerPoint 97/2000/XP Template [.pot]<br />
ppm &#8211; Portable Pixelmap [.ppm]<br />
ppt &#8211; Microsoft PowerPoint 97/2000/XP [.ppt]<br />
pwp &#8211; PlaceWare [.pwp]<br />
ras &#8211; Sun Raster Image [.ras]<br />
sda &#8211; StarDraw 5.0 (OpenOffice.org Impress) [.sda]<br />
sdd &#8211; StarImpress 5.0 [.sdd]<br />
sdd3 &#8211; StarDraw 3.0 (OpenOffice.org Impress) [.sdd]<br />
sdd4 &#8211; StarImpress 4.0 [.sdd]<br />
sxd &#8211; OpenOffice.org 1.0 Drawing (OpenOffice.org Impress) [.sxd]<br />
sti &#8211; OpenOffice.org 1.0 Presentation Template [.sti]<br />
svg &#8211; Scalable Vector Graphics [.svg]<br />
svm &#8211; StarView Metafile [.svm]<br />
swf &#8211; Macromedia Flash (SWF) [.swf]<br />
sxi &#8211; OpenOffice.org 1.0 Presentation [.sxi]<br />
tiff &#8211; Tagged Image File Format [.tiff]<br />
uop &#8211; Unified Office Format presentation [.uop]<br />
vor &#8211; StarImpress 5.0 Template [.vor]<br />
vor3 &#8211; StarDraw 3.0 Template (OpenOffice.org Impress) [.vor]<br />
vor4 &#8211; StarImpress 4.0 Template [.vor]<br />
vor5 &#8211; StarDraw 5.0 Template (OpenOffice.org Impress) [.vor]<br />
wmf &#8211; Windows Metafile [.wmf]<br />
xhtml &#8211; XHTML [.xml]<br />
xpm &#8211; X PixMap [.xpm]</p>
<p>The following list of spreadsheet formats are currently available:</p>
<p>csv &#8211; Text CSV [.csv]<br />
dbf &#8211; dBASE [.dbf]<br />
dif &#8211; Data Interchange Format [.dif]<br />
html &#8211; HTML Document (OpenOffice.org Calc) [.html]<br />
ods &#8211; ODF Spreadsheet [.ods]<br />
ooxml &#8211; Microsoft Excel 2003 XML [.xml]<br />
ots &#8211; ODF Spreadsheet Template [.ots]<br />
pdf &#8211; Portable Document Format [.pdf]<br />
sdc &#8211; StarCalc 5.0 [.sdc]<br />
sdc4 &#8211; StarCalc 4.0 [.sdc]<br />
sdc3 &#8211; StarCalc 3.0 [.sdc]<br />
slk &#8211; SYLK [.slk]<br />
stc &#8211; OpenOffice.org 1.0 Spreadsheet Template [.stc]<br />
sxc &#8211; OpenOffice.org 1.0 Spreadsheet [.sxc]<br />
uos &#8211; Unified Office Format spreadsheet [.uos]<br />
vor3 &#8211; StarCalc 3.0 Template [.vor]<br />
vor4 &#8211; StarCalc 4.0 Template [.vor]<br />
vor &#8211; StarCalc 5.0 Template [.vor]<br />
xhtml &#8211; XHTML [.xhtml]<br />
xls &#8211; Microsoft Excel 97/2000/XP [.xls]<br />
xls5 &#8211; Microsoft Excel 5.0 [.xls]<br />
xls95 &#8211; Microsoft Excel 95 [.xls]<br />
xlt &#8211; Microsoft Excel 97/2000/XP Template [.xlt]<br />
xlt5 &#8211; Microsoft Excel 5.0 Template [.xlt]<br />
xlt95 &#8211; Microsoft Excel 95 Template [.xlt]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/04/bulk-converting-office-documents-to-pdf/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

