<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tartler.io/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://tartler.io/feed.php">
        <title>TAUWiki misc</title>
        <description></description>
        <link>https://tartler.io/</link>
        <image rdf:resource="https://tartler.io/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-05T21:31:17+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tartler.io/misc:backup?rev=1229336116"/>
                <rdf:li rdf:resource="https://tartler.io/misc:caldav-servers?rev=1240522549"/>
                <rdf:li rdf:resource="https://tartler.io/misc:create-chroot?rev=1231193169"/>
                <rdf:li rdf:resource="https://tartler.io/misc:moebel-abzugeben?rev=1224345390"/>
                <rdf:li rdf:resource="https://tartler.io/misc:motte-party-08?rev=1224860536"/>
                <rdf:li rdf:resource="https://tartler.io/misc:partialtemplatespecialisation?rev=1224345390"/>
                <rdf:li rdf:resource="https://tartler.io/misc:reinhardtartler?rev=1294413194"/>
                <rdf:li rdf:resource="https://tartler.io/misc:sneakboykottbrief?rev=1224345390"/>
                <rdf:li rdf:resource="https://tartler.io/misc:sneakkooperation?rev=1224345390"/>
                <rdf:li rdf:resource="https://tartler.io/misc:ubuntu-sync?rev=1224606417"/>
                <rdf:li rdf:resource="https://tartler.io/misc:vcs-packaging?rev=1224345390"/>
                <rdf:li rdf:resource="https://tartler.io/misc:vcs-packaging2?rev=1224345390"/>
                <rdf:li rdf:resource="https://tartler.io/misc:zero-new?rev=1340526313"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tartler.io/lib/tpl/dokuwiki/images/favicon.ico">
        <title>TAUWiki</title>
        <link>https://tartler.io/</link>
        <url>https://tartler.io/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://tartler.io/misc:backup?rev=1229336116">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-15T10:15:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:backup</title>
        <link>https://tartler.io/misc:backup?rev=1229336116</link>
        <description>My personal backup script:


#!/bin/sh

usage () {
    echo &quot;$0: [--level #]&quot;
    echo &quot;&quot;
    echo &quot;backup script using dump(8) to create a level n backup&quot;
}

TEMP=`getopt -o l:v: --long level:,volume -n&#039;$0&#039; -- &quot;$@&quot;`
if [ $? != 0 ] ; then echo &quot;Terminating...&quot; &gt;&amp;2 ; exit 1 ; fi
eval set -- &quot;$TEMP&quot;

LEVEL=&quot;0&quot;
VOLUME=&quot;&quot;
SUDO=&quot;&quot;

while true; do
    case &quot;$1&quot; in
        -l|--level) LEVEL=&quot;$2&quot;; shift 2;;
        -v|--volume) VOLUME=&quot;$2&quot;; shift 2;;
        --) shift ; break ;;
        *) usage ; exit …</description>
    </item>
    <item rdf:about="https://tartler.io/misc:caldav-servers?rev=1240522549">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-23T21:35:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:caldav-servers</title>
        <link>https://tartler.io/misc:caldav-servers?rev=1240522549</link>
        <description>&lt;http://andrew.mcmillan.net.nz/node/63&gt; blogs about:

	*  &lt;http://rscds.sourceforge.net/&gt;
	*  &lt;http://sourceforge.net/projects/modcaldav/&gt;</description>
    </item>
    <item rdf:about="https://tartler.io/misc:create-chroot?rev=1231193169">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-05T22:06:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:create-chroot</title>
        <link>https://tartler.io/misc:create-chroot?rev=1231193169</link>
        <description>#!/usr/bin/perl

use Getopt::Std;
use strict;
use Term::Prompt;
use File::Copy;

my %OPTS;

if ( !getopts(&quot;hfL&quot;, \%OPTS) or $OPTS{h}) {
    pod2usage(2);
}

die &quot;Must run as root, sorry\n&quot; if ($&gt;) != 0;

