<?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:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/command_please_not_found?rev=1676912542&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/jump?rev=1678132316&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/backups?rev=1440622373&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/info?rev=1463586832&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/help/general_linux/mitm?rev=1672957190&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/command_please_not_found?rev=1676912542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-02-20T17:02:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>command_please_not_found</title>
        <link>https://www.cs.vassar.edu/help/general_linux/command_please_not_found?rev=1676912542&amp;do=diff</link>
        <description>Command 'Please' not found

If you see this when you use SSH to log into a system
     Command 'Please' not found, did you mean:
       command 'please' from deb pleaser (0.5.1-4ubuntu0.22.04.1)
     Try: apt install &lt;deb name&gt;
and each time you enter a command, this error message is displayed, then something is not right. This means you are logged into a system you should not be logging into but only using as a proxy or gateway. What is likely causing this is that you have some software configu…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/help/general_linux/jump?rev=1678132316&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-06T19:51:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>jump</title>
        <link>https://www.cs.vassar.edu/help/general_linux/jump?rev=1678132316&amp;do=diff</link>
        <description>SSH Proxy Jump (Might as Well Proxy Jump!)

Announcement (March 06, 2023)

As of March 06th, 2023, direct internet access to the CS Department bastion servers is no longer allowed. If you want to access these bastion servers then you need to be on the</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/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/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/info?rev=1463586832&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-05-18T15:53:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>info</title>
        <link>https://www.cs.vassar.edu/help/general_linux/info?rev=1463586832&amp;do=diff</link>
        <description>Bash Shell Resources

a few articles and tutorials on the web for learning the bash shell

	*  &lt;http://www.arachnoid.com/linux/shell_programming.html&gt;
	*  &lt;http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html&gt;
	*  &lt;http://www.panix.com/~elflord/unix/bash-tute.html&gt; 
	*  &lt;http://www.codecoffee.com/tipsforlinux/articles2/043.html&gt;
	*  &lt;http://www.cyberciti.biz/nixcraft/linux/docs/uniqlinuxfeatures/lsst/&gt;

System Info - User Help

----------

Help for New Users

Unix information and help

Examples for …</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>
</rdf:RDF>
