<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://itp.uni-frankfurt.de/wiki-it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roosen</id>
	<title>IT Service Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://itp.uni-frankfurt.de/wiki-it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roosen"/>
	<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php/Special:Contributions/Roosen"/>
	<updated>2026-04-21T21:06:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=360</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=360"/>
		<updated>2010-01-12T13:55:18Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows). (The article is based on this [http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/ blog entry ]).&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -D :- forward port 7070 to itp.uni-frankfurt.de&lt;br /&gt;
  -q :- be very quiet, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Create a new PuTTY session ===&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure a secure tunnel ===&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Connect to the remote SSH box ===&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure Firefox ===&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings:&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2):&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox_preferences.jpg]] [[Image:Firefox_tunnels.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Surf the web using Firefox ===&lt;br /&gt;
&lt;br /&gt;
Since all the web-traffic is tunneled through the ssh-session, the journal web-pages will grant you access to their journals. If for some reason your ssh-session should be interrupted (e.g. if you close this session), you will not be able to surf the web using the firefox browser until you either open up a new ssh-session, or you undo your changes in firefox&amp;#039;s preferences.&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=172</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=172"/>
		<updated>2008-11-28T13:16:55Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows). (The article is based on this [http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/ blog entry ]).&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Create a new PuTTY session ===&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure a secure tunnel ===&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Connect to the remote SSH box ===&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure Firefox ===&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings:&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2):&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox_preferences.jpg]] [[Image:Firefox_tunnels.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Surf the web using Firefox ===&lt;br /&gt;
&lt;br /&gt;
Since all the web-traffic is tunneled through the ssh-session, the journal web-pages will grant you access to their journals. If for some reason your ssh-session should be interrupted (e.g. if you close this session), you will not be able to surf the web using the firefox browser until you either open up a new ssh-session, or you undo your changes in firefox&amp;#039;s preferences.&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=171</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=171"/>
		<updated>2008-11-28T13:15:33Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).(This article is based on a [http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/ a blog entry ].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Create a new PuTTY session ===&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure a secure tunnel ===&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Connect to the remote SSH box ===&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure Firefox ===&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings:&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2):&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox_preferences.jpg]] [[Image:Firefox_tunnels.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Surf the web using Firefox ===&lt;br /&gt;
&lt;br /&gt;
Since all the web-traffic is tunneled through the ssh-session, the journal web-pages will grant you access to their journals. If for some reason your ssh-session should be interrupted (e.g. if you close this session), you will not be able to surf the web using the firefox browser until you either open up a new ssh-session, or you undo your changes in firefox&amp;#039;s preferences.&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=170</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=170"/>
		<updated>2008-11-28T13:12:07Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&amp;lt;ref name=&amp;quot;source&amp;quot;&amp;gt; This article is a slight variation of a blog entry, which can be found at  [http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/ here ].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Create a new PuTTY session ===&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure a secure tunnel ===&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Connect to the remote SSH box ===&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure Firefox ===&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings:&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2):&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox_preferences.jpg]] [[Image:Firefox_tunnels.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Surf the web using Firefox ===&lt;br /&gt;
&lt;br /&gt;
Since all the web-traffic is tunneled through the ssh-session, the journal web-pages will grant you access to their journals. If for some reason your ssh-session should be interrupted (e.g. if you close this session), you will not be able to surf the web using the firefox browser until you either open up a new ssh-session, or you undo your changes in firefox&amp;#039;s preferences.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=169</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=169"/>
		<updated>2008-11-28T13:11:30Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&amp;lt;ref name=&amp;quot;source&amp;quot;&amp;gt; This article is a slight variation of a blog entry, which can be found at  [http://thinkhole.org/wp/2006/05/10/howto-secure-firefox-and-im-with-putty/ here ].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Create a new PuTTY session ===&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure a secure tunnel ===&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Connect to the remote SSH box ===&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configure Firefox ===&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings:&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2):&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox_preferences.jpg]] [[Image:Firefox_tunnels.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Surf the web using Firefox ===&lt;br /&gt;
&lt;br /&gt;
Since all the web-traffic is tunneled through the ssh-session, the journal web-pages will grant you access to their journals. If for some reason your ssh-session should be interrupted (e.g. if you close this session), you will not be able to surf the web using the firefox browser until you either open up a new ssh-session, or you undo your changes in firefox&amp;#039;s preferences.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{Reflist}}&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=166</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=166"/>
		<updated>2008-11-27T17:54:05Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&lt;br /&gt;
&lt;br /&gt;
= Linux = &lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1) Create a new PuTTY session&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2) Configure a secure tunnel&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3) Connect to the remote SSH box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4) Configure Firefox&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings:&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2):&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox_preferences.jpg]] [[Image:Firefox_tunnels.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5) Surf the web using Firefox&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Since all the web-traffic is tunneled through the ssh-session, the journal web-pages will grant you access to their journals. If for some reason your ssh-session should be interrupted (e.g. if you close this session), you will not be able to surf the web using the firefox browser until you either open up a new ssh-session, or you undo your changes in firefox&amp;#039;s preferences.&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=165</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=165"/>
		<updated>2008-11-27T17:49:59Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&lt;br /&gt;
&lt;br /&gt;
= Linux = &lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1) Create a new PuTTY session&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2) Configure a secure tunnel&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3) Connect to the remote SSH box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4) Configure Firefox&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings:&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2):&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox_preferences.jpg]] [[Image:Firefox_tunnels.jpg]]&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=164</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=164"/>
		<updated>2008-11-27T17:46:56Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&lt;br /&gt;
