<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>M</title>
      <link>https://marchyus.eu</link>
      <description>Last 10 notes on M</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>Notes</title>
    <link>https://marchyus.eu/</link>
    <guid>https://marchyus.eu/</guid>
    <description><![CDATA[ Docker Setup Basic DEV environment Linux Easy SSH auth Harden docker server (Ubuntu) Python Piccolo ORM . ]]></description>
    <pubDate>Sat, 24 Jan 2026 12:40:50 GMT</pubDate>
  </item><item>
    <title>Setup</title>
    <link>https://marchyus.eu/Docker/Setup</link>
    <guid>https://marchyus.eu/Docker/Setup</guid>
    <description><![CDATA[ Setup and harden server. ]]></description>
    <pubDate>Sat, 24 Jan 2026 12:40:50 GMT</pubDate>
  </item><item>
    <title>Easy SSH auth</title>
    <link>https://marchyus.eu/Linux/Easy-SSH-auth</link>
    <guid>https://marchyus.eu/Linux/Easy-SSH-auth</guid>
    <description><![CDATA[ Establish SSH as easy as ssh some_name: Locally Generate SSH key pair: ssh-keygen -t ed25519 -f ~/.ssh/server_sweden -C &quot;my-server-in-sweden&quot; -C is for comment, easier with many keys. ]]></description>
    <pubDate>Sat, 24 Jan 2026 12:40:50 GMT</pubDate>
  </item><item>
    <title>Harden docker server (ubuntu)</title>
    <link>https://marchyus.eu/Linux/Harden-docker-server-(Ubuntu)</link>
    <guid>https://marchyus.eu/Linux/Harden-docker-server-(Ubuntu)</guid>
    <description><![CDATA[ Update/Upgrade apt update &amp;&amp; sudo apt upgrade -y User Create Add new user: adduser NEWUSER make it sudoer Add new user to sudoer group: Either: usermod -aG sudo NEWUSER Either sudo visudo and add: NEWUSER ALL=(ALL:ALL) ALL into /etc/sudoers Check new user groups: groups NEWUSER SSH auth Crea... ]]></description>
    <pubDate>Sat, 24 Jan 2026 12:40:50 GMT</pubDate>
  </item><item>
    <title>Piccolo ORM</title>
    <link>https://marchyus.eu/Python/Piccolo-ORM</link>
    <guid>https://marchyus.eu/Python/Piccolo-ORM</guid>
    <description><![CDATA[ Background: FastAPI with typer and hatchling. One is not smart enough to run SQLAlchemy + alembic. ]]></description>
    <pubDate>Sat, 24 Jan 2026 12:40:50 GMT</pubDate>
  </item><item>
    <title>Basic DEV environment</title>
    <link>https://marchyus.eu/Docker/Basic-DEV-environment</link>
    <guid>https://marchyus.eu/Docker/Basic-DEV-environment</guid>
    <description><![CDATA[ Python with UV Basic Dockerfile for production like run # Base image FROM python:3.14.2-slim-trixie # Get UV COPY --from=docker.io/astral/uv:latest /uv /uvx /bin/ # set work directory WORKDIR /app # install dependencies ## Install python as system #ENV UV_SYSTEM_PYTHON=1 # Install UV as system packa... ]]></description>
    <pubDate>Sat, 24 Jan 2026 12:40:50 GMT</pubDate>
  </item>
    </channel>
  </rss>