<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tutorials on nidomiro</title>
    <link>https://nidomiro.de/categories/tutorials/</link>
    <description>Recent content in Tutorials on nidomiro</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 17 Apr 2018 19:49:00 +0200</lastBuildDate><atom:link href="https://nidomiro.de/categories/tutorials/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Automatic VirtualBox module signing for UEFI</title>
      <link>https://nidomiro.de/2018/04/automatic-virtualbox-module-signing-for-uefi/</link>
      <pubDate>Tue, 17 Apr 2018 19:49:00 +0200</pubDate>
      
      <guid>https://nidomiro.de/2018/04/automatic-virtualbox-module-signing-for-uefi/</guid>
      <description>&lt;p&gt;These steps are for all those people who hate to sign the Virtualbox modules every time and don’t want to disable UEFI.&lt;/p&gt;
&lt;p&gt;</description>
    </item>
    
    <item>
      <title>Writing a basic Qt project with Qt Creator</title>
      <link>https://nidomiro.de/2017/01/writing-a-basic-qt-project-with-qt-creator/</link>
      <pubDate>Mon, 02 Jan 2017 16:54:00 +0200</pubDate>
      
      <guid>https://nidomiro.de/2017/01/writing-a-basic-qt-project-with-qt-creator/</guid>
      <description>&lt;p&gt;I’m assuming you are already able to program and at least had a look at C++.
For example I won’t explain why &lt;code&gt;int main(int argc, char *argv[])&lt;/code&gt; is in the C++ source code.&lt;/p&gt;
&lt;p&gt;If you create a &amp;#34;Qt Console Application&amp;#34; you will have the following code:&lt;/p&gt;
&lt;p&gt;</description>
    </item>
    
    <item>
      <title>Ubuntu: automatic password for second encrypted disk</title>
      <link>https://nidomiro.de/2016/12/ubuntu-automatic-password-for-second-encrypted-disk/</link>
      <pubDate>Thu, 15 Dec 2016 21:23:00 +0200</pubDate>
      
      <guid>https://nidomiro.de/2016/12/ubuntu-automatic-password-for-second-encrypted-disk/</guid>
      <description>&lt;p&gt;I just encountered the problem that I have to type two passwords at startup, for two encrypted disks.
My first disk is encrypted through the Ubuntu installer.
After some searching I found the perfect solution for that task.
In German its called &lt;a href=&#34;https://wiki.ubuntuusers.de/LUKS/Schl%C3%BCsselableitung/#Bestehendes-LUKS-Geraet&#34;&gt;&amp;#34;Schlüsselableitung&amp;#34;&lt;/a&gt;, in English derived keys.
But perfect solutions often have a big issue why they don’t work, like here.
I’m using Ubuntu 16.04 which uses ´systemd´, and that has problems with derived keys.
So I found the second most perfect solution for me, using a key-file.
Some people argue that this is a security issue, but the derived key is also obtainable with root rights, just like a key-file.
And by the way, your private keys of your certificates are also stored on that disks and nearly nobody complains about that.&lt;/p&gt;
&lt;p&gt;</description>
    </item>
    
    <item>
      <title>Qt Signals &amp; Slots: How they work</title>
      <link>https://nidomiro.de/2016/12/qt-signals-and-slots-how-they-work/</link>
      <pubDate>Wed, 07 Dec 2016 11:44:10 +0200</pubDate>
      
      <guid>https://nidomiro.de/2016/12/qt-signals-and-slots-how-they-work/</guid>
      <description>&lt;p&gt;The one thing that confuses the most people in the beginning is the Signal &amp;amp; Slot mechanism of Qt. But it’s actually not that difficult to understand. In general Signals &amp;amp; Slots are used to loosely connect classes. Illustrated by the keyword &lt;code&gt;emit&lt;/code&gt;, Signals are used to broadcast a message to all connected Slots. If no Slots are connected, the message &amp;#34;is lost in the wild&amp;#34;. So a connection between Signals &amp;amp; Slots is like a TCP/IP connection with a few exceptions, but this metaphor will help you to get the principle. A Signal is an outgoing port and a Slot is an input only port and a Signal can be connected to multiple Slots.&lt;/p&gt;
&lt;p&gt;</description>
    </item>
    
    <item>
      <title>How to start with Qt?</title>
      <link>https://nidomiro.de/2016/12/how-to-start-with-qt/</link>
      <pubDate>Wed, 07 Dec 2016 11:44:00 +0200</pubDate>
      
      <guid>https://nidomiro.de/2016/12/how-to-start-with-qt/</guid>
      <description>In this series I’ll give you a starting point on working with with Qt. Like I mentioned in Why I love the Qt framework I had a hard time at the beginning. I want to give you an easier start with this awesome peace of technology. This page will serve as an index for the whole series of tutorials and explanations. As more posts follow this page will be updated. I know there are plenty of tutorials on Qt, but maybe I’ll explain some things in a way you understand better.</description>
    </item>
    
  </channel>
</rss>
