<?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>Marco Steinhäuser &#187; Ubuntu</title>
	<atom:link href="http://www.marco-steinhaeuser.de/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.marco-steinhaeuser.de</link>
	<description>OXID Community Guide and other stories from the &#34;pony-tail&#34;</description>
	<lastBuildDate>Mon, 23 Jan 2012 15:56:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing OXID eShop via a Linux Terminal Using the Official SVN</title>
		<link>http://www.marco-steinhaeuser.de/installing-oxid-eshop-via-a-linux-terminal-using-the-official-svn.html</link>
		<comments>http://www.marco-steinhaeuser.de/installing-oxid-eshop-via-a-linux-terminal-using-the-official-svn.html#comments</comments>
		<pubDate>Wed, 05 Oct 2011 16:45:01 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[4.5.2]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[CRC error]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian based]]></category>
		<category><![CDATA[doc root]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[download page]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[hosting provider]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[OXID eShop]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[VM-applicance]]></category>
		<category><![CDATA[VM-ware]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=725</guid>
		<description><![CDATA[If you have a chance to work via a terminal, it could sometimes be much quicker than via front end clients. In this blog post I describe how to gather OXID eShop files within seconds from the regular SVN and how to install a database without phpMyAdmin.]]></description>
			<content:encoded><![CDATA[<p>Sometimes, it is necessary to install a new version of OXID eShop quickly. Downloading it from the <a title="offical OXID download page" href="http://www.oxid-esales.com/download" target="_blank">official download page</a>, extracting the archive and uploading it again to your hosting provider can be a time-consuming and error-prone process due to CRC errors.</p>
<p>If you have SSH access to your server terminal or if you work on a local Linux machine or VM-ware appliance, there is a much smoother way to get the job done in seconds.</p>
<p>1. Go to <a href="http://svn.oxid-esales.com/tags/">http://svn.oxid-esales.com/tags/</a> and find the most recent release from the list. In my example, I will use <a title="OXID eShop version 4.5.2" href="http://svn.oxid-esales.com/tags/CE-4.5.2-38481/eshop/" target="_blank">OXID eShop version 4.5.2</a>.</p>
<p>2. Open a terminal on your Linux machine, switch to your Apache document root and type</p>
<p><code>~$ svn export http://svn.oxid-esales.com/tags/CE-4.5.2-38481/eshop/</code></p>
<p>Using <em>export</em> instead of <em>update</em> ensures that you don&#8217;t have the .svn control files littering your installation.</p>
<p>Of course, an svn client has to be installed for this to work. If you don&#8217;t already have one, you can install it with<code> apt-get install subversion</code> on Debian-based systems. Also, check the rights you have to your Apache document root. For example, on Ubuntu, you might have to use <em>sudo</em> before the previous command for it to work correctly.</p>
<p>3. Create a new MySQL database by typing</p>
<p><code>~$ mysql -u[username] -p[password]</code></p>
<p><code>mysql&gt; create database oxid_452;</code></p>
<p>Fire up your browser and go through the rest of the installation according to this <a title="OXID eShop installation manual" href="http://www.oxid-esales.com/en/resources/help-faq/eshop-manual/opening-setup" target="_blank">manual</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/installing-oxid-eshop-via-a-linux-terminal-using-the-official-svn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to Ubuntu Part III: Working with VirtualBox</title>
		<link>http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-iii-working-with-virtualbox.html</link>
		<comments>http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-iii-working-with-virtualbox.html#comments</comments>
		<pubDate>Wed, 10 Nov 2010 08:50:19 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[propriety]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=438</guid>
		<description><![CDATA[Install VirtualBox propriety edition on Linux to get USB supported.]]></description>
			<content:encoded><![CDATA[<p>After publishing my last <a title="switching to ubuntu part II" href="http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-ii-how-to-install-twhirl.html" target="_blank">blog post about switching to Ubuntu</a>, I took a short break for a while. I had a few problems:</p>
<ul>
<li>I couldn&#8217;t get the VPN running as my company was using a proprietary protocol.</li>
<li>I couldn&#8217;t find a good Exchange client replacement under Linux.</li>
<li>My company had bought me an iPhone and iTunes was not available on Linux.</li>
</ul>
<p>I came up with a solution to bypass these problems. I installed Oracle&#8217;s (Sun&#8217;s) <a href="http://www.virtualbox.org">VirtualBox</a> <a href="http://www.virtualbox.org/wiki/Editions">OSE </a>from the sources on my Ubuntu installation, and then added Windows 7 to it. Everything worked well, except for the USB connection. <a title="google: VirtualBox usb support linux" href="http://lmgtfy.com/?q=VirtualBox+OSE+USB+support" target="_blank">Googling</a> the problem, I found VirtualBox OSE doesnt support USB on the virtual machine.</p>
<p>I decided to try the proprietary version of VirtualBox. VirtualBox OSE didn&#8217;t de-install at first attempt, so I had to remove it via the command line:</p>
<p><code>$ sudo apt-get remove virtualbox-ose</code></p>
<p>After that, I <a title="propriety version of VisualBox supporting USB" href="http://www.virtualbox.org/wiki/Linux_Downloads" target="_blank">downloaded and installed the proprietary version of VirtualBox</a>. Hooray! It supported USB and recognized my iPhone as a USB device. All systems were now go!</p>
<p>The process of switching over to Ubuntu continues&#8230;stay tuned for more of my experiences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-iii-working-with-virtualbox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Impressions of Chemnitz Linux-Tage 2010</title>
		<link>http://www.marco-steinhaeuser.de/my-impressions-of-chemnitz-linux-tage-2010.html</link>
		<comments>http://www.marco-steinhaeuser.de/my-impressions-of-chemnitz-linux-tage-2010.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 10:05:45 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chemnitz]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[community building]]></category>
		<category><![CDATA[Karl-Marx-Stadt]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[OTRS]]></category>
		<category><![CDATA[OXID]]></category>
		<category><![CDATA[oxidforge]]></category>
		<category><![CDATA[tine]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=306</guid>
		<description><![CDATA[Spontaneously, I visited Chemnitzer Linux-Tage yesterday for the very first time and was really surprised. I talked to several very interesting project leaders such as Ubuntu Deutschland e.V., Communtu, YaCy, tine CRM and OTRS.]]></description>
			<content:encoded><![CDATA[<p>More or less spontaneously, I decided to go to &#8220;<a title="Chemnitzer Linux-Tage" href="http://chemnitzer.linux-tage.de/2010/" target="_blank">Chemnitzer Linux-Tage</a>&#8221; for the first time, the probably second biggest Linux event in Germany, and was really surprised: Not only Linux geeks but a very mixed up audience of Germans and Non-Germans, developers, administrators and interested people in any kind of open source software found together in a very familiar and comfortable atmosphere.</p>
<p>In my role as OXID Community Guide I usually go to such events to talk to owners of interesting projects and maybe find synergies and a surplus for the OXID community. The entry fee at € 5.- was more than reasonable and to be honest: I found more valuable contacts there than on my <a title="CeBIT" href="http://www.cebit.de/" target="_blank">CeBIT</a> visit a couple of days before.</p>
<p>Of course, I visited the booth of my favorite Linux distribution run by the guys of <a title="Ubuntu Deutschland e.V." href="http://verein.ubuntu-de.org/" target="_blank">Ubuntu Deutschland e.V.</a> and furthermore, the Communtu project. <a title="Communtu eases Ubuntu installations" href="http://en.communtu.org/" target="_blank">Communtu</a> is a Ubuntu based Linux distribution that lets you choose which application projects to install but most interesting is the backup feature: When you have to refresh your installation (what may happen from time to time), you are able to store your complete configuration to the Communtu server and moreover, download a CD or DVD for your new installation without loosing any application.</p>
<p>Also the <a title="Groupware, PIM and CRM project tine 2.0" href="http://www.tine20.org/" target="_blank">PIM and CRM project tine 2.0</a> is absolutely worth mentioning. Tine is based on the <a title="Zend Framework" href="http://framework.zend.com/" target="_blank">Zend Framework</a> and makes extensive use of the JavaScript library <a title="JavaScript library jQuery" href="http://jquery.com/" target="_blank">jQuery</a>. The project is still young, doesn&#8217;t provide that many features that you would expect and really took me some time to install it today. But from it&#8217;s approach, it is very promising and the code looks clear on a first glance.</p>
<p><a title="YaCy Web Search for your Intranet" href="http://yacy.net/" target="_blank">YaCy</a> is a Java based search engine software that I hope to get evaluated for use on <a title="OXID eSales" href="http://www.oxid-esales.com/">oxid-esales.com</a> as well as on <a title="OXIDforge - the oxid community lab" href="http://www.oxidforge.org/Home" target="_blank">OXIDforge</a> as a replacement for the Google search service we implemented presently.</p>
<p>After listening to two talks about IT management and <a title="Open Ticket Request System" href="http://otrs.org/" target="_blank">OTRS</a> (Open Ticket Request System) I hooked up with the OTRS guys Shawn and Martin and apparently it turned really, really, really interesting. We use this Perl-based software very successfully in our support department and our installation needs to be adapted for our needs. Shawn is the new OTRS Community Manager and Martin actually the inventor of the OTRS system. Hope to collaborate very tightly with this guys in the future.</p>
<p>For the next year, I personally would really like to have an OXID booth at the &#8220;Chemitzer Linux-Tage&#8221;. Let&#8217;s see whether we can sort it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/my-impressions-of-chemnitz-linux-tage-2010.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Switching to Ubuntu Part II &#8211; how to install Twhirl</title>
		<link>http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-ii-how-to-install-twhirl.html</link>
		<comments>http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-ii-how-to-install-twhirl.html#comments</comments>
		<pubDate>Mon, 02 Nov 2009 00:40:14 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe Air]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Twhirl]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=103</guid>
		<description><![CDATA[Switching to Ubuntu Part II - how to install Twhirl. Learn how to install Adobe Air and Twhirl on Ubuntu Linux.]]></description>
			<content:encoded><![CDATA[<p>Of course, you have to announce your new blog posts over <a title="Twitter" href="http://twitter.com/" target="_blank">Twitter</a>. A cool twitter client is not the worst idea &#8211; I personally decided to run <a title="Twhirl" href="http://www.twhirl.org/" target="_blank">Twhirl</a> for this purpose because Twhirl is able to run multiple accounts.<br />
As Twhirl is based on the platform <a title="Adobe Air" href="http://get.adobe.com/air/" target="_blank">Adobe Air</a>, you first have to install this one.</p>
<ol>
<li>Go to <a title="Get Adobe Air" href="http://get.adobe.com/air/" target="_blank">http://get.adobe.com/air/</a>, download it to your /home/ folder.</li>
<li>Open the command line and type <code>chmod +x AdobeAIRInstaller.bin</code></li>
<li>Type <code>chmod +x AdobeAIRInstaller.bin</code></li>
<li>The Adobe Air installer will open up now in a new window. You will have to confirm the terms and conditions.</li>
</ol>
<p>Time to install Twhirl:</p>
<ol>
<li>Go to <a title="Twirl Twitter Client" href="http://www.twhirl.org/" target="_blank">http://www.twhirl.org/</a> and click to the install button on the right hand side.</li>
<li>Again, an install routine opens up (inside Adobe Air). Choose your options for the Twhirl installation here.</li>
<li>A twhirl instance now should pop up. Enter your Twitter name(s) and your password here and you are done.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-ii-how-to-install-twhirl.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Switching to Ubuntu, Part I &#8211; how to install Skype on Ubuntu</title>
		<link>http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-i-how-to-install-skype-on-ubuntu.html</link>
		<comments>http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-i-how-to-install-skype-on-ubuntu.html#comments</comments>
		<pubDate>Mon, 02 Nov 2009 00:01:18 +0000</pubDate>
		<dc:creator>Marco Steinhäuser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.marco-steinhaeuser.de/?p=95</guid>
		<description><![CDATA[Ubuntu is a real alternative to Windows. This is the first part of the series "Switching to Ubuntu". Learn how to install Skype.]]></description>
			<content:encoded><![CDATA[<p>If you are in business, your companies&#8217; IT policy is perhaps to run Microsoft products like Windows OS only. Although you might have a bit of freedom in this manner (let&#8217;s say because you are presenting on Open Source software fairs and need to run a Linux for this case) the switch might be not that easy thinking about Microsoft Exchange, Skype, VPN, Microsoft Office and so on. For me, it is really fun working on Linux and I would like to switch over completely as soon as possible. That&#8217;s why I ran Kubuntu as a parallel operating system.</p>
<p>Somehow, I got rid of running KDE on my Ubuntu installation and so I decided to install the Karmic Koala (Ubuntu 9.10) on a Gnome basis and I was really surprised about it&#8217;s simple handling. By the way: Gnome was suspect to me all the times I tried it before. Today I believe it was only about a simple and stupid marketing effect: I didn&#8217;t like the combination of brown, purple and orange on the desktop&#8230;</p>
<p>So now, let&#8217;s beginn with the Skype installation.<br />
As you might know, Skype is proprietary software but obviously everybody in IT uses it. Nevertheless, the installation on Ubuntu is possible even including the update services. First of all you have to implement the Medibuntu sources to your sources.list file running this command on the terminal:<br />
<code><br />
sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list \<br />
--output-document=/etc/apt/sources.list.d/medibuntu.list &amp;&amp;<br />
sudo apt-get -q update &amp;&amp;<br />
sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring &amp;&amp;<br />
sudo apt-get -q update<br />
</code></p>
<p>As a next step, install the Skype application:<br />
<code><br />
sudo aptitude install skype<br />
</code></p>
<p>Despite Skype is only provided with version 2.1 on Linux, you are done mate! Somehow you will be connected to your colleagues, friends, etc. in this first step. More to follow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marco-steinhaeuser.de/switching-to-ubuntu-part-i-how-to-install-skype-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

