<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ralleyne</id>
	<title>UMIACS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ralleyne"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php/Special:Contributions/Ralleyne"/>
	<updated>2026-05-09T14:57:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=4414</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=4414"/>
		<updated>2012-08-01T13:45:20Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: /* Security Considerations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UMIACS provides a centrally managed [[Subversion]] service.&lt;br /&gt;
&lt;br /&gt;
To have a [[Subversion]] repository created you need to just email [mailto:staff@umiacs.umd.edu staff] and provide the name of your repository and how much initial space you think you will need.&lt;br /&gt;
&lt;br /&gt;
We will give you a [[URL]] back with the server https://subversion.umiacs.umd.edu in it.&lt;br /&gt;
&lt;br /&gt;
By default we will configure all repositories to be private and require authentication for both reading and writing to the [[Subversion]] repository.  Authentication is done against our [[LDAP]] and if requested we can enable a UMIACS user to manage the [[ApplicationResource|AR]] with our [[ApplicationResourceUtil]] found at https://intranet.umiacs.umd.edu/arutil.&lt;br /&gt;
&lt;br /&gt;
=Getting Started with Subversion=&lt;br /&gt;
&lt;br /&gt;
You will first need to check out your repository,&lt;br /&gt;
&lt;br /&gt;
   svn co https://subversion.umiacs.umd.edu/my_url&lt;br /&gt;
&lt;br /&gt;
This will create a directory in your current working directory with the name of the last part of the URL you just checked out.&lt;br /&gt;
&lt;br /&gt;
  cd my_url&lt;br /&gt;
&lt;br /&gt;
You can now add files by the &#039;&#039;&#039;svn import&#039;&#039;&#039; command, &#039;&#039;&#039;svn add&#039;&#039;&#039; can be used to add file that you have created but is not under revision control yet.&lt;br /&gt;
&lt;br /&gt;
For more information please see the defacto book on [[Subversion]] in [http://svnbook.red-bean.com/en/1.4/svn-book.html HTML] or [http://svnbook.red-bean.com/en/1.4/svn-book.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
=Clients=&lt;br /&gt;
&lt;br /&gt;
Most Linux distributions include subversion clients in the distribution including all our [[OSSupport|Red Hat Enterprise Linux]] clients.&lt;br /&gt;
&lt;br /&gt;
==Collab.net Subversion Packages==&lt;br /&gt;
&lt;br /&gt;
These are well packaged subversion command line packages.  You can find ones for Windows, Mac OS X and Solaris.  Please see the community downloads for Mac OS X.&lt;br /&gt;
&lt;br /&gt;
http://www.open.collab.net/downloads&lt;br /&gt;
&lt;br /&gt;
==Security Considerations==&lt;br /&gt;
Command line subversions store your password be default on linux, so you should be careful. In order to disable password caching completely, add the line: &amp;quot;store-passwords = no&amp;quot; to the subversion configuration file on your machine. In order to disable caching for a one time command you can pass the --no-auth-cache option.&lt;br /&gt;
&lt;br /&gt;
==Graphical Clients==&lt;br /&gt;
&lt;br /&gt;
===OS Integration===&lt;br /&gt;
&lt;br /&gt;
* Windows - http://tortoisesvn.tigris.org&lt;br /&gt;
* Mac OS X - http://scplugin.tigris.org&lt;br /&gt;
&lt;br /&gt;
===Other Clients===&lt;br /&gt;
&lt;br /&gt;
http://subversion.tigris.org/links.html#clients&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=4413</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=4413"/>
		<updated>2012-08-01T13:42:34Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: /* Collab.net Subversion Packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UMIACS provides a centrally managed [[Subversion]] service.&lt;br /&gt;
&lt;br /&gt;
To have a [[Subversion]] repository created you need to just email [mailto:staff@umiacs.umd.edu staff] and provide the name of your repository and how much initial space you think you will need.&lt;br /&gt;
&lt;br /&gt;
We will give you a [[URL]] back with the server https://subversion.umiacs.umd.edu in it.&lt;br /&gt;
&lt;br /&gt;
By default we will configure all repositories to be private and require authentication for both reading and writing to the [[Subversion]] repository.  Authentication is done against our [[LDAP]] and if requested we can enable a UMIACS user to manage the [[ApplicationResource|AR]] with our [[ApplicationResourceUtil]] found at https://intranet.umiacs.umd.edu/arutil.&lt;br /&gt;
&lt;br /&gt;
=Getting Started with Subversion=&lt;br /&gt;
&lt;br /&gt;
You will first need to check out your repository,&lt;br /&gt;
&lt;br /&gt;
   svn co https://subversion.umiacs.umd.edu/my_url&lt;br /&gt;
&lt;br /&gt;
This will create a directory in your current working directory with the name of the last part of the URL you just checked out.&lt;br /&gt;
&lt;br /&gt;
  cd my_url&lt;br /&gt;
&lt;br /&gt;
You can now add files by the &#039;&#039;&#039;svn import&#039;&#039;&#039; command, &#039;&#039;&#039;svn add&#039;&#039;&#039; can be used to add file that you have created but is not under revision control yet.&lt;br /&gt;
&lt;br /&gt;
For more information please see the defacto book on [[Subversion]] in [http://svnbook.red-bean.com/en/1.4/svn-book.html HTML] or [http://svnbook.red-bean.com/en/1.4/svn-book.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
=Clients=&lt;br /&gt;
&lt;br /&gt;
Most Linux distributions include subversion clients in the distribution including all our [[OSSupport|Red Hat Enterprise Linux]] clients.&lt;br /&gt;
&lt;br /&gt;
==Collab.net Subversion Packages==&lt;br /&gt;
&lt;br /&gt;
These are well packaged subversion command line packages.  You can find ones for Windows, Mac OS X and Solaris.  Please see the community downloads for Mac OS X.&lt;br /&gt;
&lt;br /&gt;
http://www.open.collab.net/downloads&lt;br /&gt;
&lt;br /&gt;
==Security Considerations==&lt;br /&gt;
Command line subversions store your password be default on linux, so you should be careful. In order to disable this for a one time command you can pass the --no-auth-cache option. In order to disable password caching completely, add the line: &amp;quot;store-passwords = no&amp;quot; to the subversion configuration file on your machine.&lt;br /&gt;
&lt;br /&gt;
==Graphical Clients==&lt;br /&gt;
&lt;br /&gt;
===OS Integration===&lt;br /&gt;
&lt;br /&gt;
* Windows - http://tortoisesvn.tigris.org&lt;br /&gt;
* Mac OS X - http://scplugin.tigris.org&lt;br /&gt;
&lt;br /&gt;
===Other Clients===&lt;br /&gt;
&lt;br /&gt;
http://subversion.tigris.org/links.html#clients&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=4411</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=4411"/>
		<updated>2012-07-31T16:53:32Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UMIACS provides a centrally managed [[Subversion]] service.&lt;br /&gt;
&lt;br /&gt;
To have a [[Subversion]] repository created you need to just email [mailto:staff@umiacs.umd.edu staff] and provide the name of your repository and how much initial space you think you will need.&lt;br /&gt;
&lt;br /&gt;
We will give you a [[URL]] back with the server https://subversion.umiacs.umd.edu in it.&lt;br /&gt;
&lt;br /&gt;
By default we will configure all repositories to be private and require authentication for both reading and writing to the [[Subversion]] repository.  Authentication is done against our [[LDAP]] and if requested we can enable a UMIACS user to manage the [[ApplicationResource|AR]] with our [[ApplicationResourceUtil]] found at https://intranet.umiacs.umd.edu/arutil.&lt;br /&gt;
&lt;br /&gt;
=Getting Started with Subversion=&lt;br /&gt;
&lt;br /&gt;
You will first need to check out your repository,&lt;br /&gt;
&lt;br /&gt;
   svn co https://subversion.umiacs.umd.edu/my_url&lt;br /&gt;
&lt;br /&gt;
This will create a directory in your current working directory with the name of the last part of the URL you just checked out.&lt;br /&gt;
&lt;br /&gt;
  cd my_url&lt;br /&gt;
&lt;br /&gt;
You can now add files by the &#039;&#039;&#039;svn import&#039;&#039;&#039; command, &#039;&#039;&#039;svn add&#039;&#039;&#039; can be used to add file that you have created but is not under revision control yet.&lt;br /&gt;
&lt;br /&gt;
For more information please see the defacto book on [[Subversion]] in [http://svnbook.red-bean.com/en/1.4/svn-book.html HTML] or [http://svnbook.red-bean.com/en/1.4/svn-book.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
=Clients=&lt;br /&gt;
&lt;br /&gt;
Most Linux distributions include subversion clients in the distribution including all our [[OSSupport|Red Hat Enterprise Linux]] clients.&lt;br /&gt;
&lt;br /&gt;
==Collab.net Subversion Packages==&lt;br /&gt;
&lt;br /&gt;
These are well packaged subversion command line packages.  You can find ones for Windows, Mac OS X and Solaris.  Please see the community downloads for Mac OS X.&lt;br /&gt;
&lt;br /&gt;
http://www.open.collab.net/downloads&lt;br /&gt;
&lt;br /&gt;
Command line subversions store your password be default on linux, so you should be careful. In order to disable this for a one time command you can pass the --no-auth-cache option. In order to disable password caching completely, add the line: &amp;quot;store-passwords = no&amp;quot; to the subversion configuration file on your machine. &lt;br /&gt;
==Graphical Clients==&lt;br /&gt;
&lt;br /&gt;
===OS Integration===&lt;br /&gt;
&lt;br /&gt;
* Windows - http://tortoisesvn.tigris.org&lt;br /&gt;
* Mac OS X - http://scplugin.tigris.org&lt;br /&gt;
&lt;br /&gt;
===Other Clients===&lt;br /&gt;
&lt;br /&gt;
http://subversion.tigris.org/links.html#clients&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=4410</id>
		<title>Subversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Subversion&amp;diff=4410"/>
		<updated>2012-07-31T16:47:09Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UMIACS provides a centrally managed [[Subversion]] service.&lt;br /&gt;
&lt;br /&gt;
To have a [[Subversion]] repository created you need to just email [mailto:staff@umiacs.umd.edu staff] and provide the name of your repository and how much initial space you think you will need.&lt;br /&gt;
&lt;br /&gt;
We will give you a [[URL]] back with the server https://subversion.umiacs.umd.edu in it.&lt;br /&gt;
&lt;br /&gt;
By default we will configure all repositories to be private and require authentication for both reading and writing to the [[Subversion]] repository.  Authentication is done against our [[LDAP]] and if requested we can enable a UMIACS user to manage the [[ApplicationResource|AR]] with our [[ApplicationResourceUtil]] found at https://intranet.umiacs.umd.edu/arutil.&lt;br /&gt;
&lt;br /&gt;
=Getting Started with Subversion=&lt;br /&gt;
&lt;br /&gt;
You will first need to check out your repository,&lt;br /&gt;
&lt;br /&gt;
   svn co https://subversion.umiacs.umd.edu/my_url&lt;br /&gt;
&lt;br /&gt;
This will create a directory in your current working directory with the name of the last part of the URL you just checked out.&lt;br /&gt;
&lt;br /&gt;
  cd my_url&lt;br /&gt;
&lt;br /&gt;
You can now add files by the &#039;&#039;&#039;svn import&#039;&#039;&#039; command, &#039;&#039;&#039;svn add&#039;&#039;&#039; can be used to add file that you have created but is not under revision control yet.&lt;br /&gt;
&lt;br /&gt;
For more information please see the defacto book on [[Subversion]] in [http://svnbook.red-bean.com/en/1.4/svn-book.html HTML] or [http://svnbook.red-bean.com/en/1.4/svn-book.pdf PDF]&lt;br /&gt;
&lt;br /&gt;
=Clients=&lt;br /&gt;
&lt;br /&gt;
Most Linux distributions include subversion clients in the distribution including all our [[OSSupport|Red Hat Enterprise Linux]] clients.&lt;br /&gt;
&lt;br /&gt;
==Collab.net Subversion Packages==&lt;br /&gt;
&lt;br /&gt;
These are well packaged subversion command line packages.  You can find ones for Windows, Mac OS X and Solaris.  Please see the community downloads for Mac OS X.&lt;br /&gt;
&lt;br /&gt;
http://www.open.collab.net/downloads&lt;br /&gt;
&lt;br /&gt;
Command line subversions store your password be default so you should be careful. In order to disable this for a one time command you can pass the --no-auth-cache option. In order to disable password caching completely, add the line: &amp;quot;store-passwords = no&amp;quot; to the subversion configuration file on your machine. &lt;br /&gt;
==Graphical Clients==&lt;br /&gt;
&lt;br /&gt;
===OS Integration===&lt;br /&gt;
&lt;br /&gt;
* Windows - http://tortoisesvn.tigris.org&lt;br /&gt;
* Mac OS X - http://scplugin.tigris.org&lt;br /&gt;
&lt;br /&gt;
===Other Clients===&lt;br /&gt;
&lt;br /&gt;
http://subversion.tigris.org/links.html#clients&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=MacOSPrinting&amp;diff=4406</id>
		<title>MacOSPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=MacOSPrinting&amp;diff=4406"/>
		<updated>2012-07-19T16:38:25Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
We support printing from user managed Mac OS X 10.5/10.6/10.7 machines.  Please note that you have to be on a UMIACS network directly or connected to the [[VPN]].&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-print00.png|right|100px]]&lt;br /&gt;
=System Preferences=&lt;br /&gt;
To start you need to open your System Preferences from your Dock or the Applications folder.  Once you have opened it you will need to click &#039;&#039;&#039;Print &amp;amp; Fax&#039;&#039;&#039; from the Hardware panel ( Called &#039;&#039;&#039;Print &amp;amp; Scan&#039;&#039;&#039; in 10.7 (Lion) ).&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-print01.png|right|100px]]&lt;br /&gt;
&lt;br /&gt;
=Print &amp;amp; Fax=&lt;br /&gt;
When the &#039;&#039;&#039;Print &amp;amp; Fax&#039;&#039;&#039; (or &#039;&#039;&#039;Print &amp;amp; Scan&#039;&#039;&#039;) window appears you will need to create a new local printer by clicking the &#039;&#039;&#039;+&#039;&#039;&#039; icon in the lower left corner of the first pane in the window.&lt;br /&gt;
&lt;br /&gt;
=Add Printer=&lt;br /&gt;
This will bring up a Add Printer dialog.  Please ensure that you have selected IP.&lt;br /&gt;
&lt;br /&gt;
* Set Protocol to &#039;&#039;&#039;Internet Printing Protocol - IPP&#039;&#039;&#039;&lt;br /&gt;
* Set Address to &#039;&#039;&#039;print.umiacs.umd.edu&#039;&#039;&#039;&lt;br /&gt;
* Set the queue to =printers/queue= in this example for cps3142 it would be &#039;&#039;&#039;printers/cps3142&#039;&#039;&#039;.  You have to make sure the queue is prefixed by &#039;&#039;&#039;printers/&#039;&#039;&#039;&lt;br /&gt;
* Set Name to the queue you are trying to use&lt;br /&gt;
* It will always select &#039;&#039;&#039;Generic Postscript Printer&#039;&#039;&#039;.  If you need to access the more advanced features of a queue/printer you will need take extra steps, please see the Advanced section at the bottom of this page.&lt;br /&gt;
* Select Add&lt;br /&gt;
* You will be asked about enabling duplex. If you know the printer has the option, which is true for most of our printers, go ahead and enable it. Then hit OK. If you&#039;re not sure, just leave it disabled. You can always enable it after the queue is added.&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-print02.png]]&lt;br /&gt;
&lt;br /&gt;
You should now be able to print to this printer/queue from any Mac OS X print menu.&lt;br /&gt;
&lt;br /&gt;
=Advanced=&lt;br /&gt;
&lt;br /&gt;
You will need to first download a copy of the Postcript Printer Definition file from the print server.  This can be fetched with any normal browser by going to&lt;br /&gt;
 &lt;br /&gt;
  http://print.umiacs.umd.edu/printers/QUEUE.ppd&lt;br /&gt;
&lt;br /&gt;
Where &#039;&#039;&#039;queue&#039;&#039;&#039; is the queue/printer you want to get extra features from.  For example here are a few links to our major public printers.&lt;br /&gt;
&lt;br /&gt;
* http://print.umiacs.umd.edu/printers/cps3142.ppd - AV Williams Building room 3142&lt;br /&gt;
* http://print.umiacs.umd.edu/printers/ps3142.ppd - AV Williams Building room 3142&lt;br /&gt;
* http://print.umiacs.umd.edu/printers/cps4430a.ppd - AV Williams Building room 4430&lt;br /&gt;
* http://print.umiacs.umd.edu/printers/cps296-3120Hb.ppd - Biomolecular Sciences Building room 3120H&lt;br /&gt;
&lt;br /&gt;
Please save this file to your hard disk as you will need to use the file chooser to select it in the next step.  If you don&#039;t see the queue you want please just reconstruct the URL above and substitute in your queue name.&lt;br /&gt;
&lt;br /&gt;
Next go back to the &#039;&#039;&#039;Print &amp;amp; Fax&#039;&#039;&#039; (or &#039;&#039;&#039;Print &amp;amp; Scan&#039;&#039;&#039;) dialog and click the &#039;&#039;&#039;Options &amp;amp; Supplies...&#039;&#039;&#039; button for the queue you want to modify.&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-print03.png]]&lt;br /&gt;
&lt;br /&gt;
You will need to navigate to the Driver tab and select the option &#039;&#039;&#039;Other...&#039;&#039;&#039; from the Print Using option.  This will bring up a file chooser from which you will need to select the file you downloaded.&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-printingadv00.png]]&lt;br /&gt;
&lt;br /&gt;
This will fill in all the default options and you can then click Okay.  If you have questions or need help please contact [mailto:staff@umiacs.umd.edu staff@umiacs.umd.edu].&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=MacOSPrinting&amp;diff=4331</id>
		<title>MacOSPrinting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=MacOSPrinting&amp;diff=4331"/>
		<updated>2012-06-08T13:25:35Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: /* Advanced */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
