<?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-06-09T17:02:30+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/account.size?rev=1662141739&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/priority?rev=1751050267&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/sysnews/acm_jar_applets?rev=1290640216&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/sysnews/isohome?rev=1255541099&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/sysnews/using_dbc?rev=1265052409&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/sysnews/inhouse/using_htaccess?rev=1288379766&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/sysnews/inhouse/using_the_pickup_script?rev=1304623047&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/account.size?rev=1662141739&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-02T18:02:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>account.size</title>
        <link>https://www.cs.vassar.edu/help/general_linux/account.size?rev=1662141739&amp;do=diff</link>
        <description>Account Size

Here are a few tips for managing the size of your Computer Science Unix account.

How Much Space does My Account Use?
   du -s -h /home/YOUR_ACCOUNT_NAME
This command will give you your total account size. The “-h” stands for “human readable</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/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/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/sysnews/acm_jar_applets?rev=1290640216&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-24T23:10:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>acm_jar_applets</title>
        <link>https://www.cs.vassar.edu/help/sysnews/acm_jar_applets?rev=1290640216&amp;do=diff</link>
        <description>Using acm.jar

The ACM Java Task Force (JTF) created an API framework for Java programs which is distributed in the file acm.jar. 

Programs using acm.jar may be compiled and executed from the command line, or within your favorite Java IDE (e.g., Netbeans, DrJava). It is also possible to run your JTF programs as an applet within a browser or via the appletviewer. ````````````````````````````````````</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/sysnews/isohome?rev=1255541099&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-14T17:24:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>isohome</title>
        <link>https://www.cs.vassar.edu/help/sysnews/isohome?rev=1255541099&amp;do=diff</link>
        <description>Backup to CD/DVD

----------

	*  
	*  
	*  
	*  
	*  
	*  

----------

&lt;BOOKMARK:quick&gt;

The really short version of the instructions

If you just want to do this without delay and can get to the CS lab...

	*  Bring a blank CD or DVD to the lab
	*</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/sysnews/using_dbc?rev=1265052409&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-01T19:26:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>using_dbc</title>
        <link>https://www.cs.vassar.edu/help/sysnews/using_dbc?rev=1265052409&amp;do=diff</link>
        <description>Using the script /usr/local/sbin/dbc

Dropbox check script

Description

This script is used to look at information from file names created by the submit script used by the digital drop box.  It assumes English month names (January, February, etc.) and cannot deal with spaces.  It prints out the encrypted information in a readable format.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/sysnews/inhouse/using_htaccess?rev=1288379766&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-10-29T19:16:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>using_htaccess</title>
        <link>https://www.cs.vassar.edu/help/sysnews/inhouse/using_htaccess?rev=1288379766&amp;do=diff</link>
        <description>Using htaccess for web pages

Please note: htaccess is for pages served from OUTSIDE THE WIKI in users directories.  The wiki has similar ability, but it is set up differently -Greg

Web Access Restriction by user/password

This can be used in many ways, the user and password are not related to our system users and passwords, so you can use anything you like, however, there is no mechanism for the web users to maintain or reset their htaccess password so it can become a maintenance nightmare qui…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/sysnews/inhouse/using_the_pickup_script?rev=1304623047&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-05T19:17:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>using_the_pickup_script</title>
        <link>https://www.cs.vassar.edu/help/sysnews/inhouse/using_the_pickup_script?rev=1304623047&amp;do=diff</link>
        <description>Using the pickup script with your course

What it is

The pickup script is a companion to the submit script.

Pickup allows you to place files for pickup in your course directories such that those files cannot be read by your students until they run this script.  At that time an entry is logged showing the date, time, user and directory that was picked up.  If your students attempt to kill the script (say, after it copies the files and before it logs that it has) that attempt will also be logged…</description>
    </item>
</rdf:RDF>