my $LVS;
my $LV = @ARGV[0];
my $VG = $OPTS{g};

my %MIRRORS = (
	    gutsy =&gt; &quot;http://archive.ubuntu.com/ubuntu&quot;,
	    sid =&gt; &quot;http://ftp.debian.org&quot;,
	   );


print &quot;using mirror $MIRRORS{$LV} for $LV&quot; if $MIRRORS{$LV} or die &quot;unknown distro&quot;;

my $mountpoint = &quot;/mnt&quot;;

if ( ! $VG ) {
    my $i…</description>
    </item>
    <item rdf:about="https://tartler.io/misc:moebel-abzugeben?rev=1224345390">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-18T15:56:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:moebel-abzugeben</title>
        <link>https://tartler.io/misc:moebel-abzugeben?rev=1224345390</link>
        <description>Wir ziehen um.

Beim Umzug sind nun von uns benutzte Möbel freigeworden, die wir nicht mehr in unsere Wohnung unterbringen. Es handelt sich dabei um einen Tisch und eine Couch. Bei Interesse meldet euch bitte schnell bei siretart und/oder silvester!</description>
    </item>
    <item rdf:about="https://tartler.io/misc:motte-party-08?rev=1224860536">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-24T15:02:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:motte-party-08</title>
        <link>https://tartler.io/misc:motte-party-08?rev=1224860536</link>
        <description>Party bei motte

Nachdem mein diesjähriger Burzeldaach günstigerweise auf einen Samstag fällt, hab ich mir gedacht, dass ich ja mal n bissl Chaos in meiner Bude verräumen könnt damit hier n paar Leutz Platz für nen kleinen Umtrunk finden!

	*  Zeit wirds: am Samstag, den</description>
    </item>
    <item rdf:about="https://tartler.io/misc:partialtemplatespecialisation?rev=1224345390">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-18T15:56:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:partialtemplatespecialisation</title>
        <link>https://tartler.io/misc:partialtemplatespecialisation?rev=1224345390</link>
        <description>Little example for partial template specialisation.
Inspired by &lt;http://www.glenmccl.com/tip_027.htm&gt;


#include &lt;cstdio&gt;

template &lt;class T&gt;
struct detector {
  static void magic(T t) {
    printf(&quot;is element\n&quot;);
  }
};

template &lt;class T&gt;
struct detector&lt;T*&gt; {
  static void magic(T *t) {
    printf(&quot;is pointer\n&quot;);
  }
};

template &lt;class T&gt;
void detect(T t) {
  detector&lt;T&gt;::magic(t);
}

int main() {
  int a;
  int *b = &amp;a;
  int &amp;r = a;
  detect(a);
  detect(b);
  detect(r);
}</description>
    </item>
    <item rdf:about="https://tartler.io/misc:reinhardtartler?rev=1294413194">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-07T15:13:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:reinhardtartler</title>
        <link>https://tartler.io/misc:reinhardtartler?rev=1294413194</link>
        <description>About me

I&#039;m a former student of computer science at Uni Erlangen. 

I&#039;m currently working at the Departement of Operating Systems and Distributed Systems at Uni Erlangen as researcher.

Debian work

I&#039;m a Debian Developer. Here are some links documenting my work there:

	*  &lt;http://qa.debian.org/developer.php?login=siretart@tauware.de&gt;
	*  &lt;http://bugs.debian.org/siretart@tauware.de&gt;

Ubuntu work

I&#039;m ubuntu developer as well:</description>
    </item>
    <item rdf:about="https://tartler.io/misc:sneakboykottbrief?rev=1224345390">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-18T15:56:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:sneakboykottbrief</title>
        <link>https://tartler.io/misc:sneakboykottbrief?rev=1224345390</link>
        <description>Cinecitta
Geschäftsleitung

Erhöhung des Preises für die “Sneak Preview”

Sehr geehrte Damen und Herren,

Mit Erstaunen mussten wir vor gut 2 Monaten feststellen, dass Sie die Preise für die “Sneak Preview” von 5,90 EUR auf 6,90 EUR erhöht haben. Als regelmäßige Sneak-Gänger (teilweise sind wir seit der ersten Sneak Preview im Cinecitta dabei) halten wir diesen Schritt für nicht akzeptabel.</description>
    </item>
    <item rdf:about="https://tartler.io/misc:sneakkooperation?rev=1224345390">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-18T15:56:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:sneakkooperation</title>
        <link>https://tartler.io/misc:sneakkooperation?rev=1224345390</link>
        <description>From: Sven Velt 
Subject: Zusammenarbeit mit dem Cine
To: team@sneak-nuernberg
Date: Tue, 14 Nov 2006 11:00:59 +0100

Hio!

Wie Ihr aus meiner letzten (fwd&#039;ed) Mail wisst, könnte sich das Cine ja
sogar eine Zusammenarbeit mit S-N.de vorstellen. Die Frage, die sich
natürlich stellt ist, was man zusammen machen könnte.

Spontan fallen mir natürlich ein paar Sachen ein:

- Dauerkarten mit Platzreservierung
- Freikarten bei X Besuchen
- T-Shirts/&quot;Mitgliedsausweis&quot;
- zusätzliche Verlosungen auf der W…</description>
    </item>
    <item rdf:about="https://tartler.io/misc:ubuntu-sync?rev=1224606417">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-21T16:26:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:ubuntu-sync</title>
        <link>https://tartler.io/misc:ubuntu-sync?rev=1224606417</link>
        <description>Sync script for updating an ubuntu/debian mirror


#!/bin/sh

set -e

# script to update local ubuntu mirror
# in order to debug problems, run this script with --verbose --progress

MIRRORROOT=/srv/mirror
GNUPGHOME=${MIRRORROOT}/gnupghome

export GNUPGHOME

if ! [ -d $GNUPGHOME ]; then
  mkdir $GNUPGHOME
fi

DISTS=&quot;hardy,hardy-updates,hardy-security,intrepid,intrepid-updates,intrepid-security&quot;
ARCHS=&quot;i386,amd64&quot;

debmirror --postcleanup $* \
        -a $ARCHS \
        -d $DISTS \
        -s mai…</description>
    </item>
    <item rdf:about="https://tartler.io/misc:vcs-packaging?rev=1224345390">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-18T15:56:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:vcs-packaging</title>
        <link>https://tartler.io/misc:vcs-packaging?rev=1224345390</link>
        <description>vcs-packaging

I&#039;ve had a discussion on the way to   LUG-Camp 2007  with  Sebastian Harl  about how to properly manage debian package in a VCS. We identified several ways of doing this. 

Motivation

Why manage a package in a VCS at all? A good rationale for this was already given on</description>
    </item>
    <item rdf:about="https://tartler.io/misc:vcs-packaging2?rev=1224345390">
        <dc:format>text/html</dc:format>
        <dc:date>2008-10-18T15:56:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:vcs-packaging2</title>
        <link>https://tartler.io/misc:vcs-packaging2?rev=1224345390</link>
        <description>Based on the work in vcs-packaging, I&#039;ve had some more discussions
with other packagers and collected input.

One important reason for using patch systems in the first place seems to
be that it is easier to apply them to a new upstream version, because
you can do it step by step. Think about a piece of software, were you
have 3 features inflicting changes to the source. The 3 are interdependent
on each other, and therefore must be applied in order. If the packager
wants to upgrade to a new upstr…</description>
    </item>
    <item rdf:about="https://tartler.io/misc:zero-new?rev=1340526313">
        <dc:format>text/html</dc:format>
        <dc:date>2012-06-24T08:25:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>misc:zero-new</title>
        <link>https://tartler.io/misc:zero-new?rev=1340526313</link>
        <description>Someone remember that times?</description>
    </item>
</rdf:RDF>
