<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.cs.vassar.edu/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://www.cs.vassar.edu/feed.php">
        <title>Computer Science | Vassar College</title>
        <description></description>
        <link>https://www.cs.vassar.edu/</link>
        <image rdf:resource="https://www.cs.vassar.edu/_media/favicon.ico" />
       <dc:date>2026-04-14T22:27:28+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/losetup?rev=1264436200&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/multihome_dokuwiki_hacks?rev=1203628033&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/nasm_and_gdb?rev=1226676630&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/vnc_inetd_gdm?rev=1252693878&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/people/priestdo/tips/z80asm_in_emacs?rev=1203534166&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.cs.vassar.edu/_media/favicon.ico">
        <title>Computer Science | Vassar College</title>
        <link>https://www.cs.vassar.edu/</link>
        <url>https://www.cs.vassar.edu/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/losetup?rev=1264436200&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-25T16:16:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>losetup</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/losetup?rev=1264436200&amp;do=diff</link>
        <description>out of loopback devices

As a result of a power related issue our Xen server crashed.
When it came back up it could not create its full complement of loop back devices.


I saw errors like:
Error: Device 770 (vbd) could not be connected. Backend device not found````</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/multihome_dokuwiki_hacks?rev=1203628033&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-21T21:07:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>multihome_dokuwiki_hacks</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/multihome_dokuwiki_hacks?rev=1203628033&amp;do=diff</link>
        <description>Multihome Dokuwiki Hacks

I use the article by Lukas Ruf on setting up dokuwiki on a mutihomed web server to allow multiple separate wikis to run on one machine.  The article is available at &lt;http://wiki.lpr.ch/doku.php/multihomed&gt;. 

These are a few things I have done in addition to the suggestions in the article.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/nasm_and_gdb?rev=1226676630&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-14T15:30:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nasm_and_gdb</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/nasm_and_gdb?rev=1226676630&amp;do=diff</link>
        <description>nasm and gdb problem with nasm version 0.99

It looks like this was fixed in nasm version 2.01, but if you are running version 0.99 you may find that you no longer have debugging information for gdb.

The fix is easy, replace ``-f elf`` with ``-f elf32`` or ````</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/vnc_inetd_gdm?rev=1252693878&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-11T18:31:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vnc_inetd_gdm</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/vnc_inetd_gdm?rev=1252693878&amp;do=diff</link>
        <description>VNC over inetd with gdm - number of session limitation

There are a lot of pages about setting up vnc over inetd.  I had been running such a setup for years with 10 - 20 simultaneous sessions being commonplace, but an upgrade of the server to ubuntu 9.4 broke my configuration.  Eventually all but one problem had been worked out by poking around the changelogs, reading a few man pages and using the standard net searches.  That problem was that only 2 simultaneous sessions were supported.  The fix…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/people/priestdo/tips/z80asm_in_emacs?rev=1203534166&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-20T19:02:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>z80asm_in_emacs</title>
        <link>https://www.cs.vassar.edu/people/priestdo/tips/z80asm_in_emacs?rev=1203534166&amp;do=diff</link>
        <description>Using emacs with z80asm

First off, I want to state I am not a lisp podgammer

OK, now that that is out of the way, this is what I added to my .emacs when I started using z80asm to work with z80 assembly code.  It adds ASM to the list of extensions that will put you into asm-mode for editing assembly code and defines the compile command the way I wanted it.  If there is a better way to do these tasks please let me know.</description>
    </item>
</rdf:RDF>