&lt;br /&gt;
= Linux = &lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1) Create a new PuTTY session&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2) Configure a secure tunnel&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3) Connect to the remote SSH box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4) Configure Firefox&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings:&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox_preferences.jpg]]&lt;br /&gt;
&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2):&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox_tunnels.jpg]]&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Firefox_tunnels.jpg&amp;diff=163</id>
		<title>File:Firefox tunnels.jpg</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Firefox_tunnels.jpg&amp;diff=163"/>
		<updated>2008-11-27T17:46:51Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Firefox_preferences.jpg&amp;diff=162</id>
		<title>File:Firefox preferences.jpg</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Firefox_preferences.jpg&amp;diff=162"/>
		<updated>2008-11-27T17:46:33Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=161</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=161"/>
		<updated>2008-11-27T17:42:57Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&lt;br /&gt;
&lt;br /&gt;
= Linux = &lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1) Create a new PuTTY session&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2) Configure a secure tunnel&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3) Connect to the remote SSH box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4) Configure Firefox&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings&lt;br /&gt;
&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2)&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=160</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=160"/>
		<updated>2008-11-27T17:42:24Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&lt;br /&gt;
&lt;br /&gt;
= Linux = &lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1) Create a new PuTTY session&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
[[Image:Putty-session.gif]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2) Configure a secure tunnel&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
[[Image:Putty-tunnels.gif]]&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3) Connect to the remote SSH box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4) Configure Firefox&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings&lt;br /&gt;
&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2)&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Putty-tunnels.gif&amp;diff=159</id>
		<title>File:Putty-tunnels.gif</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Putty-tunnels.gif&amp;diff=159"/>
		<updated>2008-11-27T17:42:16Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Putty-session.gif&amp;diff=158</id>
		<title>File:Putty-session.gif</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=File:Putty-session.gif&amp;diff=158"/>
		<updated>2008-11-27T17:41:27Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=157</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=157"/>
		<updated>2008-11-27T17:39:50Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&lt;br /&gt;
&lt;br /&gt;
= Linux = &lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1) Create a new PuTTY session&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2) Configure a secure tunnel&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3) Connect to the remote SSH box&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4) Configure Firefox&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings&lt;br /&gt;
&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2)&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=156</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=156"/>
		<updated>2008-11-27T17:37:56Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&lt;br /&gt;
&lt;br /&gt;
= Linux = &lt;br /&gt;
&lt;br /&gt;
Make sure you have an openssh client installed, open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
  ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
  -q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
  -T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
  -f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
  -N :- Do not execute remote command.&lt;br /&gt;
  -n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;br /&gt;
&lt;br /&gt;
1) Create a new PuTTY session&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
2) Configure a secure tunnel&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
3) Connect to the remote SSH box&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
4) Configure Firefox&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings&lt;br /&gt;
&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2)&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=155</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=155"/>
		<updated>2008-11-27T17:35:45Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or PuTTY (for Windows).&lt;br /&gt;
