<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.tardisproject.uk/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://wiki.tardisproject.uk/feed.php">
        <title>TARDIS Project - howto:specific</title>
        <description></description>
        <link>https://wiki.tardisproject.uk/</link>
        <image rdf:resource="https://wiki.tardisproject.uk/_media/wiki:logo.png" />
       <dc:date>2026-04-19T08:47:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.tardisproject.uk/howto:specific:changing_vms?rev=1704833897&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.tardisproject.uk/howto:specific:edit_ldap?rev=1725978190&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.tardisproject.uk/howto:specific:give_admin?rev=1744068883&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.tardisproject.uk/howto:specific:learn_k8s?rev=1690629470&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.tardisproject.uk/howto:specific:learndocker?rev=1737564686&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.tardisproject.uk/howto:specific:nix_hosts?rev=1731502358&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.tardisproject.uk/howto:specific:python_web_app?rev=1690629080&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.tardisproject.uk/_media/wiki:logo.png">
        <title>TARDIS Project</title>
        <link>https://wiki.tardisproject.uk/</link>
        <url>https://wiki.tardisproject.uk/_media/wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.tardisproject.uk/howto:specific:changing_vms?rev=1704833897&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-09T20:58:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>How to change the storage/ram/etc. of a given virtual machine</title>
        <link>https://wiki.tardisproject.uk/howto:specific:changing_vms?rev=1704833897&amp;do=diff</link>
        <description>How to change the storage/ram/etc. of a given virtual machine

A quick guide on changing specifications of VMs in proxmox.

Firstly you will want to create a SSH proxy by running

you@hostname - ssh -D 7777 username@tardisproject.uk

Secondly, you will want to change your browsers&#039; proxy settings to use a SOCKS5 proxy on 127.0.0.1:7777 (provided that you have chosen that port.
Thirdly, you will want to log onto the</description>
    </item>
    <item rdf:about="https://wiki.tardisproject.uk/howto:specific:edit_ldap?rev=1725978190&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-10T14:23:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Making changes to the LDAP database</title>
        <link>https://wiki.tardisproject.uk/howto:specific:edit_ldap?rev=1725978190&amp;do=diff</link>
        <description>Making changes to the LDAP database

You will need an LDAP browser installed on your PC

	*  use SSH tunnelling like so ssh tardis -L 1389:enclave.internal.tardisproject.uk:389
	*  connect your LDAP browser using the following settings:
		*  Host: localhost</description>
    </item>
    <item rdf:about="https://wiki.tardisproject.uk/howto:specific:give_admin?rev=1744068883&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-07T23:34:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Giving a user administrator privileges</title>
        <link>https://wiki.tardisproject.uk/howto:specific:give_admin?rev=1744068883&amp;do=diff</link>
        <description>Giving a user administrator privileges

The process for giving a user administrator privileges is quite manual. A script to do this would be nice.

Checklist:

	*  Follow Making changes to the LDAP database, add the user&#039;s username to uk/tardisproject/groups/timelords by adding a memberUid</description>
    </item>
    <item rdf:about="https://wiki.tardisproject.uk/howto:specific:learn_k8s?rev=1690629470&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-29T11:17:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Learn Kubernetes (k8s)</title>
        <link>https://wiki.tardisproject.uk/howto:specific:learn_k8s?rev=1690629470&amp;do=diff</link>
        <description>Learn Kubernetes (k8s)

Kubernetes (k8s for short) is pretty complicated, but 90% of the time you can get by knowing very little of it.

First, Make some containers

k8s organises containers for us, so first we need to understand how to use containers.</description>
    </item>
    <item rdf:about="https://wiki.tardisproject.uk/howto:specific:learndocker?rev=1737564686&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-22T16:51:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Learning Docker</title>
        <link>https://wiki.tardisproject.uk/howto:specific:learndocker?rev=1737564686&amp;do=diff</link>
        <description>Learning Docker

This is a brief overview of using Docker, matching the contents of the 2025 Docker Workshop.

What is Docker?

Docker is a platform for containerising applications. This is like running applications in Virtual Machines (VMs), although with a smaller resource footprint and the advantage of being able to re-use base images to save setup.
For most users Docker enables the rapid setting up of software, so if you do or are interested in self hosting then you should find this very use…</description>
    </item>
    <item rdf:about="https://wiki.tardisproject.uk/howto:specific:nix_hosts?rev=1731502358&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-13T12:52:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Working on NixOS hosts / Core services</title>
        <link>https://wiki.tardisproject.uk/howto:specific:nix_hosts?rev=1731502358&amp;do=diff</link>
        <description>Working on NixOS hosts / Core services

Our &#039;core services&#039; (the stuff we&#039;re more scared of changing), are mostly managed with Nix - a functional programming language, build system, configuration tool, and hard disk stress tester wrapped into one.

A lot of this is specific to Tardis core services nix, and is mostly geared towards people needing to make superficial changes, that probably haven&#039;t learnt Nix.</description>
    </item>
    <item rdf:about="https://wiki.tardisproject.uk/howto:specific:python_web_app?rev=1690629080&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-29T11:11:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Deploying a Flask web app</title>
        <link>https://wiki.tardisproject.uk/howto:specific:python_web_app?rev=1690629080&amp;do=diff</link>
        <description>Deploying a Flask web app

This how-to guide will, as an example, show how to deploy a Flask web application, but it will also be helpful (to varying degrees) for other frameworks. It is currently a WORK IN PROGRESS.

Assume the app consists of, among other things, a python file called</description>
    </item>
</rdf:RDF>