We support printing from user managed Mac OS X 10.5/10.6/10.7 machines.  Please note that you have to be on a UMIACS network directly or connected to the [[VPN]].&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-print00.png|right|100px]]&lt;br /&gt;
=System Preferences=&lt;br /&gt;
To start you need to open your System Preferences from your Dock or the Applications folder.  Once you have opened it you will need to click &#039;&#039;&#039;Print &amp;amp; Fax&#039;&#039;&#039; from the Hardware panel ( Called &#039;&#039;&#039;Print &amp;amp; Scan&#039;&#039;&#039; in 10.7 (Lion) ).&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-print01.png|right|100px]]&lt;br /&gt;
&lt;br /&gt;
=Print &amp;amp; Fax=&lt;br /&gt;
When the &#039;&#039;&#039;Print &amp;amp; Fax&#039;&#039;&#039; (or &#039;&#039;&#039;Print &amp;amp; Scan&#039;&#039;&#039;) window appears you will need to create a new local printer by clicking the &#039;&#039;&#039;+&#039;&#039;&#039; icon in the lower left corner of the first pane in the window.&lt;br /&gt;
&lt;br /&gt;
=Add Printer=&lt;br /&gt;
This will bring up a Add Printer dialog.  Please ensure that you have selected IP.&lt;br /&gt;
&lt;br /&gt;
* Set Protocol to &#039;&#039;&#039;Internet Printing Protocol - IPP&#039;&#039;&#039;&lt;br /&gt;
* Set Address to &#039;&#039;&#039;print.umiacs.umd.edu&#039;&#039;&#039;&lt;br /&gt;
* Set the queue to =printers/queue= in this example for cps3142 it would be &#039;&#039;&#039;printers/cps3142&#039;&#039;&#039;.  You have to make sure the queue is prefixed by &#039;&#039;&#039;printers/&#039;&#039;&#039;&lt;br /&gt;
* Set Name to the queue you are trying to use&lt;br /&gt;
* It will always select &#039;&#039;&#039;Generic Postscript Printer&#039;&#039;&#039;.  If you need to access the more advanced features of a queue/printer you will need take extra steps, please see the Advanced section at the bottom of this page.&lt;br /&gt;
* Select Add&lt;br /&gt;
* You will be asked about enabling duplex. If you know the printer has the option, which is true for most of our printers, go ahead and enable it. Then hit OK. If you&#039;re not sure, just leave it disabled. You can always enable it after the queue is added.&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-print02.png]]&lt;br /&gt;
&lt;br /&gt;
You should now be able to print to this printer/queue from any Mac OS X print menu.&lt;br /&gt;
&lt;br /&gt;
=Exceptional Printers=&lt;br /&gt;
For the following printers you will need to add a different driver because they don&#039;t work well with the generic one causing any print job to get stuck in the &amp;quot;Printing&amp;quot; status on on your Mac and with a state of &amp;quot;Stopped&amp;quot; in the CUPS web interface here: http://print.umiacs.umd.edu/jobs. In order to fix this you do not need to download an additional driver, it is already present in Mac OS X. &lt;br /&gt;
&lt;br /&gt;
Printers: &#039;&#039;&#039;ps4430b&#039;&#039;&#039;, &#039;&#039;&#039;ps3126&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* In the previous step, while adding the printer, instead of leaving the selected &#039;&#039;&#039;Generic Postscript Printer&#039;&#039;&#039; choose &#039;&#039;&#039;Select Printer Software...&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Image:MacPrinterDriverPic3.png]]&lt;br /&gt;
&lt;br /&gt;
* Look for &#039;&#039;&#039;HP LaserJet p4010&#039;&#039;&#039; and select the series.&lt;br /&gt;
**If this driver is unavailable, look for &#039;&#039;&#039;HP LaserJet Series PCL 4/5&#039;&#039;&#039; instead&lt;br /&gt;
&lt;br /&gt;
[[Image:MacPrinterDriverPic4.png]]&lt;br /&gt;
&lt;br /&gt;
* After selecting and clicking OK you will receive the following window (for PCL4/5 this window will not appear, it&#039;ll be skipped), where you will be able to choose options for the printer. Enable duplex, and change Collation in Printer to more than 288 MB&lt;br /&gt;
&lt;br /&gt;
[[Image:MacPrinterDriverPic5.png]]&lt;br /&gt;
&lt;br /&gt;
* After you click on Continue the dialogue box should close and you should see the printer added to your list of installed printers. The printer is now ready for use.&lt;br /&gt;
&lt;br /&gt;
=Advanced=&lt;br /&gt;
&lt;br /&gt;
You will need to first download a copy of the Postcript Printer Definition file from the print server.  This can be fetched with any normal browser by going to&lt;br /&gt;
 &lt;br /&gt;
  http://print.umiacs.umd.edu/printers/QUEUE.ppd&lt;br /&gt;
&lt;br /&gt;
Where &#039;&#039;&#039;queue&#039;&#039;&#039; is the queue/printer you want to get extra features from.  For example here are a few links to our major public printers.&lt;br /&gt;
&lt;br /&gt;
* http://print.umiacs.umd.edu/printers/cps3142.ppd - AV Williams Building room 3142&lt;br /&gt;
* http://print.umiacs.umd.edu/printers/ps3142.ppd - AV Williams Building room 3142&lt;br /&gt;
* http://print.umiacs.umd.edu/printers/cps4430a.ppd - AV Williams Building room 4430&lt;br /&gt;
* http://print.umiacs.umd.edu/printers/cps296-3120Hb.ppd - Biomolecular Sciences Building room 3120H&lt;br /&gt;
&lt;br /&gt;
Please save this file to your hard disk as you will need to use the file chooser to select it in the next step.  If you don&#039;t see the queue you want please just reconstruct the URL above and substitute in your queue name.&lt;br /&gt;
&lt;br /&gt;
Next go back to the &#039;&#039;&#039;Print &amp;amp; Fax&#039;&#039;&#039; (or &#039;&#039;&#039;Print &amp;amp; Scan&#039;&#039;&#039;) dialog and click the &#039;&#039;&#039;Options &amp;amp; Supplies...&#039;&#039;&#039; button for the queue you want to modify.&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-print03.png]]&lt;br /&gt;
&lt;br /&gt;
You will need to navigate to the Driver tab and select the option &#039;&#039;&#039;Other...&#039;&#039;&#039; from the Print Using option.  This will bring up a file chooser from which you will need to select the file you downloaded.&lt;br /&gt;
&lt;br /&gt;
[[Image:osx-printingadv00.png]]&lt;br /&gt;
&lt;br /&gt;
This will fill in all the default options and you can then click Okay.  If you have questions or need help please contact [mailto:staff@umiacs.umd.edu staff@umiacs.umd.edu].&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Snapshots&amp;diff=4330</id>
		<title>Snapshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Snapshots&amp;diff=4330"/>
		<updated>2012-06-07T19:24:17Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Snapshots are a implementation of copy on write that allows for a file system to quickly take a point in time copy of the file system and provide access to the data through a .snapshot directory.&lt;br /&gt;
&lt;br /&gt;
We provide [[Snapshots]] on our [[ONStor]] and [[SnapshotsNexenta | Nexenta]] filers to certain file systems.&lt;br /&gt;
&lt;br /&gt;
Please see [[SnapshotFileSystems]] for a list of our file systems that have snapshots in the department.&lt;br /&gt;
&lt;br /&gt;
==Snapshot Policy==&lt;br /&gt;
&lt;br /&gt;
Our core file systems in the department are on a 4 hour snapshot cycle.  Snapshots are taken at,&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:green; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|  12am&lt;br /&gt;
| 4am&lt;br /&gt;
| 8am&lt;br /&gt;
| 12pm&lt;br /&gt;
| 4pm&lt;br /&gt;
| 8pm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We retain up to 8 hourly snapshots, 2 daily snapshots and 1 weekly snapshot.&lt;br /&gt;
&lt;br /&gt;
These are available on the following [[OpenLAB]] file systems,&lt;br /&gt;
&lt;br /&gt;
==Snapshot Restoring==&lt;br /&gt;
&lt;br /&gt;
If you find that you have mistakenly deleted a file and it was created/written to before the last snapshot[1].  You can restore the file by going to the directory where the file was and changing into the .snapshot directory and then using a normal copy operation to copy it back to the directory where you would like it.  Please note that the .snapshot directory is hidden and may not appear when you do a directory listing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[1] - If a file was created or modified after the last snapshot then you can potentially lose up to 4 hours of work in a worse case scenario.  Please make sure you save your work throughout the day.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
Changing to my quotes directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ pwd&lt;br /&gt;
/nfshomes/derek/work/quotes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I see that i have a quote called  &#039;&#039;&#039;redhat_sole_source_2007.doc&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls&lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_300086759.html         redhat_solesource.pdf&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_353511914.html         soleSource2007.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_367512608.html         soleSource.pdf&lt;br /&gt;
dy1014.xls             Quote_367884529.html         UMD_008.xls&lt;br /&gt;
Quote_250530976.html   redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls -la redhat_sole_source_2007.doc &lt;br /&gt;
-rw-r--r-- 1 derek derek 39936 Jan 23  2007 redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I will remove it from the current file system.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ rm redhat_sole_source_2007.doc &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As you can see it no longer is there.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls &lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_250530976.html  Quote_367884529.html   UMD_008.xls&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_300086759.html  redhat_solesource.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_353511914.html  soleSource2007.pdf&lt;br /&gt;
dy1014.xls             Quote_367512608.html  soleSource.pdf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I am going to go into the last hourly snapshot &#039;&#039;&#039;hourly.0&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ cd .snapshot/hourly.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As you can see the quote is still here.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty hourly.0]$ ls&lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_300086759.html         redhat_solesource.pdf&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_353511914.html         soleSource2007.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_367512608.html         soleSource.pdf&lt;br /&gt;
dy1014.xls             Quote_367884529.html         UMD_008.xls&lt;br /&gt;
Quote_250530976.html   redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I copy it back to the original directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty hourly.0]$ cp redhat_sole_source_2007.doc /nfshomes/derek/work/quotes/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Change back to the original directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty hourly.0]$ cd /nfshomes/derek/work/quotes/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
And it is back.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls&lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_300086759.html         redhat_solesource.pdf&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_353511914.html         soleSource2007.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_367512608.html         soleSource.pdf&lt;br /&gt;
dy1014.xls             Quote_367884529.html         UMD_008.xls&lt;br /&gt;
Quote_250530976.html   redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Snapshots&amp;diff=4329</id>
		<title>Snapshots</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Snapshots&amp;diff=4329"/>
		<updated>2012-06-07T19:21:39Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Snapshots are a implementation of copy on write that allows for a file system to quickly take a point in time copy of the file system and provide access to the data through a .snapshot directory.&lt;br /&gt;
