<?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:56+00:00</dc:date>
        <items>
            <rdf:Seq>
                <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/backups?rev=1440622373&amp;do=diff"/>
                <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/linux_basics?rev=1463588248&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/sysnews/kill_a_process?rev=1291649428&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/mitm?rev=1672957190&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/opensshformswindows?rev=1666792022&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/vnc?rev=1593896566&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_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/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/backups?rev=1440622373&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-08-26T20:52:53+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>backups</title>
        <link>https://www.cs.vassar.edu/help/general_linux/backups?rev=1440622373&amp;do=diff</link>
        <description>FIXME update, convert to wiki, add link to isohome

Backup With Tar

----------

	*  Overview
	*  Creating a tar file of your entire directory
	*  Copying the file to another location
	*  Tar Documentation

----------

Overview

While I make regular backups of the home directories on the Computer Science Unix machines, there are times when you want to have your own copy of your account. There are several relatively painless ways to accomplish this task. I will describe one of them here. If you n…</description>
    </item>
    <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/linux_basics?rev=1463588248&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-05-18T16:17:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux_basics</title>
        <link>https://www.cs.vassar.edu/help/general_linux/linux_basics?rev=1463588248&amp;do=diff</link>
        <description>Linux Basics

Files, Directories and Paths

	*  a file is a collection of data with a name (a filename to be precise).  Although it may be stored in separate chunks in different location on the hardware, programs will generally work with a file as a single continuous collection of data.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/sysnews/kill_a_process?rev=1291649428&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-06T15:30:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kill_a_process</title>
        <link>https://www.cs.vassar.edu/help/sysnews/kill_a_process?rev=1291649428&amp;do=diff</link>
        <description>Monitoring and Killing Processes

Any process you own you can kill (this is not a moral judgment, just a fact of life in Unix and Linux).

Killing an offending process graphically

If the machine itself is still responsive (but one or more windows perhaps aren't) you can try one of the Graphical Process Managers on our system.$$xfce4-taskmanager$$````````$$gnome-system-monitor$$````````</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/mitm?rev=1672957190&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-05T22:19:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mitm</title>
        <link>https://www.cs.vassar.edu/help/general_linux/mitm?rev=1672957190&amp;do=diff</link>
        <description>Host Key Verification Failed

At some point you may attempt to SSH into a server, workstation or device, e.g. “my_server”, that you have logged into before and you encounter a long, scary message as follows that ends with “Host Key Verification Failed</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/opensshformswindows?rev=1666792022&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-26T13:47:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>opensshformswindows</title>
        <link>https://www.cs.vassar.edu/help/general_linux/opensshformswindows?rev=1666792022&amp;do=diff</link>
        <description>OpenSSH On MS Windows

OpenSSH is the open-source version of the Secure Shell (SSH). OpenSSH was added to Windows 10 (build 1809 and later). This means that you can open a MS Windows Command Prompt window and run any of the SSH tools from the command line in MS Windows. Therefore you don't need to use PuTTY if you don't like that tool. OpenSSH for Windows has the following commands built in</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/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/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_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>
