<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://fluid.colorado.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
		<title>PHASTA Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://fluid.colorado.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php/Special:Contributions/Admin"/>
		<updated>2026-05-21T23:30:11Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=VNC&amp;diff=8</id>
		<title>VNC</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=VNC&amp;diff=8"/>
				<updated>2011-07-08T22:49:19Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;VNC is a tool which projects a GUI session over the network. If may be useful if you want to use GUI tools remotely when X forwarding performs poorly. &lt;br /&gt;
&lt;br /&gt;
'''Warning: This is still being tested and should NOT be considered stable (portal0 may be rebooted without warning)'''&lt;br /&gt;
'''Warning: The vnc password is transmitted in clear text over the network and should not be considered secure'''&lt;br /&gt;
&lt;br /&gt;
Portal0 is designated to host VNC sessions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can start a session as follows:&lt;br /&gt;
&lt;br /&gt;
  ssh jumpgate-phasta.colorado.edu&lt;br /&gt;
  ssh portal0&lt;br /&gt;
  source /etc/profile&lt;br /&gt;
  start_vnc.sh&lt;br /&gt;
&lt;br /&gt;
And follow the directions&lt;br /&gt;
 &lt;br /&gt;
(You may want to remember your password and port number so that you can reuse your session)&lt;br /&gt;
&lt;br /&gt;
When you are done, end your session by&lt;br /&gt;
  source /etc/profile&lt;br /&gt;
  stop_vnc.sh&lt;br /&gt;
&lt;br /&gt;
== OpenGL == &lt;br /&gt;
&lt;br /&gt;
Portal0 is equipped with a VirtualGL install which will allow you to use OpenGL programs (which do not use pthreads)&lt;br /&gt;
&lt;br /&gt;
Simply wrap your OpenGL program with the &amp;quot;vglrun&amp;quot; command&lt;br /&gt;
  vlgrun glxgears&lt;br /&gt;
