<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux on Marko Apfel</title><link>http://blog.marko-apfel.de/tags/linux/</link><description>Recent content in Linux on Marko Apfel</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 09 Jan 2015 15:08:00 +0100</lastBuildDate><atom:link href="http://blog.marko-apfel.de/tags/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing ClearOS 6.5 with graphical UI on XenServer 6.2</title><link>http://blog.marko-apfel.de/posts/installing-clearos-6-5-with-graphical-ui-on-xenserver-6-2/</link><pubDate>Fri, 09 Jan 2015 15:08:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/installing-clearos-6-5-with-graphical-ui-on-xenserver-6-2/</guid><description>&lt;p&gt;XenServer provides several templates for different operation systems of its hosted virtual machines.&lt;/p&gt;
&lt;p&gt;&lt;a href="image_2.png"&gt;&lt;figure&gt;
 &lt;img src="http://blog.marko-apfel.de/posts/installing-clearos-6-5-with-graphical-ui-on-xenserver-6-2/image-thumb.png" alt="image" loading="lazy" decoding="async"&gt;&lt;/figure&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately there is no template for ClearOS and so I tried some of the in my opinion best fitting templates.&lt;/p&gt;</description></item><item><title>Running OpenVPN on a hosted server and internally on a Rasperry Pi</title><link>http://blog.marko-apfel.de/posts/running-openvpn-on-a-hosted-server-and-internally-on-a-rasperry-pi/</link><pubDate>Fri, 05 Dec 2014 13:11:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/running-openvpn-on-a-hosted-server-and-internally-on-a-rasperry-pi/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;h3 id="motivation"&gt;Motivation&lt;/h3&gt;
&lt;p&gt;How about a secure access from outside into the own home network? So we can maintain machines, change configurations, getting files, .. from where ever we are. For this we let a VPN tunnel be established between a local RPi in our network to a hosted server. If this hosted server that offers a web based console we only need a web browser to access our own resources at home.&lt;/p&gt;</description></item><item><title>Network settings for ClearOS in VirtualBox</title><link>http://blog.marko-apfel.de/posts/network-settings-for-clearos-in-virtualbox/</link><pubDate>Tue, 25 Nov 2014 19:37:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/network-settings-for-clearos-in-virtualbox/</guid><description>&lt;p&gt;ClearCenter offers an almost ready to go VirtualBox image:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://www.clearfoundation.com/Software/downloads.html"&gt;http://www.clearfoundation.com/Software/downloads.html&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;With the first boot it provides a web based configuration GUI via URL&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://10.0.2.15:81/"&gt;https://10.0.2.15:81/&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Per default it is not possible to access this URL from the host machine which runs the VirtualBox virtualization software. So it is necessary to forward the request to the virtualized guest (ClearOS).&lt;/p&gt;</description></item><item><title>ClearOS: Installation hangs during system update with “Exception: Didn't install any keys”</title><link>http://blog.marko-apfel.de/posts/clearos-installation-hangs-during-system-update-with-exception-didn-t-install-any-keys/</link><pubDate>Tue, 25 Nov 2014 15:23:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/clearos-installation-hangs-during-system-update-with-exception-didn-t-install-any-keys/</guid><description>&lt;p&gt;During my first installation of ClearOS the (web) installer hangs during the system update step. It downloaded a lot but it didn’t applied the updates because of the error &lt;code&gt;Exception: Didn't install any keys&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Replace or keep existing configuration files during Linux updates/upgrades</title><link>http://blog.marko-apfel.de/posts/replace-or-keep-existing-configuration-files-during-linux-updates-upgrades/</link><pubDate>Thu, 20 Nov 2014 17:03:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/replace-or-keep-existing-configuration-files-during-linux-updates-upgrades/</guid><description>&lt;p&gt;During updating/upgrading a fresh Moebius installation on a RaspberryPi with&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;apt-get update &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; apt-get upgrade
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;it brought this question:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Configuration file `/etc/issue&amp;#39;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;==&amp;gt; Modified (by you or by a script) since installation.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;==&amp;gt; Package distributor has shipped an updated version.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;What would you like to do about it ? Your options are:
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Y or I : install the package maintainer&amp;#39;s version
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;N or O : keep your currently-installed version
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;D : show the differences between the versions
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Z : start a shell to examine the situation
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;The default action is to keep your current version.
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;*** issue (Y/I/N/O/D/Z) [default=N] ?
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The default hint not to do that is mainly for longer running installations to avoid an overwriting of existing configuration files. In case of a fresh installation you should confirm with &lt;code&gt;Y&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Specifying new screen resolutions for ubuntu in a virtual box</title><link>http://blog.marko-apfel.de/posts/specifying-new-screen-resolutions-for-ubuntu-in-a-virtual-box/</link><pubDate>Tue, 06 Mar 2012 18:34:00 +0100</pubDate><guid>http://blog.marko-apfel.de/posts/specifying-new-screen-resolutions-for-ubuntu-in-a-virtual-box/</guid><description>&lt;p&gt;Per default Ubuntu offers screen resolutions which does not fit for my laptop. My panel allows 1980x1080 but the best fitting choice from ubuntu was 1280x960.&lt;/p&gt;
&lt;p&gt;But with some nice commands you could pimp the list of available resolutions:&lt;/p&gt;</description></item></channel></rss>