<?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 CoderOnline</title>
    <link>https://coderonline.de/configuration/operating_systems/linux/</link>
    <description>Recent content in Linux on CoderOnline</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 21 Feb 2021 16:44:44 +0100</lastBuildDate>
    <atom:link href="https://coderonline.de/configuration/operating_systems/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>locale</title>
      <link>https://coderonline.de/configuration/operating_systems/linux/locale/</link>
      <pubDate>Sun, 21 Feb 2021 00:00:00 +0000</pubDate>
      <guid>https://coderonline.de/configuration/operating_systems/linux/locale/</guid>
      <description>&lt;h1 id=&#34;per-user-configuration&#34;&gt;&#xA;  Per user configuration&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#per-user-configuration&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h1&gt;&#xA;&lt;p&gt;The manual &lt;code&gt;man 5 locale&lt;/code&gt; is very brief, but it lists &lt;code&gt;man 7 locale&lt;/code&gt; under&#xA;&lt;code&gt;SEE ALSO&lt;/code&gt;. The main purpose of the manual is to describe the format of&#xA;&lt;code&gt;/etc/locale.conf&lt;/code&gt;. The xdg-standard however also allows per-user locale&#xA;settings in a file &lt;code&gt;~/.config/locale.conf&lt;/code&gt; with a similar format.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LANG=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_CTYPE=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_NUMERIC=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_TIME=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_COLLATE=C&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_MONETARY=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_MESSAGES=en_US.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_PAPER=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_NAME=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_ADDRESS=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_TELEPHONE=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_MEASUREMENT=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_IDENTIFICATION=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;LC_ALL=de_DE.utf8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>fedora</title>
      <link>https://coderonline.de/configuration/operating_systems/linux/fedora/</link>
      <pubDate>Thu, 03 Dec 2015 04:28:24 +0100</pubDate>
      <guid>https://coderonline.de/configuration/operating_systems/linux/fedora/</guid>
      <description>&lt;h2 id=&#34;how-to-migrate-from-a-virtual-machine-to-a-native-host&#34;&gt;&#xA;  How to migrate from a virtual machine to a native host&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#how-to-migrate-from-a-virtual-machine-to-a-native-host&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Normally one might simply take a disk, put it in another computer and&#xA;start it there as a virtual machine e.g. by using kvm, xen or&#xA;virtualbox. But in some cases the system hangs while booting and if&#xA;you are very patient you will eventually get a message, that the &lt;code&gt;UUID&lt;/code&gt;&#xA;of the disk could not be found. The dracut shell helped me to find the&#xA;cause of that error: &lt;code&gt;ls /dev/&lt;/code&gt; simply showed no active disk devices&#xA;(were you would expect hdX, sdX or vdX devices). This implies that their&#xA;drivers are missing in the kernel. As this whole rescue shell comes from&#xA;the initramfs image: How to add those drivers to it? Well: Start your&#xA;virtual machine again using a virtual IDE interface and issue:&lt;/p&gt;</description>
    </item>
    <item>
      <title>network</title>
      <link>https://coderonline.de/configuration/operating_systems/linux/network/</link>
      <pubDate>Sat, 04 Jul 2015 11:44:56 +0200</pubDate>
      <guid>https://coderonline.de/configuration/operating_systems/linux/network/</guid>
      <description>&lt;h2 id=&#34;netctl&#34;&gt;&#xA;  netctl&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#netctl&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Using netctl is the preferred way over NetworkManager for servers. The&#xA;main reason is, that normal users should not be allowed to alter the&#xA;network configuration in case of a server.&lt;/p&gt;&#xA;&lt;h3 id=&#34;vlans&#34;&gt;&#xA;  VLANs&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#vlans&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;VLANs are used when you only have one Network adapter and want to use it&#xA;for multiple ip networks at a time. A router with VLAN support is also&#xA;needed. TCP-Packages get a special &lt;code&gt;Tag&lt;/code&gt; attached, which identifies the&#xA;virtual interface they belong to. With netctl it is pretty simple to&#xA;setup and examples can be found unter &lt;code&gt;/etc/netctl/examples/&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>arch</title>
      <link>https://coderonline.de/configuration/operating_systems/linux/arch/</link>
      <pubDate>Wed, 08 Apr 2015 14:55:41 +0200</pubDate>
      <guid>https://coderonline.de/configuration/operating_systems/linux/arch/</guid>
      <description>&lt;p&gt;This is specifically written for &lt;a href=&#34;https://www.archlinux.org/&#34;&gt;Arch&#xA;Linux&lt;/a&gt; users, even so many of those methods&#xA;can be applied to other distributions as well, because they are using&#xA;the same packages. Little changes might be needed depending on the&#xA;configuration of those packages.&lt;/p&gt;&#xA;&lt;h2 id=&#34;force-preboot-environment&#34;&gt;&#xA;  force preboot environment&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#force-preboot-environment&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;In order to get into the base hook of &lt;code&gt;mkinitcpio&lt;/code&gt; even so nothing is&#xA;broken&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34; title=&#34;/boot/syslinux/syslinux.cfg&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;break=premount&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;can be specified as kernel parameter. It is called&#xA;&lt;code&gt;APPEND ... break=premount&lt;/code&gt; when using syslinux as boot manager.&lt;/p&gt;</description>
    </item>
    <item>
      <title>network bridging</title>
      <link>https://coderonline.de/configuration/operating_systems/linux/network-bridging/</link>
      <pubDate>Tue, 30 Dec 2014 00:47:57 +0100</pubDate>
      <guid>https://coderonline.de/configuration/operating_systems/linux/network-bridging/</guid>
      <description>&lt;p&gt;One major case in which you want network bridging is when using&#xA;virtualization. Because it allows you to expose your virtual machines to&#xA;the rest of the network as if they were physically there. One limitation&#xA;I found is that the bridge cannot be configured to have an own ip&#xA;address. This justified using network bonding even less in my case, but&#xA;read on!&lt;/p&gt;&#xA;&lt;h3 id=&#34;networkmanager&#34;&gt;&#xA;  NetworkManager&#xA;  &lt;a class=&#34;anchor&#34; href=&#34;#networkmanager&#34;&gt;#&lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;Current versions of Network Manager let you configure bridges with the&#xA;mouse, but they ain&#39;t well pre configured and you have to manually&#xA;disable dhcp on the bridge.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
