<?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-12T10:39:19+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/priority?rev=1751050267&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/printing?rev=1714487890&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/sshkeys?rev=1674096627&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/vnc?rev=1593896566&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/windows?rev=1558698954&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/x2go/apple?rev=1614817344&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/help/general_linux/priority?rev=1751050267&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-27T18:51:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>priority</title>
        <link>https://www.cs.vassar.edu/help/general_linux/priority?rev=1751050267&amp;do=diff</link>
        <description>System Priorities

Priorities of programs are something to be aware of.

PS

The first thing to do is to get to know your processes. The ps command lists out the processes you have running on the system. By using ps -l, an extended listing of your processes is provided. The fields of the most interest to this topic are the PID, NI, and COMMAND fields. The COMMAND field lists the name of the command that started your process. So, if you're looking for your runaway c++ program, a.out is the one yo…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/printing?rev=1714487890&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-30T14:38:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>printing</title>
        <link>https://www.cs.vassar.edu/help/general_linux/printing?rev=1714487890&amp;do=diff</link>
        <description>Setup

To enable the printer, on the linux cmd line:

	*  cd ~
	*  mkdir .cups 
	*  cd .cups
	*  echo 'User 999nnnnnn' &gt; client.conf (ensure that single quotes are used your 999 is entered)
	*  chmod 400 client.conf  (ensure that you can only read the file)</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/sshkeys?rev=1674096627&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-19T02:50:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sshkeys</title>
        <link>https://www.cs.vassar.edu/help/general_linux/sshkeys?rev=1674096627&amp;do=diff</link>
        <description>Setting up SSH Keys

 Note : This tutorial assumes that you are running a linux-based operating system.  The procedure for setting up keys on an Apple Mac OS X machine is similar to this procedure, but you may need to make some minor adjustments. There is a separate</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/vnc?rev=1593896566&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-04T21:02:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vnc</title>
        <link>https://www.cs.vassar.edu/help/general_linux/vnc?rev=1593896566&amp;do=diff</link>
        <description>Using VNC

What is VNC?

NOTE: VNC is deprecated.  For all remote desktop access, we ask that you use X2Go  (found here).

VNC is a system for interacting with a computer display remotely, over a network. This technology was developed by AT&amp;T Laboratories, and is now available for free over the internet (distributed under the GNU General Public License. Visit the</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/windows?rev=1558698954&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-05-24T11:55:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>windows</title>
        <link>https://www.cs.vassar.edu/help/general_linux/windows?rev=1558698954&amp;do=diff</link>
        <description>Secure Shell on Windows

Installation

To log in to the CS Department computers, you will need a SSH client. There are several free SSH clients available for Windows. We have used PuTTY with great success. We have also used WinSCP to copy files between Windows and Unix computers.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/x2go/apple?rev=1614817344&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-04T00:22:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>apple</title>
        <link>https://www.cs.vassar.edu/help/general_linux/x2go/apple?rev=1614817344&amp;do=diff</link>
        <description>X2Go macOS Installation
&lt;https://www.xquartz.org/&gt;may
	*  Step 1: &lt;html&gt;&lt;a href=“&lt;https://code.x2go.org/releases/binary-macosx/x2goclient/releases/4.1.2.2/&gt;” target=“blank”&gt;Click here for the latest version&lt;/a&gt;&lt;/html&gt; to go to the download page for X2Go. &lt;html&gt;&lt;a href=“&lt;https://code.x2go.org/releases/binary-macosx/x2goclient/releases/&gt;” target=“blank”&gt;Click here for the previous versions.&lt;/a&gt;&lt;/html&gt;</description>
    </item>
</rdf:RDF>