&lt;br /&gt;
= Linux = &lt;br /&gt;
&lt;br /&gt;
ssh -qTfnN -D 7070 itp.uni-frankfurt.de&lt;br /&gt;
&lt;br /&gt;
All the added options are for a ssh session that’s used for tunneling.&lt;br /&gt;
&lt;br /&gt;
-q :- be very quite, we are acting only as a tunnel.&lt;br /&gt;
-T :- Do not allocate a pseudo tty, we are only acting a tunnel.&lt;br /&gt;
-f :- move the ssh process to background, as we don’t want to interact with this ssh session directly.&lt;br /&gt;
-N :- Do not execute remote command.&lt;br /&gt;
-n :- redirect standard input to /dev/null.&lt;br /&gt;
&lt;br /&gt;
continue with step 4) of the Windows section (configuring firefox)&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;br /&gt;
&lt;br /&gt;
1) Create a new PuTTY session&lt;br /&gt;
Run PuTTY and create a new session in PuTTY to connect to the remote host. Fill in the hostname: &amp;#039;&amp;#039;itp.uni-frankfurt.de&amp;#039;&amp;#039;, the port: &amp;#039;&amp;#039;22&amp;#039;&amp;#039;, make sure SSH is checked, give it a session name and hit Save.&lt;br /&gt;
&lt;br /&gt;
2) Configure a secure tunnel&lt;br /&gt;
Click on “Tunnels” on the left and set up dynamic fowarding for a local port (e.g. 7070). Under “Add new forwarded port” type in 7070 for the source port, leave the destination blank, and check Auto and Dynamic. Then it the Add button. If you did it correctly, you’ll see D7070 listed in the Forwarded Ports box.&lt;br /&gt;
&lt;br /&gt;
That’s it for tunnels, as there is no need to create more than one. Remember to save your session profile in PuTTY so you don’t have to set up the tunnel next time.&lt;br /&gt;
&lt;br /&gt;
3) Connect to the remote SSH box&lt;br /&gt;
Double click on the connection profile and type in your username and password when prompted.&lt;br /&gt;
&lt;br /&gt;
4) Configure Firefox&lt;br /&gt;
Go to Edit, Preferences, Advanced. Click on the Network tab, and then click on Connection Settings&lt;br /&gt;
&lt;br /&gt;
Check Manual Proxy Configuration, leave most of the fields blank, but fill in 127.0.0.1 for the SOCKS Host with a port of 7070 (or whatever you used in Step 2)&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=154</id>
		<title>How to read scientific papers from home</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=How_to_read_scientific_papers_from_home&amp;diff=154"/>
		<updated>2008-11-27T17:21:20Z</updated>

		<summary type="html">&lt;p&gt;Roosen: New page: There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ss...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is a simple solution for using the universities access to scientific journals to read and download publications from home. In short: you have to tunnel your web traffic through an ssh-session. We will describe setting up this tunnel using the browser &amp;quot;firefox&amp;quot; and openssh (for Linux) or putty (for Windows).&lt;br /&gt;
&lt;br /&gt;
= Linux = &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Windows =&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Commercial_Software&amp;diff=153</id>
		<title>Commercial Software</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Commercial_Software&amp;diff=153"/>
		<updated>2008-11-27T17:15:50Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We have several Commercial Software Package installed on our System. This document describes what we have and how to use them.&lt;br /&gt;
&lt;br /&gt;
= Mathematica =&lt;br /&gt;
&lt;br /&gt;
Mathematica is an algebra system from Wolfram Research [http://www.wolfram.com/]. We provide the radical new version 6.0 and an older version 5.2. The following table shows awailable commands:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| mathematica, Mathematica&lt;br /&gt;
| calls Frontend-Version 6.0&lt;br /&gt;
|- &lt;br /&gt;
| math, MathKernel &lt;br /&gt;
| calls Kernel-Version 6.0&lt;br /&gt;
|-&lt;br /&gt;
| mathematica-5.2, Mathematica-5.2 &lt;br /&gt;
| calls Frontend-Version 5.2&lt;br /&gt;
|-&lt;br /&gt;
| math-5.2, MathKernel-5.2  &lt;br /&gt;
|  calls Kernel-Version 5.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Maple =&lt;br /&gt;
&lt;br /&gt;
Maple 12 is available with either &amp;quot;xmaple&amp;quot; or &amp;quot;maple&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= Matlab =&lt;br /&gt;
&lt;br /&gt;
Matlab is available in Version R2008a with the command &amp;quot;matlab&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
	<entry>
		<id>https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=13</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itp.uni-frankfurt.de/wiki-it/index.php?title=Main_Page&amp;diff=13"/>
		<updated>2008-07-09T15:24:24Z</updated>

		<summary type="html">&lt;p&gt;Roosen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;ITP IT-Service Wiki&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this Wiki you find information and documentation about our Computer-Environment.&lt;br /&gt;
&lt;br /&gt;
Please read first: &amp;#039;&amp;#039;&amp;#039;[[FAQ|Frequently asked questions]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Spam Filter]]&lt;br /&gt;
&lt;br /&gt;
[[move n merge accounts 1st floor]]&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&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;
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&amp;#039;s Guide] for information on using the wiki software.&lt;/div&gt;</summary>
		<author><name>Roosen</name></author>
		
	</entry>
</feed>