diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-14 12:47:50 -0400 |
commit | 4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch) | |
tree | 12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2001-10-14-kupi.html | |
download | pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2 pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip |
initial commit, including theme
Diffstat (limited to 'content/posts/2001-10-14-kupi.html')
-rw-r--r-- | content/posts/2001-10-14-kupi.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/content/posts/2001-10-14-kupi.html b/content/posts/2001-10-14-kupi.html new file mode 100644 index 0000000..0c7704e --- /dev/null +++ b/content/posts/2001-10-14-kupi.html @@ -0,0 +1,26 @@ +--- +date: "2001-10-14T09:19:00Z" +title: Kupi +--- + +<p>Wrote a script to handle patching between the main and -ac trees. +It's options are pretty straight-forward:</p> + +<p> +Generate a shell script that will update me to 2.4.12-ac1: +<code>kupi.pl -ug update_me.sh 2.4.12-ac1</code><br /> +Patch up to the latest ac-series patch, then compile and install the +kernel: +<code>kupi.pl -ai</code><br /> +You'll need to make some changes to the base configuration to get it +working on your system, but the Kupi tarball is available +<a href="/download/kupi-0.1.0.tar.gz">here</a>. +</p> + +<p> +Oh yeah, +<a href="http://www3.sympatico.ca/imiller/archive/axe.html">here's</a> +a list of ways to say "Oh my god! There's an axe in +my head" in various languages. +</p> + |