&lt;br /&gt;
If you have access to another VirtualGL server you can connect to it first (Portal0 doesn't have a particularly fast graphics processor)&lt;br /&gt;
  vglconnect server&lt;br /&gt;
  vglrun glxgears&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that VGL uses a number of threads. If you have trouble with vglrun crashing with a message about Thread::Start() make sure you haven't set your stack size too large (remove any ulimit -s or ulimit -n calls from your shell start scripts)&lt;br /&gt;
&lt;br /&gt;
== Clients == &lt;br /&gt;
&lt;br /&gt;
Portal0 uses TurboVNC from the VirtualGL project, available from http://www.virtualgl.org/Downloads/TurboVNC&lt;br /&gt;
&lt;br /&gt;
Other VNC viewers will also work, such as TightVNC and RealVNC&lt;br /&gt;
&lt;br /&gt;
== View Only Mode == &lt;br /&gt;
&lt;br /&gt;
To share your desktop with another user in view only mode set a view only password &lt;br /&gt;
by running&lt;br /&gt;
  vncpasswd&lt;br /&gt;
&lt;br /&gt;
Have the other user connect in the same way you would but have them set their viewer to be in view only mode and use your view only password. Typically this is done as follows:&lt;br /&gt;
  vncviewer -viewonly&lt;br /&gt;
&lt;br /&gt;
== Windows == &lt;br /&gt;
The PuTTY SSH client can handle ssh tunneling on Windows based machines. You can download it here: http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
&lt;br /&gt;
When you open putty, enter jumpgate.scorec.rpi.edu as in the Host Name box. Then click the + button next to SSH on the left pane (to expand the SSH tree node). Choose the Tunnels page. The start_vnc.sh script should tell you to run &amp;quot;ssh -L????:portal0:???? jumpgate.scorec.rpi.edu&amp;quot; on your machine. Enter the number between the -L and the first colon in the &amp;quot;Source port&amp;quot; box. Enter the rest in the Destination box (starting with portal0) and '''click the add button'''. Then click &amp;quot;Open&amp;quot; and login as normal. You will then be able to use a vncviewer as instructed by the script. &lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
The script says:&lt;br /&gt;
ssh -L5905:portal0:5900 jumpgate-phasta.colorado.edu&lt;br /&gt;
enter 5905 in the Source port box&lt;br /&gt;
enter portal0:5900 in the destination box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try using this viewer utility&lt;br /&gt;
http://www.tightvnc.com/download/1.3.10/tightvnc-1.3.10_x86_viewer.zip&lt;br /&gt;
&lt;br /&gt;
== Web Based Viewer ==&lt;br /&gt;
&lt;br /&gt;
If you can't or don't want to install a VNC viewer you can use a Java based one. You will need a JVM and a Java browser plugin. You will also need the port that the start_vnc script assigned you to be free on your local computer&lt;br /&gt;
&lt;br /&gt;
Forward your session through jumpgate as before before, adding a second port, 580n. For example, if the script tells you to &lt;br /&gt;
&lt;br /&gt;
ssh -L5905:portal0:5902 jumpgate-phasta.colorado.edu you should&lt;br /&gt;
  ssh -L5902:portal0:5902 -L5802:portal0:5802 jumpgate-phasta.colorado.edu&lt;br /&gt;
Then point your browser to http://localhost:5802 and log in with the password specified by the script when prompted. (Replace 2 with the value specified by the script)&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
&lt;br /&gt;
If you have used vncserver (It doesn't matter which version) on a SCOREC machine before, you will need to clear your vnc settings for the script to work. You can do this by running rm -rf ~/.vnc&lt;br /&gt;
&lt;br /&gt;
stop_vnc.sh may display some errors; this is normal.&lt;br /&gt;
&lt;br /&gt;
If you have trouble deleting ~/.vnc send an email to Benjamin.A.Matthews@colorado.edu&lt;br /&gt;
&lt;br /&gt;
If any of these commands fail, you may need to source /etc/profile to get the necessary environment variables (this should be fixed soon)&lt;br /&gt;
&lt;br /&gt;
VirtualGL has trouble with some threaded programs. If your OpenGL program exhibits segmentation faults or other issues, this could be the problem. Check back for the solution later. &lt;br /&gt;
&lt;br /&gt;
If the given password is rejected you can run stop_vnc.sh and restart to get a new one. Occasionally the random password generator may generate passwords which VNC doesn't like.&lt;br /&gt;
&lt;br /&gt;
If VirtualGL complains about not being able to get a 24bit FB config either vglconnect to another VirtualGL enabled server or complain to Benjamin.A.Matthews@Colorado.edu&lt;br /&gt;
&lt;br /&gt;
If your VNC connection is very slow, you might want to try changing the compression and encoding options. See your vncviewer's documentation or try this&lt;br /&gt;
  vncviewer -encodings tight -quality 6 -compresslevel 6&lt;br /&gt;
If you have trouble with text distortion try adding &lt;br /&gt;
  -nojpeg&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=VNC&amp;diff=5</id>
		<title>VNC</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=VNC&amp;diff=5"/>
				<updated>2010-06-15T17:44:07Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;VNC is a tool which projects a GUI session over the network. If may be useful if you want to use GUI tools remotely when X forwarding performs poorly. &lt;br /&gt;
&lt;br /&gt;
'''Warning: This is still being tested and should NOT be considered stable (portal0 may be rebooted without warning)'''&lt;br /&gt;
'''Warning: The vnc password is transmitted in clear text over the SCOREC network and should not be considered secure'''&lt;br /&gt;
&lt;br /&gt;
Portal0.scorec.rpi.edu is designated to host VNC sessions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can start a session as follows:&lt;br /&gt;
&lt;br /&gt;
  ssh jumpgate.scorec.rpi.edu&lt;br /&gt;
  ssh portal0&lt;br /&gt;
  source /etc/profile&lt;br /&gt;
  start_vnc.sh&lt;br /&gt;
&lt;br /&gt;
And follow the directions&lt;br /&gt;
 &lt;br /&gt;
(You may want to remember your password and port number so that you can reuse your session)&lt;br /&gt;
&lt;br /&gt;
When you are done, end your session by&lt;br /&gt;
  source /etc/profile&lt;br /&gt;
  stop_vnc.sh&lt;br /&gt;
&lt;br /&gt;
== OpenGL == &lt;br /&gt;
&lt;br /&gt;
Portal0 is equipped with a VirtualGL install which will allow you to use OpenGL programs (which do not use pthreads)&lt;br /&gt;
&lt;br /&gt;
Simply wrap your OpenGL program with the &amp;quot;vglrun&amp;quot; command&lt;br /&gt;
  vlgrun glxgears&lt;br /&gt;
&lt;br /&gt;
If you have access to another VirtualGL server you can connect to it first (Portal0 doesn't have a particularly fast graphics processor)&lt;br /&gt;
  vglconnect server&lt;br /&gt;
  vglrun glxgears&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that VGL uses a number of threads. If you have trouble with vglrun crashing with a message about Thread::Start() make sure you haven't set your stack size too large (remove any ulimit -s or ulimit -n calls from your shell start scripts)&lt;br /&gt;
&lt;br /&gt;
== Clients == &lt;br /&gt;
&lt;br /&gt;
Portal0 uses TurboVNC from the VirtualGL project, available from http://www.virtualgl.org/Downloads/TurboVNC&lt;br /&gt;
&lt;br /&gt;
Other VNC viewers will also work, such as TightVNC and RealVNC&lt;br /&gt;
&lt;br /&gt;
== View Only Mode == &lt;br /&gt;
&lt;br /&gt;
To share your desktop with another user in view only mode set a view only password &lt;br /&gt;
by running&lt;br /&gt;
  vncpasswd&lt;br /&gt;
&lt;br /&gt;
Have the other user connect in the same way you would but have them set their viewer to be in view only mode and use your view only password. Typically this is done as follows:&lt;br /&gt;
  vncviewer -viewonly&lt;br /&gt;
&lt;br /&gt;
== Windows == &lt;br /&gt;
The PuTTY SSH client can handle ssh tunneling on Windows based machines. You can download it here: http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
&lt;br /&gt;
When you open putty, enter jumpgate.scorec.rpi.edu as in the Host Name box. Then click the + button next to SSH on the left pane (to expand the SSH tree node). Choose the Tunnels page. The start_vnc.sh script should tell you to run &amp;quot;ssh -L????:portal0:???? jumpgate.scorec.rpi.edu&amp;quot; on your machine. Enter the number between the -L and the first colon in the &amp;quot;Source port&amp;quot; box. Enter the rest in the Destination box (starting with portal0) and '''click the add button'''. Then click &amp;quot;Open&amp;quot; and login as normal. You will then be able to use a vncviewer as instructed by the script. &lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
The script says:&lt;br /&gt;
ssh -L5905:portal0:5900 jumpgate.scorec.rpi.edu&lt;br /&gt;
enter 5905 in the Source port box&lt;br /&gt;
enter portal0:5900 in the destination box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try using this viewer utility&lt;br /&gt;
http://www.tightvnc.com/download/1.3.10/tightvnc-1.3.10_x86_viewer.zip&lt;br /&gt;
&lt;br /&gt;
== Web Based Viewer ==&lt;br /&gt;
&lt;br /&gt;
If you can't or don't want to install a VNC viewer you can use a Java based one. You will need a JVM and a Java browser plugin. You will also need the port that the start_vnc script assigned you to be free on your local computer&lt;br /&gt;
&lt;br /&gt;
Forward your session through jumpgate as before before, adding a second port, 580n. For example, if the script tells you to &lt;br /&gt;
&lt;br /&gt;
ssh -L5905:portal0:5902 jumpgate.scorec.rpi.edu you should&lt;br /&gt;
  ssh -L5902:portal0:5902 -L5802:portal0:5802 jumpgate.scorec.rpi.edu&lt;br /&gt;
Then point your browser to http://localhost:5802 and log in with the password specified by the script when prompted. (Replace 2 with the value specified by the script)&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
&lt;br /&gt;
If you have used vncserver (It doesn't matter which version) on a SCOREC machine before, you will need to clear your vnc settings for the script to work. You can do this by running rm -rf ~/.vnc&lt;br /&gt;
&lt;br /&gt;
stop_vnc.sh may display some errors; this is normal.&lt;br /&gt;
&lt;br /&gt;
If you have trouble deleting ~/.vnc send an email to help@scorec.rpi.edu&lt;br /&gt;
&lt;br /&gt;
If any of these commands fail, you may need to source /etc/profile to get the necessary environment variables (this should be fixed soon)&lt;br /&gt;
&lt;br /&gt;
VirtualGL has trouble with some threaded programs. If your OpenGL program exhibits segmentation faults or other issues, this could be the problem. Check back for the solution later. &lt;br /&gt;
&lt;br /&gt;
If the given password is rejected you can run stop_vnc.sh and restart to get a new one. Occasionally the random password generator may generate passwords which VNC doesn't like.&lt;br /&gt;
&lt;br /&gt;
If VirtualGL complains about not being able to get a 24bit FB config either vglconnect to another VirtualGL enabled server or complain to help@scorec.rpi.edu&lt;br /&gt;
&lt;br /&gt;
If your VNC connection is very slow, you might want to try changing the compression and encoding options. See your vncviewer's documentation or try this&lt;br /&gt;
  vncviewer -encodings tight -quality 6 -compresslevel 6&lt;br /&gt;
If you have trouble with text distortion try adding &lt;br /&gt;
  -nojpeg&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=VNC&amp;diff=4</id>
		<title>VNC</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=VNC&amp;diff=4"/>
				<updated>2010-06-15T17:43:44Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: Created page with 'VNC is a tool which projects a GUI session over the network. If may be useful if you want to use GUI tools remotely when X forwarding performs poorly.   '''Warning: This is still…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;VNC is a tool which projects a GUI session over the network. If may be useful if you want to use GUI tools remotely when X forwarding performs poorly. &lt;br /&gt;
&lt;br /&gt;
'''Warning: This is still being tested and should NOT be considered stable (portal0 may be rebooted without warning)'''&lt;br /&gt;
'''Warning: The vnc password is transmitted in clear text over the SCOREC network and should not be considered secure'''&lt;br /&gt;
&lt;br /&gt;
Portal0.scorec.rpi.edu is designated to host VNC sessions.&lt;br /&gt;
&lt;br /&gt;
'''New''': Portal1.scorec.rpi.edu is configured similarly to portal0, but based on the Debian system (and on much newer hardware). You are encouraged to try portal1 if possible&lt;br /&gt;
&lt;br /&gt;
You can start a session as follows:&lt;br /&gt;
&lt;br /&gt;
  ssh jumpgate.scorec.rpi.edu&lt;br /&gt;
  ssh portal0&lt;br /&gt;
  source /etc/profile&lt;br /&gt;
  start_vnc.sh&lt;br /&gt;
&lt;br /&gt;
And follow the directions&lt;br /&gt;
 &lt;br /&gt;
(You may want to remember your password and port number so that you can reuse your session)&lt;br /&gt;
&lt;br /&gt;
When you are done, end your session by&lt;br /&gt;
  source /etc/profile&lt;br /&gt;
  stop_vnc.sh&lt;br /&gt;
&lt;br /&gt;
== OpenGL == &lt;br /&gt;
&lt;br /&gt;
Portal0 is equipped with a VirtualGL install which will allow you to use OpenGL programs (which do not use pthreads)&lt;br /&gt;
&lt;br /&gt;
Simply wrap your OpenGL program with the &amp;quot;vglrun&amp;quot; command&lt;br /&gt;
  vlgrun glxgears&lt;br /&gt;
&lt;br /&gt;
If you have access to another VirtualGL server you can connect to it first (Portal0 doesn't have a particularly fast graphics processor)&lt;br /&gt;
  vglconnect server&lt;br /&gt;
  vglrun glxgears&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note that VGL uses a number of threads. If you have trouble with vglrun crashing with a message about Thread::Start() make sure you haven't set your stack size too large (remove any ulimit -s or ulimit -n calls from your shell start scripts)&lt;br /&gt;
&lt;br /&gt;
== Clients == &lt;br /&gt;
&lt;br /&gt;
Portal0 uses TurboVNC from the VirtualGL project, available from http://www.virtualgl.org/Downloads/TurboVNC&lt;br /&gt;
&lt;br /&gt;
Other VNC viewers will also work, such as TightVNC and RealVNC&lt;br /&gt;
&lt;br /&gt;
== View Only Mode == &lt;br /&gt;
&lt;br /&gt;
To share your desktop with another user in view only mode set a view only password &lt;br /&gt;
by running&lt;br /&gt;
  vncpasswd&lt;br /&gt;
&lt;br /&gt;
Have the other user connect in the same way you would but have them set their viewer to be in view only mode and use your view only password. Typically this is done as follows:&lt;br /&gt;
  vncviewer -viewonly&lt;br /&gt;
&lt;br /&gt;
== Windows == &lt;br /&gt;
The PuTTY SSH client can handle ssh tunneling on Windows based machines. You can download it here: http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;br /&gt;
&lt;br /&gt;
When you open putty, enter jumpgate.scorec.rpi.edu as in the Host Name box. Then click the + button next to SSH on the left pane (to expand the SSH tree node). Choose the Tunnels page. The start_vnc.sh script should tell you to run &amp;quot;ssh -L????:portal0:???? jumpgate.scorec.rpi.edu&amp;quot; on your machine. Enter the number between the -L and the first colon in the &amp;quot;Source port&amp;quot; box. Enter the rest in the Destination box (starting with portal0) and '''click the add button'''. Then click &amp;quot;Open&amp;quot; and login as normal. You will then be able to use a vncviewer as instructed by the script. &lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
The script says:&lt;br /&gt;
ssh -L5905:portal0:5900 jumpgate.scorec.rpi.edu&lt;br /&gt;
enter 5905 in the Source port box&lt;br /&gt;
enter portal0:5900 in the destination box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Try using this viewer utility&lt;br /&gt;
http://www.tightvnc.com/download/1.3.10/tightvnc-1.3.10_x86_viewer.zip&lt;br /&gt;
&lt;br /&gt;
== Web Based Viewer ==&lt;br /&gt;
&lt;br /&gt;
If you can't or don't want to install a VNC viewer you can use a Java based one. You will need a JVM and a Java browser plugin. You will also need the port that the start_vnc script assigned you to be free on your local computer&lt;br /&gt;
&lt;br /&gt;
Forward your session through jumpgate as before before, adding a second port, 580n. For example, if the script tells you to &lt;br /&gt;
&lt;br /&gt;
ssh -L5905:portal0:5902 jumpgate.scorec.rpi.edu you should&lt;br /&gt;
  ssh -L5902:portal0:5902 -L5802:portal0:5802 jumpgate.scorec.rpi.edu&lt;br /&gt;
Then point your browser to http://localhost:5802 and log in with the password specified by the script when prompted. (Replace 2 with the value specified by the script)&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
&lt;br /&gt;
If you have used vncserver (It doesn't matter which version) on a SCOREC machine before, you will need to clear your vnc settings for the script to work. You can do this by running rm -rf ~/.vnc&lt;br /&gt;
&lt;br /&gt;
stop_vnc.sh may display some errors; this is normal.&lt;br /&gt;
&lt;br /&gt;
If you have trouble deleting ~/.vnc send an email to help@scorec.rpi.edu&lt;br /&gt;
&lt;br /&gt;
If any of these commands fail, you may need to source /etc/profile to get the necessary environment variables (this should be fixed soon)&lt;br /&gt;
&lt;br /&gt;
VirtualGL has trouble with some threaded programs. If your OpenGL program exhibits segmentation faults or other issues, this could be the problem. Check back for the solution later. &lt;br /&gt;
&lt;br /&gt;
If the given password is rejected you can run stop_vnc.sh and restart to get a new one. Occasionally the random password generator may generate passwords which VNC doesn't like.&lt;br /&gt;
&lt;br /&gt;
If VirtualGL complains about not being able to get a 24bit FB config either vglconnect to another VirtualGL enabled server or complain to help@scorec.rpi.edu&lt;br /&gt;
&lt;br /&gt;
If your VNC connection is very slow, you might want to try changing the compression and encoding options. See your vncviewer's documentation or try this&lt;br /&gt;
  vncviewer -encodings tight -quality 6 -compresslevel 6&lt;br /&gt;
If you have trouble with text distortion try adding &lt;br /&gt;
  -nojpeg&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=Main_Page&amp;diff=3</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=Main_Page&amp;diff=3"/>
				<updated>2010-06-15T17:10:25Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MediaWiki has been successfully installed.'''&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\int test,dt&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=Main_Page&amp;diff=2</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=Main_Page&amp;diff=2"/>
				<updated>2010-06-15T17:10:11Z</updated>
		
		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''MediaWiki has been successfully installed.'''&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\int test,dt&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>