<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.rm-rf.ch/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://wiki.rm-rf.ch/feed.php">
        <title>wiki.rm-rf.ch - linux:shell</title>
        <description></description>
        <link>https://wiki.rm-rf.ch/</link>
        <image rdf:resource="https://wiki.rm-rf.ch/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-09-23T00:34:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.rm-rf.ch/linux:shell:bind_zonen_mit_dnssec_signieren"/>
                <rdf:li rdf:resource="https://wiki.rm-rf.ch/linux:shell:start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.rm-rf.ch/_media/wiki:dokuwiki.svg">
        <title>wiki.rm-rf.ch</title>
        <link>https://wiki.rm-rf.ch/</link>
        <url>https://wiki.rm-rf.ch/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.rm-rf.ch/linux:shell:bind_zonen_mit_dnssec_signieren">
        <dc:format>text/html</dc:format>
        <dc:date>2014-03-21T23:16:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bind_zonen_mit_dnssec_signieren</title>
        <link>https://wiki.rm-rf.ch/linux:shell:bind_zonen_mit_dnssec_signieren</link>
        <description>#!/bin/bash

# bash script to sign zone files with dnssec for bind
# needs zonesigner command (for debian given in dnssec-tools package) 

NEED_RESTART=0
# defines the path to the dnssec key directory
# change to fit your environment
KEY_DIR=&#039;/var/bind9/chroot/var/cache/bind/keys&#039;

# reloads slave servers via rndc reload ZONE command
function reloadSlaves () {
 # loop over slaves hostnames
 for i in slave1 slave2 slav3 slav4 ; do
  # loop over the choosen zones on hostname
  for z in $ZONE ; do
…</description>
    </item>
    <item rdf:about="https://wiki.rm-rf.ch/linux:shell:start">
        <dc:format>text/html</dc:format>
        <dc:date>2014-03-21T23:16:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.rm-rf.ch/linux:shell:start</link>
        <description>Mit der Shell kann man unter Linux sehr schöne Sachen machen :-) Daher hier verschiedene Shell (meist Bash) Scripte</description>
    </item>
</rdf:RDF>
