<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.neumannsland.de/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="http://wiki.neumannsland.de/feed.php">
        <title>Patricks DokuWiki - wip</title>
        <description></description>
        <link>http://wiki.neumannsland.de/</link>
        <image rdf:resource="http://wiki.neumannsland.de/_media/logo.png" />
       <dc:date>2026-05-21T13:47:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.neumannsland.de/wip:android?rev=1746595578&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.neumannsland.de/wip:arch-install-gpt?rev=1568968417&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.neumannsland.de/wip:arch-install-mbr?rev=1568968401&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.neumannsland.de/wip:debian-tips?rev=1568968238&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.neumannsland.de/wip:gentoo-tips?rev=1568968379&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.neumannsland.de/wip:hashcat?rev=1568963814&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.neumannsland.de/wip:lxc-template?rev=1568966306&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.neumannsland.de/wip:mamp?rev=1598178185&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.neumannsland.de/_media/logo.png">
        <title>Patricks DokuWiki</title>
        <link>http://wiki.neumannsland.de/</link>
        <url>http://wiki.neumannsland.de/_media/logo.png</url>
    </image>
    <item rdf:about="http://wiki.neumannsland.de/wip:android?rev=1746595578&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-07T05:26:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>android</title>
        <link>http://wiki.neumannsland.de/wip:android?rev=1746595578&amp;do=diff</link>
        <description>Motorola Milestone (EU) bzw. Droid (US)

Vorbereitung(en)

	*  das ausgediente Motorola Milestone vom Schwiegervater ausleihen (erledigt)
	*  „USB-Debugging“ + „Aktiv lassen“ aktivieren! (erledigt)
	*  Santoku Linux (VirtualBox VM) installieren (erledigt)

(nachträgliche) Dokumentation</description>
    </item>
    <item rdf:about="http://wiki.neumannsland.de/wip:arch-install-gpt?rev=1568968417&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-20T08:33:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>arch-install-gpt</title>
        <link>http://wiki.neumannsland.de/wip:arch-install-gpt?rev=1568968417&amp;do=diff</link>
        <description>Installation


loadkeys de-latin1
timedatectl set-ntp true
cfdisk /dev/sdb
# gpt
# 1: 512M (Typ: EFI-System)
# 2: 32G (Typ: Linux-Dateisystem)
# 3: 8G (Typ: Linux Swap)
# 4: Rest (Typ: Linux-Dateisystem)
mkfs.fat -F 32 /dev/sdb1
mkfs.ext4 -L archroot /dev/sdb2
mkswap -L archswap /dev/sdb3
mkfs.ext4 -L archhome /dev/sdb4
mount /dev/sdb2 /mnt
mkdir /mnt/boot
mount /dev/sdb1 /mnt/boot
mkdir /mnt/home
mount /dev/sda4 /mnt/home
swapon /dev/sdb3
pacstrap /mnt base
genfstab -U /mnt &gt;&gt; /mnt/etc/fstab
ar…</description>
    </item>
    <item rdf:about="http://wiki.neumannsland.de/wip:arch-install-mbr?rev=1568968401&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-20T08:33:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>arch-install-mbr</title>
        <link>http://wiki.neumannsland.de/wip:arch-install-mbr?rev=1568968401&amp;do=diff</link>
        <description>Installation


loadkeys de-latin1
timedatectl set-ntp true
cfdisk /dev/sda
# dos
# vier Partitionen erstellen
mkfs.ext2 -L boot /dev/sda1
mkswap -L swap /dev/sda2
mkfs.ext4 -L root /dev/sda3
mkfs.ext4 -L home /dev/sda4
mount /dev/sda3 /mnt
mkdir /mnt/boot
mount /dev/sda1 /mnt/boot
mkdir /mnt/home
mount /dev/sda4 /mnt/home
pacstrap /mnt base
genfstab -U /mnt &gt;&gt; /mnt/etc/fstab
arch-chroot /mnt
echo archibald &gt; /etc/hostname
rm /etc/localtime
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime
h…</description>
    </item>
    <item rdf:about="http://wiki.neumannsland.de/wip:debian-tips?rev=1568968238&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-20T08:30:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>debian-tips</title>
        <link>http://wiki.neumannsland.de/wip:debian-tips?rev=1568968238&amp;do=diff</link>
        <description>Rescue-System

Damit man mit einem Debian-Rescue-System in einer Chroot-Umgebung auf dem Rechner vernünftig arbeiten kann:


# aptitude install bogl-bterm -y


&quot;Antipiep&quot;

Das lästige gepiepe abstellen (/etc/inputrc):


[...]
set bell-style visible
[...]</description>
    </item>
    <item rdf:about="http://wiki.neumannsland.de/wip:gentoo-tips?rev=1568968379&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-20T08:32:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gentoo-tips</title>
        <link>http://wiki.neumannsland.de/wip:gentoo-tips?rev=1568968379&amp;do=diff</link>
        <description>&quot;clean_upgrade&quot;

Skript zum „sauber“-halten des Systems:


#!/bin/bash

if [[ 0 -ne &quot;$( /usr/bin/id -u )&quot; ]] ; then
  /bin/echo &quot;You need to be root!&quot;
  exit 1
fi

if [ ! -x /usr/bin/eix ] ; then
  /usr/bin/emerge eix
fi /usr/bin/eix-sync

/usr/sbin/fixpackages
/usr/bin/eclean packages
/usr/bin/eclean distfiles
/usr/bin/emerge -u --deep --newuse world

exit 0</description>
    </item>
    <item rdf:about="http://wiki.neumannsland.de/wip:hashcat?rev=1568963814&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-20T07:16:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>hashcat</title>
        <link>http://wiki.neumannsland.de/wip:hashcat?rev=1568963814&amp;do=diff</link>
        <description>Hashcat

„Installation“ unter Apple Macintosh OS X 10.11.x:


$ cd Downloads
$ wget http://hashcat.net/files/hashcat-2.00.7z
[...]
$ 7z x hashcat-2.00.7z
[...]
$ cd hashcat-2.00


SHA512 (Linux)

Welche Benutzer gibt es auf dem System (Debian GNU/Linux)?</description>
    </item>
    <item rdf:about="http://wiki.neumannsland.de/wip:lxc-template?rev=1568966306&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-20T07:58:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lxc-template</title>
        <link>http://wiki.neumannsland.de/wip:lxc-template?rev=1568966306&amp;do=diff</link>
        <description>Software (nach)installieren

Ich gehe hier davon aus, dass folgende Pakete bereits in einem der vorherigen Schritte Einzug auf dem Server gefunden haben:

	*  mdadm
	*  lvm2
	*  xfsprogs


# aptitude install lxc


logisches Volume erstellen

Ich gehe hier davon aus, dass folgende Voraussetzungen bereits in einem der vorherigen Schritte konfiguriert wurden:</description>
    </item>
    <item rdf:about="http://wiki.neumannsland.de/wip:mamp?rev=1598178185&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-23T10:23:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mamp</title>
        <link>http://wiki.neumannsland.de/wip:mamp?rev=1598178185&amp;do=diff</link>
        <description>MAMP (Aktivierung + Komplettierung)

Da XAMPP scheinbar unter reinen 64-Bit-Systemen (OS X und Linux) seit einiger Zeit ein paar Probleme hat,
habe ich bereits zu Zeiten von OS X 10.11/El Capitan (akutell macOS 10.15/Catalina) nach einer anderen Lösung suchen müssen.</description>
    </item>
</rdf:RDF>
