<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>plan9 on kitzman&#39;s place</title>
    <link>https://tilde.club/~kitzman/tags/plan9/</link>
    <description>Recent content in plan9 on kitzman&#39;s place</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 08 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://tilde.club/~kitzman/tags/plan9/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Embedded Programming on Plan9 (#1)</title>
      <link>https://tilde.club/~kitzman/posts/2024-01-08_embedded_on_p9/</link>
      <pubDate>Mon, 08 Jan 2024 00:00:00 +0000</pubDate>
      
      <guid>https://tilde.club/~kitzman/posts/2024-01-08_embedded_on_p9/</guid>
      <description>People look for the right tooling, libraries, and support when considering an operating system. I&amp;rsquo;ve been using 9front for a while, and wanted to do some embedded programming on it too. There&amp;rsquo;s no gcc, so SDKs won&amp;rsquo;t work directly, no tool to flash chips with - most people would use something else.
But don&amp;rsquo;t give up! Plan9 was used throughout the history for distributed computing, creating operating systems, and high-performance computing.</description>
    </item>
    
    <item>
      <title>/mnt/term on UNIX, and other hacks</title>
      <link>https://tilde.club/~kitzman/posts/2023-12-28_unix_mnt_term/</link>
      <pubDate>Thu, 28 Dec 2023 00:00:00 +0000</pubDate>
      
      <guid>https://tilde.club/~kitzman/posts/2023-12-28_unix_mnt_term/</guid>
      <description>Introduction UNIX-like operating systems today already have solutions for file-sharing across machines, and remotely mounting filesystems. The easiest, and a pretty solid way, if a shared network filesystem does not exist, is to use sftp via FUSE. Even on Plan9, mounting a remote UNIX machine&amp;rsquo;s filesystem can be done through sshfs(4).
On Plan9, when rcpu-ing to remote systems, the script exports the whole client tree, which is then mounted on /mnt/term.</description>
    </item>
    
    <item>
      <title>Sysinfo and Vac Archives over Gemini</title>
      <link>https://tilde.club/~kitzman/posts/2023-04-15_vac_over_gemini/</link>
      <pubDate>Sat, 15 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>https://tilde.club/~kitzman/posts/2023-04-15_vac_over_gemini/</guid>
      <description>Introduction I have a 9front cpu server, which I use for working remotely on my personal projects, build software, and keep backups.
One of its uses, is for keeping vac backups of documentation. As I sometimes needed to access it, and to share it as well, importing and mounting the vac filesystems was not easily accessible, especially for someone who doesn&amp;rsquo;t want to learn to use Plan9.
Gemini Serving the archives via a protocol such as HTTP or Gemini would be the preferred way for most people to access and share files.</description>
    </item>
    
  </channel>
</rss>
