<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wk.redox.ws/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wk.redox.ws/feed.php">
        <title>Hydev linux</title>
        <description></description>
        <link>https://wk.redox.ws/</link>
        <image rdf:resource="https://wk.redox.ws/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-18T05:09:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wk.redox.ws/linux/encrypted_home?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/linux/start?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/linux/stuff?rev=1700864396&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wk.redox.ws/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Hydev</title>
        <link>https://wk.redox.ws/</link>
        <url>https://wk.redox.ws/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wk.redox.ws/linux/encrypted_home?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:encrypted_home</title>
        <link>https://wk.redox.ws/linux/encrypted_home?rev=1700862913&amp;do=diff</link>
        <description># Switch to an encrypted home partition

&lt;note warning&gt;Backup everything on your home partition first !&lt;/note&gt;
As root:
  umount /home
  blkid
      # Get the /dev/sdXY associated to your /home, in my case /dev/sda6
  # Make some noise, erase everything on /home
  badblocks -c 10240 -s -w -t random -v /dev/sda6
  # Encrypt the partition
  cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda6
      # Enter a Master key
  cryptsetup luksAddKey /dev/sda6
      # Enter your user&#039;s password
  # …</description>
    </item>
    <item rdf:about="https://wk.redox.ws/linux/start?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:start</title>
        <link>https://wk.redox.ws/linux/start?rev=1700862913&amp;do=diff</link>
        <description># GNU/Linux

## Overview

## Linux

* Switch to an Encrypted home

## Debian

* PREEMPT_RT patched kernel

## Softwares

* Tweaked Autowifi
* Cross-compile OpenOCD on GNU/Linux for Windows</description>
    </item>
    <item rdf:about="https://wk.redox.ws/linux/stuff?rev=1700864396&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T22:19:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:stuff</title>
        <link>https://wk.redox.ws/linux/stuff?rev=1700864396&amp;do=diff</link>
        <description>Stuff

Pair Firefox29 with Owncloud mozilla_sync

	*  Go to your Owncloud installation https://myowncloud/remote.php/mozilla_sync and accept the SSL Certificate
	*  Open about:config
	*  Create: services.sync.username &lt;string&gt; The value should be a hash not the username itself. (You only need the hash if the sync was setup with a pre FF29, if you start from scratch the string doesn&#039;t matter)</description>
    </item>
</rdf:RDF>
