<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://andev.de/wiki/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://andev.de/wiki/feed.php">
        <title>AnDev Wiki - notizen</title>
        <description></description>
        <link>https://andev.de/wiki/</link>
        <image rdf:resource="https://andev.de/wiki/_media/logo.png" />
       <dc:date>2026-05-02T19:47:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://andev.de/wiki/notizen/firefox?rev=1716376111&amp;do=diff"/>
                <rdf:li rdf:resource="https://andev.de/wiki/notizen/git?rev=1775817753&amp;do=diff"/>
                <rdf:li rdf:resource="https://andev.de/wiki/notizen/go-browsing?rev=1705055966&amp;do=diff"/>
                <rdf:li rdf:resource="https://andev.de/wiki/notizen/jitsi?rev=1705056053&amp;do=diff"/>
                <rdf:li rdf:resource="https://andev.de/wiki/notizen/mssql?rev=1705056177&amp;do=diff"/>
                <rdf:li rdf:resource="https://andev.de/wiki/notizen/start?rev=1705055658&amp;do=diff"/>
                <rdf:li rdf:resource="https://andev.de/wiki/notizen/thunderbird?rev=1741273124&amp;do=diff"/>
                <rdf:li rdf:resource="https://andev.de/wiki/notizen/tortoisesvn?rev=1705055930&amp;do=diff"/>
                <rdf:li rdf:resource="https://andev.de/wiki/notizen/wget?rev=1705055863&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://andev.de/wiki/_media/logo.png">
        <title>AnDev Wiki</title>
        <link>https://andev.de/wiki/</link>
        <url>https://andev.de/wiki/_media/logo.png</url>
    </image>
    <item rdf:about="https://andev.de/wiki/notizen/firefox?rev=1716376111&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-22T11:08:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Firefox</title>
        <link>https://andev.de/wiki/notizen/firefox?rev=1716376111&amp;do=diff</link>
        <description>Firefox

neue Tabs neben dem aktuellen



about:config
browser.tabs.insertAfterCurrent -&gt; true
browser.tabs.insertRelatedAfterCurrent -&gt; true


Backspace für Seite zurück



about:config
browser.backspace_action -&gt; 0</description>
    </item>
    <item rdf:about="https://andev.de/wiki/notizen/git?rev=1775817753&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-10T10:42:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Notizen zu Git</title>
        <link>https://andev.de/wiki/notizen/git?rev=1775817753&amp;do=diff</link>
        <description>Notizen zu Git

Globale Daten setzen



git config --global user.name &quot;Martin Lindner&quot;
git config --global user.email &quot;ml17950@gmail.com&quot;
git config --global credential.helper store


Einzelnen Ordner aus Repository in ein eigenes verschieben



cd D:\Temp
git clone https://github.com/ml17950/fb-dev.git
cd fb-dev
git subtree split -P David -b David-Single

mkdir D:\Temp\David-Single
cd D:\Temp\David-Single
git init
git pull D:\Temp\fb-dev David-Single
github.bat

git remote add origin https://gi…</description>
    </item>
    <item rdf:about="https://andev.de/wiki/notizen/go-browsing?rev=1705055966&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-12T10:39:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Go Browsing</title>
        <link>https://andev.de/wiki/notizen/go-browsing?rev=1705055966&amp;do=diff</link>
        <description>Go Browsing

Ein kleines autoit-Script, um das Browsen zu simulieren...


#include &lt;Array.au3&gt;

Local $urls[16] = ['ct.de', 'chip.de', 's2s.gmbh', 'teamviewer.com', 'stern.de', 'spon.de', 'google.de', 'linuxmint.com','zorin.com','getsol.us','manjaro.org','suse.com','getfedora.org','ubuntu.com','debian.org','raspbian.org']
Local $target

MsgBox(0, &quot;Go Browsing&quot;, &quot;Bitte OK drücken und Chrome-Fenster anwählen&quot;)
Sleep(10000)

