<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.martin-prochnow.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="https://www.martin-prochnow.de/feed.php">
        <title>Martin Prochnow - development</title>
        <description></description>
        <link>https://www.martin-prochnow.de/</link>
        <image rdf:resource="https://www.martin-prochnow.de/_media/wiki/logo.png" />
       <dc:date>2026-04-18T11:19:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.martin-prochnow.de/development/ascii_table?rev=1556869345&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.martin-prochnow.de/development/ericsson_f5521gw?rev=1468689395&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.martin-prochnow.de/development/forgejo?rev=1760375837&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.martin-prochnow.de/development/git_bash_prompt?rev=1569305548&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.martin-prochnow.de/development/git_cheat_sheet?rev=1569305645&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.martin-prochnow.de/development/index?rev=1760375903&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.martin-prochnow.de/development/linux_kernel?rev=1405426207&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.martin-prochnow.de/development/sidebar?rev=1758567366&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.martin-prochnow.de/_media/wiki/logo.png">
        <title>Martin Prochnow</title>
        <link>https://www.martin-prochnow.de/</link>
        <url>https://www.martin-prochnow.de/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://www.martin-prochnow.de/development/ascii_table?rev=1556869345&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-03T07:42:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ASCII-Tabelle</title>
        <link>https://www.martin-prochnow.de/development/ascii_table?rev=1556869345&amp;do=diff</link>
        <description>ASCII-Tabelle
 Dez   Hex    ASCII   Dez   Hex    ASCI   Dez   Hex    ASCII   Dez   Hex    ASCII      0   0x00  NUL       32   0x20  SP       64   0x40  @         96   0x60  `          1   0x01  SOH       33   0x21  !        65   0x41  A         97   0x61</description>
    </item>
    <item rdf:about="https://www.martin-prochnow.de/development/ericsson_f5521gw?rev=1468689395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-07-16T17:16:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Ericsson F5521GW</title>
        <link>https://www.martin-prochnow.de/development/ericsson_f5521gw?rev=1468689395&amp;do=diff</link>
        <description>Ericsson F5521GW

Links

	*  &lt;http://www.tjansson.dk/2009/01/using-the-builtin-gps-in-a-thinkpad-x200-under-linux/&gt;
	*  &lt;https://sven-seeberg.de/wp/?p=614&gt;
	*  &lt;https://wiki.archlinux.org/index.php/USB_3G_Modem&gt;
	*  &lt;http://www.thinkwiki.org/wiki/Ericsson_F3507g_Mobile_Broadband_Module&gt;
	*  &lt;http://www.natisbad.org/E4300/Dell_Wireless_5530_AT_cmd_ref.html&gt;
	*  &lt;http://developer.sonymobile.com/downloads/documentation/sony-ericsson-at-commands-online-reference/&gt;
	*  &lt;http://mbm.sourceforge.net/&gt;
	…</description>
    </item>
    <item rdf:about="https://www.martin-prochnow.de/development/forgejo?rev=1760375837&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-13T17:17:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Forgejo in Docker Compose</title>
        <link>https://www.martin-prochnow.de/development/forgejo?rev=1760375837&amp;do=diff</link>
        <description>Forgejo in Docker Compose


networks:
  forgejo:
    external: false
services:
  forgejo:
    image: codeberg.org/forgejo/forgejo:10
    pull_policy: always
    container_name: forgejo
    environment:
      - USER_UID=1000
      - USER_GID=1000
    restart: always
    networks:
      - forgejo
    volumes:
      - /opt/volumes/forgejo:/data
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 3000:3000
      - 222:22</description>
    </item>
    <item rdf:about="https://www.martin-prochnow.de/development/git_bash_prompt?rev=1569305548&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-24T06:12:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Bash-Prompt mit Infos zu Git-Repository</title>
        <link>https://www.martin-prochnow.de/development/git_bash_prompt?rev=1569305548&amp;do=diff</link>
        <description>Bash-Prompt mit Infos zu Git-Repository

Folgendes an geeigneter Stelle in die ~/.bashrc einbauen:


function my_prompt
{
        local BLACK=&quot;\[\033[0;30m\]&quot;
        local BLACKBOLD=&quot;\[\033[1;30m\]&quot;
        local RED=&quot;\[\033[0;31m\]&quot;
        local REDBOLD=&quot;\[\033[1;31m\]&quot;
        local GREEN=&quot;\[\033[0;32m\]&quot;
        local GREENBOLD=&quot;\[\033[1;32m\]&quot;
        local YELLOW=&quot;\[\033[0;33m\]&quot;
        local YELLOWBOLD=&quot;\[\033[1;33m\]&quot;
        local BLUE=&quot;\[\033[0;34m\]&quot;
        local BLUEBOLD=&quot;\[\033[1…</description>
    </item>
    <item rdf:about="https://www.martin-prochnow.de/development/git_cheat_sheet?rev=1569305645&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-09-24T06:14:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Git Cheat Sheet</title>
        <link>https://www.martin-prochnow.de/development/git_cheat_sheet?rev=1569305645&amp;do=diff</link>
        <description>Git Cheat Sheet

Benutzername und E-Mail global setzen


git config --global user.name &quot;John Doe&quot;
git config --global user.email johndoe@example.com


Remote-Branch das erste mal auschecken


git checkout -b BRANCH origin/BRANCH # -b creates local branch</description>
    </item>
    <item rdf:about="https://www.martin-prochnow.de/development/index?rev=1760375903&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-13T17:18:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Software-Entwicklung</title>
        <link>https://www.martin-prochnow.de/development/index?rev=1760375903&amp;do=diff</link>
        <description>Software-Entwicklung

Kategorien

	*  Python
		*  wxPython
		*  OpenGL

	*  Netzwerk-Programmierung
	*  C/C++

Sonstiges

	*  Git Cheat Sheet
	*  ASCII-Tabelle
	*  Datenbanken
	*  Forgejo in Docker Compose</description>
    </item>
    <item rdf:about="https://www.martin-prochnow.de/development/linux_kernel?rev=1405426207&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-07-15T12:10:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Linux Kernel</title>
        <link>https://www.martin-prochnow.de/development/linux_kernel?rev=1405426207&amp;do=diff</link>
        <description>Linux Kernel

Links

	*  &lt;http://www.thegeekstuff.com/2013/07/write-linux-kernel-module/&gt;
	*  &lt;http://tech.meetrp.com/blog/simple-character-device-driver/&gt;
	*  &lt;http://appusajeev.wordpress.com/2011/06/18/writing-a-linux-character-device-driver/&gt;
	*  &lt;http://de.slideshare.net/VandanaSalve/introduction-to-char-device-driver&gt;
	*  &lt;http://pete.akeo.ie/2011/08/writing-linux-device-driver-for-kernels.html&gt;
	*  &lt;http://lwn.net/Articles/448499/&gt;
	*  &lt;http://www.makelinux.net/ldd3/chp-9-sect-4&gt;
	*  &lt;http…</description>
    </item>
    <item rdf:about="https://www.martin-prochnow.de/development/sidebar?rev=1758567366&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-22T18:56:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://www.martin-prochnow.de/development/sidebar?rev=1758567366&amp;do=diff</link>
        <description>*  Projekte
	*  Elektronik
	*  Mechanik
	*  Software-Entwicklung
		*  Python
			*  wxPython
			*  OpenGL

		*  Netzwerk-Programmierung
		*  Arduino
		*  C/C++

	*  IT-Administration



	*  Impressum</description>
    </item>
</rdf:RDF>