&lt;br /&gt;
We provide [[Snapshots]] on our [[ONStor]] filers to certain file systems.&lt;br /&gt;
&lt;br /&gt;
Please see [[SnapshotFileSystems]] for a list of our file systems that have snapshots in the department.&lt;br /&gt;
&lt;br /&gt;
==Snapshot Policy==&lt;br /&gt;
&lt;br /&gt;
Our core file systems in the department are on a 4 hour snapshot cycle.  Snapshots are taken at,&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;color:green; background-color:#ffffcc;&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|  12am&lt;br /&gt;
| 4am&lt;br /&gt;
| 8am&lt;br /&gt;
| 12pm&lt;br /&gt;
| 4pm&lt;br /&gt;
| 8pm&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We retain up to 8 hourly snapshots, 2 daily snapshots and 1 weekly snapshot.&lt;br /&gt;
&lt;br /&gt;
These are available on the following [[OpenLAB]] file systems,&lt;br /&gt;
&lt;br /&gt;
==Snapshot Restoring==&lt;br /&gt;
&lt;br /&gt;
If you find that you have mistakenly deleted a file and it was created/written to before the last snapshot[1].  You can restore the file by going to the directory where the file was and changing into the .snapshot directory and then using a normal copy operation to copy it back to the directory where you would like it.  Please note that the .snapshot directory is hidden and may not appear when you do a directory listing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;[1] - If a file was created or modified after the last snapshot then you can potentially lose up to 4 hours of work in a worse case scenario.  Please make sure you save your work throughout the day.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
Changing to my quotes directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ pwd&lt;br /&gt;
/nfshomes/derek/work/quotes&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I see that i have a quote called  &#039;&#039;&#039;redhat_sole_source_2007.doc&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls&lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_300086759.html         redhat_solesource.pdf&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_353511914.html         soleSource2007.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_367512608.html         soleSource.pdf&lt;br /&gt;
dy1014.xls             Quote_367884529.html         UMD_008.xls&lt;br /&gt;
Quote_250530976.html   redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls -la redhat_sole_source_2007.doc &lt;br /&gt;
-rw-r--r-- 1 derek derek 39936 Jan 23  2007 redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I will remove it from the current file system.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ rm redhat_sole_source_2007.doc &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As you can see it no longer is there.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls &lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_250530976.html  Quote_367884529.html   UMD_008.xls&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_300086759.html  redhat_solesource.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_353511914.html  soleSource2007.pdf&lt;br /&gt;
dy1014.xls             Quote_367512608.html  soleSource.pdf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I am going to go into the last hourly snapshot &#039;&#039;&#039;hourly.0&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ cd .snapshot/hourly.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
As you can see the quote is still here.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty hourly.0]$ ls&lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_300086759.html         redhat_solesource.pdf&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_353511914.html         soleSource2007.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_367512608.html         soleSource.pdf&lt;br /&gt;
dy1014.xls             Quote_367884529.html         UMD_008.xls&lt;br /&gt;
Quote_250530976.html   redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I copy it back to the original directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty hourly.0]$ cp redhat_sole_source_2007.doc /nfshomes/derek/work/quotes/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Change back to the original directory.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty hourly.0]$ cd /nfshomes/derek/work/quotes/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
And it is back.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[derek@novelty quotes]$ ls&lt;br /&gt;
dlt_pdf_quote2007.pdf  Quote_300086759.html         redhat_solesource.pdf&lt;br /&gt;
dlt_pdf_quote.pdf      Quote_353511914.html         soleSource2007.pdf&lt;br /&gt;
dlt_quote.pdf          Quote_367512608.html         soleSource.pdf&lt;br /&gt;
dy1014.xls             Quote_367884529.html         UMD_008.xls&lt;br /&gt;
Quote_250530976.html   redhat_sole_source_2007.doc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Programming&amp;diff=4280</id>
		<title>Programming</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Programming&amp;diff=4280"/>
		<updated>2012-05-24T16:00:37Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* C/C++&lt;br /&gt;