While 1
	If UBound($urls) &gt; 1 Then
		$Index = Random(0, UBound($urls), 1)
…</description>
    </item>
    <item rdf:about="https://andev.de/wiki/notizen/jitsi?rev=1705056053&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-12T10:40:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Jitsi Server Notizen</title>
        <link>https://andev.de/wiki/notizen/jitsi?rev=1705056053&amp;do=diff</link>
        <description>Jitsi Server Notizen

Ports
 Dienst  Protokoll  Port  Art  HTTP/Bosh/WebSocket   TCP  80     Benötigt  HTTPS/Bosh/Websocket  TCP  443    Benötigt  Media Traffic         UDP  10000  Benötigt  Media Traffic         TCP  4443   Optional  SSH</description>
    </item>
    <item rdf:about="https://andev.de/wiki/notizen/mssql?rev=1705056177&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-12T10:42:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>MSSQL</title>
        <link>https://andev.de/wiki/notizen/mssql?rev=1705056177&amp;do=diff</link>
        <description>MSSQL

Tipps und Notizen zum Thema MSSQL.

Suche in allen Tabellen



DECLARE @SearchStr nvarchar(100)
SET @SearchStr = 'SUCHBEGRIFF'
 
 
-- Copyright © 2002 Narayana Vyas Kondreddi. All rights reserved.
-- Purpose: To search all columns of all tables for a given search string
-- Written by: Narayana Vyas Kondreddi
-- Site: http://vyaskn.tripod.com
-- Updated and tested by Tim Gaunt
-- http://www.thesitedoctor.co.uk
-- http://blogs.thesitedoctor.co.uk/tim/2010/02/19/Search+Every+Table+And+Field+…</description>
    </item>
    <item rdf:about="https://andev.de/wiki/notizen/start?rev=1705055658&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-12T10:34:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Notizen</title>
        <link>https://andev.de/wiki/notizen/start?rev=1705055658&amp;do=diff</link>
        <description>Notizen

Inhaltsverzeichnis</description>
    </item>
    <item rdf:about="https://andev.de/wiki/notizen/thunderbird?rev=1741273124&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-06T14:58:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Thunderbird</title>
        <link>https://andev.de/wiki/notizen/thunderbird?rev=1741273124&amp;do=diff</link>
        <description>Thunderbird

Standard &quot;nicht gruppiert&quot;



mailnews.default_view_flags = 0


Standard &quot;Absteigend&quot;



mailnews.default_sort_order = 2


siehe &lt;https://superuser.com/questions/13518/change-the-default-sorting-order-in-thunderbird&gt;

alternative Stylesheet aktivieren



toolkit.legacyUserProfileCustomizations.stylesheets = true


und im Profilordner einen Ordner erstellen</description>
    </item>
    <item rdf:about="https://andev.de/wiki/notizen/tortoisesvn?rev=1705055930&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-12T10:38:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>TortoiseSVN</title>
        <link>https://andev.de/wiki/notizen/tortoisesvn?rev=1705055930&amp;do=diff</link>
        <description>TortoiseSVN

Problem: Explorer hängt durch TortoiseSVN/TortoiseGIT Erweiterung.

Lösung: Netzwerk-Ordner aus dem Explorer Schnellzugriff entfernen.</description>
    </item>
    <item rdf:about="https://andev.de/wiki/notizen/wget?rev=1705055863&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-12T10:37:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WGet</title>
        <link>https://andev.de/wiki/notizen/wget?rev=1705055863&amp;do=diff</link>
        <description>WGet

Webseite herunterladen



wget --no-check-certificate --mirror --convert-links --adjust-extension --page-requisites --no-parent -e robots=off http://%DOMAIN%/


oder



wget --no-check-certificate --recursive --convert-links --html-extension --page-requisites --no-parent --no-clobber --restrict-file-names=windows --domains %DOMAIN% http://%DOMAIN%/</description>
    </item>
</rdf:RDF>
