<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://fixes.brecht-schule.hamburg/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://fixes.brecht-schule.hamburg/feed.php">
        <title>Fixes | Public BIT Wiki - development</title>
        <description></description>
        <link>http://fixes.brecht-schule.hamburg/</link>
        <image rdf:resource="http://fixes.brecht-schule.hamburg/_media/wiki/logo.png" />
       <dc:date>2026-05-04T11:47:43+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://fixes.brecht-schule.hamburg/development/our-developments?rev=1710851791&amp;do=diff"/>
                <rdf:li rdf:resource="http://fixes.brecht-schule.hamburg/development/python?rev=1709015552&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://fixes.brecht-schule.hamburg/_media/wiki/logo.png">
        <title>Fixes | Public BIT Wiki</title>
        <link>http://fixes.brecht-schule.hamburg/</link>
        <url>http://fixes.brecht-schule.hamburg/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="http://fixes.brecht-schule.hamburg/development/our-developments?rev=1710851791&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-19T12:36:31+00:00</dc:date>
        <dc:creator>Zyzonix (zyzonix@undisclosed.example.com)</dc:creator>
        <title>Projects developed by Brecht-IT</title>
        <link>http://fixes.brecht-schule.hamburg/development/our-developments?rev=1710851791&amp;do=diff</link>
        <description>Projects developed by Brecht-IT

Scripts
Some simple scripts that should make our life more easy!

ipfire-extensions/openvpn-notifier


A simple script for IPFire to notify hostmasters when a OpenVPN cert will expire soon:
github.com - Zyzonix - attic/ipfire-extensions

proxmox-tweaks


A simple script that run daily and checks, if Proxmox got an update, that</description>
    </item>
    <item rdf:about="http://fixes.brecht-schule.hamburg/development/python?rev=1709015552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-27T06:32:32+00:00</dc:date>
        <dc:creator>Zyzonix (zyzonix@undisclosed.example.com)</dc:creator>
        <title>Python</title>
        <link>http://fixes.brecht-schule.hamburg/development/python?rev=1709015552&amp;do=diff</link>
        <description>Python

Snippet list

Edit file

The following functions can be used to edit any provided file. In the selected file a string can be searched that can then be replaced with a given string.

Show/Hide


# search file for string
def searchLineWithString(self, string, file):
    for num, line in enumerate(file, 1):
        if string in line:
            return num - 1

# edit line dependend on provided parameter
def editLine(self, file, searchString, newLine):
    selectedFile = open(file, &quot;r&quot;)
   …</description>
    </item>
</rdf:RDF>
