<?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-18T15:29:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/sysnews/java_system_tips?rev=1316713392&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/sshkeysmswindows?rev=1661950198&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/drschemonmac?rev=1487619881&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/emacs_tips?rev=1440684973&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/filecopy?rev=1593896345&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/jetbrains?rev=1666980095&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/sysnews/inhouse/rsync_windows?rev=1298569104&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/sysnews/java_system_tips?rev=1316713392&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-22T17:43:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>java_system_tips</title>
        <link>https://www.cs.vassar.edu/help/sysnews/java_system_tips?rev=1316713392&amp;do=diff</link>
        <description>Java issues and tips

Java remote method invocation problem

Problem: When running a demo of Java's remote method invocation on our Ubuntu 9.04 based linux machines running java-6-openjdk the client could only attach to a server running on the same host.````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/sshkeysmswindows?rev=1661950198&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-31T12:49:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sshkeysmswindows</title>
        <link>https://www.cs.vassar.edu/help/general_linux/sshkeysmswindows?rev=1661950198&amp;do=diff</link>
        <description>SSH Keys on Microsoft Windows using the PuTTY Utility 

SSH keys are what you will use to establish an encrypted connection over the network, e.g. the internet, between your system and a remote machine. The default type of key to generate is RSA which is good for most purposes. RSA is universally supported among SSH clients. Note that EdDSA performs much faster and provides the same level of security with significantly smaller keys. In general, though, for what you need to do, RSA encryption is …</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/drschemonmac?rev=1487619881&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-02-20T19:44:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>drschemonmac</title>
        <link>https://www.cs.vassar.edu/help/general_linux/drschemonmac?rev=1487619881&amp;do=diff</link>
        <description>Getting Dr. Scheme to run on Mac

	*  playonmac  (www.playonmac.com)  

Install this program and then install the windows version of dr scheme.

	*  x2go  (&lt;https://www.cs.vassar.edu/help/general_linux/x2go&gt;)

Install x2go on your macbook and then connect to the virtual desktop.  One advantage here is that you don't have to copy files that you create, that is, they will be in your $HOME directory the next time you log into one of the linux machines in SP309 or the Asprey lab in SP.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/emacs_tips?rev=1440684973&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-08-27T14:16:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>emacs_tips</title>
        <link>https://www.cs.vassar.edu/help/general_linux/emacs_tips?rev=1440684973&amp;do=diff</link>
        <description>Emacs Tips

Emacs Command Shorthand

From the emacs built in tutorial


Emacs commands generally involve the CONTROL key (sometimes labeled
CTRL or CTL) or the META key (sometimes labeled EDIT or ALT).  Rather than
write that in full each time, we'll use the following abbreviations:

 C-&lt;chr&gt;  means hold the CONTROL key while typing the character &lt;chr&gt;
          Thus, C-f would be: hold the CONTROL key and type f.
 M-&lt;chr&gt;  means hold the META or EDIT or ALT key down while typing &lt;chr&gt;.
        …</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/filecopy?rev=1593896345&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-07-04T20:59:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>filecopy</title>
        <link>https://www.cs.vassar.edu/help/general_linux/filecopy?rev=1593896345&amp;do=diff</link>
        <description>Secure Shell on macOS, Unix, and Linux

Installation

Any modern Unix-like operating systems should come with secure shell client utilities already installed. This is true for macOS, Ubuntu, Fedora, Mandrake Linux, FreeBSD and many others. If, however, you need a ssh client, you can download one from the openssh website:</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/jetbrains?rev=1666980095&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-28T18:01:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>jetbrains</title>
        <link>https://www.cs.vassar.edu/help/general_linux/jetbrains?rev=1666980095&amp;do=diff</link>
        <description>JetBrains IntelliJ License

When you start or launch any JetBrains software installed on a lab, classroom or office computer managed by the Computer Science Department, the computer is configured to look for our local, JetBrains license server to request a license for that software.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/sysnews/inhouse/rsync_windows?rev=1298569104&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-02-24T17:38:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rsync_windows</title>
        <link>https://www.cs.vassar.edu/help/sysnews/inhouse/rsync_windows?rev=1298569104&amp;do=diff</link>
        <description>Synchronization with your CS account from Windows

/!NOTE this is the beginning of a page on this topic, this information is incomplete at this time -Greg  
!/

tools

cwRsync

- get it

&lt;http://www.itefix.no/i2/node/10650&gt;

get latest cwRsync_VERSION.zip (not cwRsyncServer_VERSION.zip) from ````</description>
    </item>
</rdf:RDF>