** [[CCompilers|C/C++ Compilers]]&lt;br /&gt;
** [[CDebuggers|C/C++ Debuggers]]&lt;br /&gt;
* Java&lt;br /&gt;
** [[JavaVersions|Java Versions]]&lt;br /&gt;
** [[JavaDevelEnvironment|Java Development Environment]]&lt;br /&gt;
* Perl&lt;br /&gt;
** [[PerlVersions|Perl 5 Versions]]&lt;br /&gt;
** [[PerlDevelEnvironment|Perl Development Environment]]&lt;br /&gt;
** [[PerlModules|Perl Missing Modules]]&lt;br /&gt;
* Python&lt;br /&gt;
** [[PythonVersions | Python Versions]]&lt;br /&gt;
** [[PythonModDev | Python Modules and Development Environment]]&lt;br /&gt;
* VB/VC/.NET&lt;br /&gt;
** [[MSVisualDevelopment|Development Environment]]&lt;br /&gt;
* Others&lt;br /&gt;
** [[ACL|Alegro Common Lisp]]&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=4244</id>
		<title>OSSupport</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=4244"/>
		<updated>2012-05-22T14:11:02Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UMIACS Supports the following Operating Systems&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
General [[LinuxFAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[RHEL4|RedHat Enterprise Linux 4]]&lt;br /&gt;
* [[RHEL5|RedHat Enterprise Linux 5]]&lt;br /&gt;
* [[RHEL6|RedHat Enterprise Linux 6]]&lt;br /&gt;
* [[UbuntuLucid|Ubuntu Lucid 10.04 LTS]]&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
* Windows XP&lt;br /&gt;
* Windows Server 2003&lt;br /&gt;
* Windows Server 2008&lt;br /&gt;
* Windows 7&lt;br /&gt;
&lt;br /&gt;
==MacOSX==&lt;br /&gt;
&lt;br /&gt;
* MacOSX10.4&lt;br /&gt;
* MacOSX10.5&lt;br /&gt;
* MacOSX10.6&lt;br /&gt;
* MacOSX10.7&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=4243</id>
		<title>OSSupport</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=4243"/>
		<updated>2012-05-22T14:06:46Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: /* MacOSX */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UMIACS Supports the following Operating Systems&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
General [[LinuxFAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[RHEL4|RedHat Enterprise Linux 4]]&lt;br /&gt;
* [[RHEL5|RedHat Enterprise Linux 5]]&lt;br /&gt;
* [[RHEL6|RedHat Enterprise Linux 6]]&lt;br /&gt;
* [[UbuntuLucid|Ubuntu Lucid 10.04 LTS]]&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
* Windows XP&lt;br /&gt;
* Windows Server 2003&lt;br /&gt;
&lt;br /&gt;
==MacOSX==&lt;br /&gt;
&lt;br /&gt;
* MacOSX10.4&lt;br /&gt;
* MacOSX10.5&lt;br /&gt;
* MacOSX10.6&lt;br /&gt;
* MacOSX10.7&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=4242</id>
		<title>OSSupport</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=4242"/>
		<updated>2012-05-22T14:04:34Z</updated>

		<summary type="html">&lt;p&gt;Ralleyne: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UMIACS Supports the following Operating Systems&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
General [[LinuxFAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[RHEL4|RedHat Enterprise Linux 4]]&lt;br /&gt;
* [[RHEL5|RedHat Enterprise Linux 5]]&lt;br /&gt;
* [[RHEL6|RedHat Enterprise Linux 6]]&lt;br /&gt;
* [[UbuntuLucid|Ubuntu Lucid 10.04 LTS]]&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
* Windows XP&lt;br /&gt;
* Windows Server 2003&lt;br /&gt;
&lt;br /&gt;
==MacOSX==&lt;br /&gt;
&lt;br /&gt;
* [[MacOSX10.4]]&lt;br /&gt;
* [[MacOSX10.5]]&lt;/div&gt;</summary>
		<author><name>Ralleyne</name></author>
	</entry>
</feed>