<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.ulyssis.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Warreee</id>
	<title>ULYSSIS documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.ulyssis.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Warreee"/>
	<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/Special:Contributions/Warreee"/>
	<updated>2026-05-08T13:25:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Basic_authentication&amp;diff=248</id>
		<title>Basic authentication</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Basic_authentication&amp;diff=248"/>
		<updated>2015-09-09T23:03:51Z</updated>

		<summary type="html">&lt;p&gt;Warreee: Basic authentication in PHP with CGI workaround&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Because in our webserversetup PHP is installed as a common gateway interface (CGI) basic authentication will not work in its usual way.&lt;br /&gt;
There is however a workaround.&lt;br /&gt;
First add a .htaccess file with following code in it:&lt;br /&gt;
'''&lt;br /&gt;
&amp;lt;IfModule mod_rewrite.c&amp;gt; &lt;br /&gt;
RewriteEngine on \n&lt;br /&gt;
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]&lt;br /&gt;
&amp;lt;/IfModule&amp;gt;&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
Next add the following line to your script right before the authentication:&lt;br /&gt;
'''&lt;br /&gt;
list($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW']) = explode(':' , base64_decode(substr($_SERVER['HTTP_AUTHORIZATION'], 6)));&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
Now your script should work with basic authentication.&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Overview&amp;diff=247</id>
		<title>Overview</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Overview&amp;diff=247"/>
		<updated>2015-09-09T22:52:29Z</updated>

		<summary type="html">&lt;p&gt;Warreee: /* Webserver */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background:#f9f9f9;border:1px solid #ddd;font-size:95%;padding:1.5em;&amp;quot;&amp;gt;&lt;br /&gt;
Welcome to our documentation website. Many of the common procedures and issues our users experience are described here. If you still encounter problems we haven't covered or you just can't seem to get things to work, even though you followed one of our manuals, be free to contact us on ulyssis@ulyssis.org for personal support.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Account ==&lt;br /&gt;
* [[Registering a new account]]&lt;br /&gt;
* [[Renewing your account]]&lt;br /&gt;
* [[Transferring your account]]&lt;br /&gt;
* [[Resetting your password]]&lt;br /&gt;
* [[Help, my account has been disabled]]&lt;br /&gt;
* [[Why do I have to pay 0.00 euro and how?]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
== Files ==&lt;br /&gt;
* [[Accessing your files]]&lt;br /&gt;
* [[Transferring files over SFTP]]&lt;br /&gt;
* [[Using SSHFS]]&lt;br /&gt;
* [[Making Backups]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Webserver ==&lt;br /&gt;
* [[Webserver changes summer 2014]]&lt;br /&gt;
* [[Using your webspace]]&lt;br /&gt;
* [[Using (Fast)CGI for non-PHP websites]]&lt;br /&gt;
* [[Getting Apache logs]]&lt;br /&gt;
* [[Managing PHP errors]]&lt;br /&gt;
* [[Setting PHP options]]&lt;br /&gt;
* [[Adding domain names|Adding domain names (.be, .com, .org, ...)]]&lt;br /&gt;
* [[Getting SSL|Getting SSL (https-security)]]&lt;br /&gt;
* [[Shibboleth|Shibboleth (Centrale KU Leuven Login)]]&lt;br /&gt;
* [[Basic authentication|Basic authentication in PHP]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Databases ==&lt;br /&gt;
* [[Using PostgreSQL]]&lt;br /&gt;
* [[Using MySQL]]&lt;br /&gt;
* [[Using PHPMyAdmin]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== CMSs ==&lt;br /&gt;
* [[Setting up Wordpress]]&lt;br /&gt;
* [[Setting up Drupal]]&lt;br /&gt;
* [[Setting up Joomla]]&lt;br /&gt;
* [[Setting up MediaWiki]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security &amp;amp; anti-spam ==&lt;br /&gt;
* [[Keeping your website secure]]&lt;br /&gt;
* [[Preventing spam on your website]]&lt;br /&gt;
* [[Preventing spam on Wordpress]]&lt;br /&gt;
* [[Preventing spam on MediaWiki]]&lt;br /&gt;
* [[Preventing spam on forums]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mail ==&lt;br /&gt;
* [[ULYSSIS mail]]&lt;br /&gt;
* [[Forwarders]]&lt;br /&gt;
* [[Add an alias in Gmail]]&lt;br /&gt;
* [[Fetch your KU Leuven email into another email address]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Shell ==&lt;br /&gt;
* [[Accessing your files]]&lt;br /&gt;
* [[Transferring files over SFTP]]&lt;br /&gt;
* [[Accessing shell servers over SSH]]&lt;br /&gt;
* [[ULYSSIS public IRC]]&lt;br /&gt;
* [[Useful Linux Commands]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Versioning ==&lt;br /&gt;
* [[Subversion]]&lt;br /&gt;
* [[GitLab]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ULYSSIS Public Services  ==&lt;br /&gt;
* [[ULYSSIS public IRC]]&lt;br /&gt;
* [[ULYSSIS public FTP]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=114</id>
		<title>Setting up WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=114"/>
		<updated>2014-06-18T11:13:16Z</updated>

		<summary type="html">&lt;p&gt;Warreee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wordpress installeren gaat zeker gemakkelijk op onze servers==&lt;br /&gt;
&lt;br /&gt;
Je downloadt het installatiebestand van de [http://wordpress.org wordpress-site].&lt;br /&gt;
&lt;br /&gt;
Hierbij krijg je een gecomprimeerd bestand (.tar.gz of .zip) dit pak je uit.&lt;br /&gt;
&lt;br /&gt;
Je krijgt dan een map met bestanden, deze bestanden (en dus niet de map) kopieer je via filezilla of een ander ftp programma naar je www-map op je shellaccount.&lt;br /&gt;
&lt;br /&gt;
Hierna surf je naar je account, dus naar username.ulyssis.be, je krijgt hier een melding dat je je wp-config.php nog moet aanmaken, het gemakkelijkste is gewoon de wizard blijven volgen, klik dus op: ''Create a Configuration File''.&lt;br /&gt;
&lt;br /&gt;
Daarna op ''Let's go!'' waarna je gegevens van je database gaat moeten invullen:&lt;br /&gt;
&lt;br /&gt;
* '''Database Name: '''als je nog geen mysql database of user hebt aangemaakt op UCC dan moet je dat daar doen. De standaard database is dan: username_username.&lt;br /&gt;
* '''User Name: '''dit is de naam die je hebt opgegven tijdens het maken van je mysql account, vaak is deze hetzelfde als je gebruikersnaam bij ULYSSIS.&lt;br /&gt;
* '''Password: '''het wachtwoord dat je hebt opgegven bij de aanmaak van je mysql account&lt;br /&gt;
* '''Database Host: '''dit is &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;&lt;br /&gt;
* Het laatste veld verander je niet.&lt;br /&gt;
&lt;br /&gt;
Vervolgens krijg je de volgende error: ''Sorry, but I can’t write the &amp;lt;code&amp;gt;wp-config.php&amp;lt;/code&amp;gt; file.'' Maar geen paniek, de tekst die WordPress gemaakt heeft is hetgene wat we nodig hebben. Kopieer deze tekst, sla dit op in een bestand &amp;lt;code&amp;gt;wp-config.php&amp;lt;/code&amp;gt;. Dit bestand zet je dan weer via Filezilla over naar je www-directory.&lt;br /&gt;
&lt;br /&gt;
Klik hierna op ''Run The install.'' Hier kan je dan de laatste gegevens invullen.&lt;br /&gt;
&lt;br /&gt;
Daarna zal de installatie zichzelf uitvoeren en voilà, je hebt wordpress geïnstalleerd.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instance of Wordpress==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a Wordpress site then you the create a new folder in your homedir from you shell account. Then you make a new virtual host for this directory in UCC.&lt;br /&gt;
&lt;br /&gt;
Name: alias.username.ulyssis.be&lt;br /&gt;
Document root: /home/user/username/new_folder&lt;br /&gt;
&lt;br /&gt;
From now on you do al the same steps as for a regular wordpress installation.&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=31</id>
		<title>Accessing shell servers over SSH</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=31"/>
		<updated>2014-05-10T11:14:08Z</updated>

		<summary type="html">&lt;p&gt;Warreee: /* Useful commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Users can access the ULYSSIS servers through two machines: &amp;lt;code&amp;gt;ssh1.ulyssis.org&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ssh2.ulyssis.org&amp;lt;/code&amp;gt;. Both of them run Linux. You can run commands on these servers or use them to access the files on your ULYSSIS account. The servers can only be accessed trough SSH, not through FTP or any other protocol.&lt;br /&gt;
&lt;br /&gt;
=Running commands=&lt;br /&gt;
&lt;br /&gt;
To run a command on the shell servers, you will need to connect to them using a terminal. Our servers do not support a full graphical interface.&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
On Linux, you can just open a terminal and connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native terminals, so you will have to download a program first. A good option is [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty], which is completely free and doesn't require any installation. Just download it and run the .exe file. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host name: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (should be set automatically)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You can save these options for later on.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Next, you will be asked to give your password.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Doing all this will open a terminal to the remote server which can be used the same way as a Linux terminal. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;More information about Putty can be found at http://the.earth.li/~sgtatham/putty/0.60/htmldoc/.&lt;br /&gt;
&lt;br /&gt;
==Mac==&lt;br /&gt;
&lt;br /&gt;
On Mac, you can just open Terminal.&lt;br /&gt;
This application can be found in the Utilities folder within your Application folder.&lt;br /&gt;
If you don't find it there, you can use Spotlight to find it.&lt;br /&gt;
&lt;br /&gt;
You can now connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Useful ideas==&lt;br /&gt;
&lt;br /&gt;
Here are some useful ideas about what you could do with your shell server access:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/docs/fetch-your-kuleuven-mail-in-gmail&amp;quot;&amp;gt;Fetch your K.U.Leuven student mail in your Gmail account.&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run an IRC client in a screen so you don't miss a thing.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Useful commands==&lt;br /&gt;
Some useful commands can be found [[Useful Linux Commands|here]].&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=30</id>
		<title>Accessing shell servers over SSH</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=30"/>
		<updated>2014-05-10T11:14:02Z</updated>

		<summary type="html">&lt;p&gt;Warreee: /* Useful ideas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Users can access the ULYSSIS servers through two machines: &amp;lt;code&amp;gt;ssh1.ulyssis.org&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ssh2.ulyssis.org&amp;lt;/code&amp;gt;. Both of them run Linux. You can run commands on these servers or use them to access the files on your ULYSSIS account. The servers can only be accessed trough SSH, not through FTP or any other protocol.&lt;br /&gt;
&lt;br /&gt;
=Running commands=&lt;br /&gt;
&lt;br /&gt;
To run a command on the shell servers, you will need to connect to them using a terminal. Our servers do not support a full graphical interface.&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
On Linux, you can just open a terminal and connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native terminals, so you will have to download a program first. A good option is [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty], which is completely free and doesn't require any installation. Just download it and run the .exe file. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host name: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (should be set automatically)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You can save these options for later on.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Next, you will be asked to give your password.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Doing all this will open a terminal to the remote server which can be used the same way as a Linux terminal. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;More information about Putty can be found at http://the.earth.li/~sgtatham/putty/0.60/htmldoc/.&lt;br /&gt;
&lt;br /&gt;
==Mac==&lt;br /&gt;
&lt;br /&gt;
On Mac, you can just open Terminal.&lt;br /&gt;
This application can be found in the Utilities folder within your Application folder.&lt;br /&gt;
If you don't find it there, you can use Spotlight to find it.&lt;br /&gt;
&lt;br /&gt;
You can now connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Useful ideas==&lt;br /&gt;
&lt;br /&gt;
Here are some useful ideas about what you could do with your shell server access:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/docs/fetch-your-kuleuven-mail-in-gmail&amp;quot;&amp;gt;Fetch your K.U.Leuven student mail in your Gmail account.&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run an IRC client in a screen so you don't miss a thing.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Useful commands=&lt;br /&gt;
Some useful commands can be found [[Useful Linux Commands|here]].&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=29</id>
		<title>Accessing shell servers over SSH</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=29"/>
		<updated>2014-05-10T11:13:40Z</updated>

		<summary type="html">&lt;p&gt;Warreee: /* Running commands */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Users can access the ULYSSIS servers through two machines: &amp;lt;code&amp;gt;ssh1.ulyssis.org&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ssh2.ulyssis.org&amp;lt;/code&amp;gt;. Both of them run Linux. You can run commands on these servers or use them to access the files on your ULYSSIS account. The servers can only be accessed trough SSH, not through FTP or any other protocol.&lt;br /&gt;
&lt;br /&gt;
=Running commands=&lt;br /&gt;
&lt;br /&gt;
To run a command on the shell servers, you will need to connect to them using a terminal. Our servers do not support a full graphical interface.&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
On Linux, you can just open a terminal and connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native terminals, so you will have to download a program first. A good option is [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty], which is completely free and doesn't require any installation. Just download it and run the .exe file. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host name: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (should be set automatically)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You can save these options for later on.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Next, you will be asked to give your password.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Doing all this will open a terminal to the remote server which can be used the same way as a Linux terminal. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;More information about Putty can be found at http://the.earth.li/~sgtatham/putty/0.60/htmldoc/.&lt;br /&gt;
&lt;br /&gt;
==Mac==&lt;br /&gt;
&lt;br /&gt;
On Mac, you can just open Terminal.&lt;br /&gt;
This application can be found in the Utilities folder within your Application folder.&lt;br /&gt;
If you don't find it there, you can use Spotlight to find it.&lt;br /&gt;
&lt;br /&gt;
You can now connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Useful ideas=&lt;br /&gt;
&lt;br /&gt;
Here are some useful ideas about what you could do with your shell server access:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/docs/fetch-your-kuleuven-mail-in-gmail&amp;quot;&amp;gt;Fetch your K.U.Leuven student mail in your Gmail account.&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run an IRC client in a screen so you don't miss a thing.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Useful commands=&lt;br /&gt;
Some useful commands can be found [[Useful Linux Commands|here]].&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=28</id>
		<title>Accessing shell servers over SSH</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=28"/>
		<updated>2014-05-10T11:13:18Z</updated>

		<summary type="html">&lt;p&gt;Warreee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Users can access the ULYSSIS servers through two machines: &amp;lt;code&amp;gt;ssh1.ulyssis.org&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ssh2.ulyssis.org&amp;lt;/code&amp;gt;. Both of them run Linux. You can run commands on these servers or use them to access the files on your ULYSSIS account. The servers can only be accessed trough SSH, not through FTP or any other protocol.&lt;br /&gt;
&lt;br /&gt;
=Running commands=&lt;br /&gt;
&lt;br /&gt;
To run a command on the shell servers, you will need to connect to them using a terminal. Our servers do not support a full graphical interface.&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
On Linux, you can just open a terminal and connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native terminals, so you will have to download a program first. A good option is [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty], which is completely free and doesn't require any installation. Just download it and run the .exe file. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host name: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (should be set automatically)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You can save these options for later on.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Next, you will be asked to give your password.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Doing all this will open a terminal to the remote server which can be used the same way as a Linux terminal. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;More information about Putty can be found at http://the.earth.li/~sgtatham/putty/0.60/htmldoc/.&lt;br /&gt;
&lt;br /&gt;
==Mac==&lt;br /&gt;
&lt;br /&gt;
On Mac, you can just open Terminal.&lt;br /&gt;
This application can be found in the Utilities folder within your Application folder.&lt;br /&gt;
If you don't find it there, you can use Spotlight to find it.&lt;br /&gt;
&lt;br /&gt;
You can now connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Useful ideas===&lt;br /&gt;
&lt;br /&gt;
Here are some useful ideas about what you could do with your shell server access:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/docs/fetch-your-kuleuven-mail-in-gmail&amp;quot;&amp;gt;Fetch your K.U.Leuven student mail in your Gmail account.&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run an IRC client in a screen so you don't miss a thing.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Useful commands===&lt;br /&gt;
Some useful commands can be found [[Useful Linux Commands|here]].&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=27</id>
		<title>Accessing shell servers over SSH</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=27"/>
		<updated>2014-05-10T11:11:30Z</updated>

		<summary type="html">&lt;p&gt;Warreee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;Users can access the ULYSSIS servers through two machines: &amp;lt;code&amp;gt;ssh1.ulyssis.org&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ssh2.ulyssis.org&amp;lt;/code&amp;gt;. Both of them run Linux. You can run commands on these servers or use them to access the files on your ULYSSIS account. The servers can only be accessed trough SSH, not through FTP or any other protocol.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Running commands&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run a command on the shell servers, you will need to connect to them using a terminal. Our servers do not support a full graphical interface.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Linux&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On Linux, you can just open a terminal and connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Windows&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native terminals, so you will have to download a program first. A good option is [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty], which is completely free and doesn't require any installation. Just download it and run the .exe file. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host name: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (should be set automatically)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You can save these options for later on.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Next, you will be asked to give your password.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Doing all this will open a terminal to the remote server which can be used the same way as a Linux terminal. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;More information about Putty can be found at http://the.earth.li/~sgtatham/putty/0.60/htmldoc/.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt; Mac &amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On Mac, you can just open Terminal.&lt;br /&gt;
This application can be found in the Utilities folder within your Application folder.&lt;br /&gt;
If you don't find it there, you can use Spotlight to find it.&lt;br /&gt;
&lt;br /&gt;
You can now connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Useful ideas&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here are some useful ideas about what you could do with your shell server access:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/docs/fetch-your-kuleuven-mail-in-gmail&amp;quot;&amp;gt;Fetch your K.U.Leuven student mail in your Gmail account.&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run an IRC client in a screen so you don't miss a thing.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Useful commands&amp;lt;/h3&amp;gt;&lt;br /&gt;
Some useful commands can be found [[Useful Linux Commands|here]].&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=26</id>
		<title>Accessing your files</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=26"/>
		<updated>2014-05-10T11:09:52Z</updated>

		<summary type="html">&lt;p&gt;Warreee: /* =Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Accessing your files=&lt;br /&gt;
&lt;br /&gt;
Next to running commands, you can also use the shell servers to access your files. There are several methods to do this, some graphical, some not. The former definitely are the easiest option to go for.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
===Linux===&lt;br /&gt;
&lt;br /&gt;
Linux normally gives you the option to connect to a server graphically. On Ubuntu, in the &amp;quot;Places&amp;quot; menu, choose &amp;quot;Connect to server.&amp;quot; using the following options:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Service type: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Server: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: you can leave this blank&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Folder: your home folder as described above (this is optional, this will save you clicking to your home folder)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will open up a file browser connected to the remote server. Here, you can create new files, delete files, upload files (by copying or dragging them in the file browser), download files (by copying or dragging them from the file browser), change file rights etc.&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native remote file browsers, so you will have to download a program first. A good option is [https://filezilla-project.org/ FileZilla], which is completely free. Download it, install it and run it. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Dropdown menu: SFTP (SSH File Transfer Protocol)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Server: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: you can leave the default value&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Username: your username&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Password: your password&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Mac===&lt;br /&gt;
&lt;br /&gt;
Download the free and open source program [http://cyberduck.ch/ Cyberduck]&lt;br /&gt;
&lt;br /&gt;
Follow the installations instructions and afterwards open Cyberduck in your Applications folder.&lt;br /&gt;
Click on 'Open Connection' in the left top corner.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Dropdown menu: SFTP (SSH File Transfer Protocol)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Server: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: you can leave the default value&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Username: your username&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Password: your password&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click on 'Connect' and you're done.&lt;br /&gt;
By dragging and dropping you can manipulate files from and to your Mac.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
You can also use a terminal (on Linux) or Putty (on Windows) to access your files. Connect to the server as described above, and use commands as &amp;lt;code&amp;gt;cd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ls&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;mkdir&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;rm&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;nano&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;chmod&amp;lt;/code&amp;gt; to manage your files.&lt;br /&gt;
You can also use &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; (secure copy) to copy files from and to the servers (don't use &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; first). For example, to copy a file called &amp;lt;code&amp;gt;file.txt&amp;lt;/code&amp;gt; to your home dir on the server, use (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username and &amp;lt;code&amp;gt;/home/user/username&amp;lt;/code&amp;gt; your home dir as described above):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;scp file.txt username@ssh1.ulyssis.org:/home/user/username&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other examples and more info, see http://www.hypexr.org/linux_scp_help.php.&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=25</id>
		<title>Accessing your files</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=25"/>
		<updated>2014-05-10T11:09:33Z</updated>

		<summary type="html">&lt;p&gt;Warreee: Created page with &amp;quot;=Accessing your files=  Next to running commands, you can also use the shell servers to access your files. There are several methods to do this, some graphical, some not. The ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Accessing your files=&lt;br /&gt;
&lt;br /&gt;
Next to running commands, you can also use the shell servers to access your files. There are several methods to do this, some graphical, some not. The former definitely are the easiest option to go for.&lt;br /&gt;
&lt;br /&gt;
On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
==Graphical methods==&lt;br /&gt;
&lt;br /&gt;
===Linux==&lt;br /&gt;
&lt;br /&gt;
Linux normally gives you the option to connect to a server graphically. On Ubuntu, in the &amp;quot;Places&amp;quot; menu, choose &amp;quot;Connect to server.&amp;quot; using the following options:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Service type: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Server: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: you can leave this blank&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Folder: your home folder as described above (this is optional, this will save you clicking to your home folder)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will open up a file browser connected to the remote server. Here, you can create new files, delete files, upload files (by copying or dragging them in the file browser), download files (by copying or dragging them from the file browser), change file rights etc.&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native remote file browsers, so you will have to download a program first. A good option is [https://filezilla-project.org/ FileZilla], which is completely free. Download it, install it and run it. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Dropdown menu: SFTP (SSH File Transfer Protocol)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Server: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: you can leave the default value&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Username: your username&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Password: your password&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Mac===&lt;br /&gt;
&lt;br /&gt;
Download the free and open source program [http://cyberduck.ch/ Cyberduck]&lt;br /&gt;
&lt;br /&gt;
Follow the installations instructions and afterwards open Cyberduck in your Applications folder.&lt;br /&gt;
Click on 'Open Connection' in the left top corner.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Dropdown menu: SFTP (SSH File Transfer Protocol)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Server: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: you can leave the default value&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Username: your username&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Password: your password&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click on 'Connect' and you're done.&lt;br /&gt;
By dragging and dropping you can manipulate files from and to your Mac.&lt;br /&gt;
&lt;br /&gt;
==Non-graphical methods==&lt;br /&gt;
&lt;br /&gt;
You can also use a terminal (on Linux) or Putty (on Windows) to access your files. Connect to the server as described above, and use commands as &amp;lt;code&amp;gt;cd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ls&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;mkdir&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;rm&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;nano&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;chmod&amp;lt;/code&amp;gt; to manage your files.&lt;br /&gt;
You can also use &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; (secure copy) to copy files from and to the servers (don't use &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; first). For example, to copy a file called &amp;lt;code&amp;gt;file.txt&amp;lt;/code&amp;gt; to your home dir on the server, use (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username and &amp;lt;code&amp;gt;/home/user/username&amp;lt;/code&amp;gt; your home dir as described above):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;scp file.txt username@ssh1.ulyssis.org:/home/user/username&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other examples and more info, see http://www.hypexr.org/linux_scp_help.php.&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=24</id>
		<title>Accessing shell servers over SSH</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=24"/>
		<updated>2014-05-10T11:04:39Z</updated>

		<summary type="html">&lt;p&gt;Warreee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;Users can access the ULYSSIS servers through two machines: &amp;lt;code&amp;gt;ssh1.ulyssis.org&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ssh2.ulyssis.org&amp;lt;/code&amp;gt;. Both of them run Linux. You can run commands on these servers or use them to access the files on your ULYSSIS account. The servers can only be accessed trough SSH, not through FTP or any other protocol.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Running commands&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run a command on the shell servers, you will need to connect to them using a terminal. Our servers do not support a full graphical interface.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Linux&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On Linux, you can just open a terminal and connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Windows&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native terminals, so you will have to download a program first. A good option is [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty], which is completely free and doesn't require any installation. Just download it and run the .exe file. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host name: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (should be set automatically)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You can save these options for later on.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Next, you will be asked to give your password.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Doing all this will open a terminal to the remote server which can be used the same way as a Linux terminal. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;More information about Putty can be found at http://the.earth.li/~sgtatham/putty/0.60/htmldoc/.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt; Mac &amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On Mac, you can just open Terminal.&lt;br /&gt;
This application can be found in the Utilities folder within your Application folder.&lt;br /&gt;
If you don't find it there, you can use Spotlight to find it.&lt;br /&gt;
&lt;br /&gt;
You can now connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Useful ideas&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here are some useful ideas about what you could do with your shell server access:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/docs/fetch-your-kuleuven-mail-in-gmail&amp;quot;&amp;gt;Fetch your K.U.Leuven student mail in your Gmail account.&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run an IRC client in a screen so you don't miss a thing.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Useful commands&amp;lt;/h3&amp;gt;&lt;br /&gt;
Some useful commands can be found &amp;lt;a href=&amp;quot;http://ulyssis.be/docs/useful-linux-commands&amp;quot;&amp;gt;here&amp;lt;/a&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=23</id>
		<title>Accessing shell servers over SSH</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Accessing_shell_servers_over_SSH&amp;diff=23"/>
		<updated>2014-05-10T10:58:42Z</updated>

		<summary type="html">&lt;p&gt;Warreee: Created page with &amp;quot;&amp;lt;p&amp;gt;Users can access the ULYSSIS servers through two machines: &amp;lt;code&amp;gt;ssh1.ulyssis.org&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ssh2.ulyssis.org&amp;lt;/code&amp;gt;. Both of them run Linux. You can run commands on ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;Users can access the ULYSSIS servers through two machines: &amp;lt;code&amp;gt;ssh1.ulyssis.org&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;ssh2.ulyssis.org&amp;lt;/code&amp;gt;. Both of them run Linux. You can run commands on these servers or use them to access the files on your ULYSSIS account. The servers can only be accessed trough SSH, not through FTP or any other protocol.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Running commands&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To run a command on the shell servers, you will need to connect to them using a terminal. Our servers do not support a full graphical interface.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Linux&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On Linux, you can just open a terminal and connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Windows&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native terminals, so you will have to download a program first. A good option is [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty], which is completely free and doesn't require any installation. Just download it and run the .exe file. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host name: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (should be set automatically)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You can save these options for later on.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Next, you will be asked to give your password.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Doing all this will open a terminal to the remote server which can be used the same way as a Linux terminal. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use Ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;More information about Putty can be found at http://the.earth.li/~sgtatham/putty/0.60/htmldoc/.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt; Mac &amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On Mac, you can just open Terminal.&lt;br /&gt;
This application can be found in the Utilities folder within your Application folder.&lt;br /&gt;
If you don't find it there, you can use Spotlight to find it.&lt;br /&gt;
&lt;br /&gt;
You can now connect to the servers by using one of the following commands (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh1.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;code&amp;gt;ssh username@ssh2.ulyssis.org&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Enter your password and you're connected. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;By doing this, the terminal will now act as a terminal on the remote server. To disconnect, type &amp;lt;code&amp;gt;logout&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;exit&amp;lt;/code&amp;gt; or use ctrl+D.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Useful ideas&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here are some useful ideas about what you could do with your shell server access:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/docs/fetch-your-kuleuven-mail-in-gmail&amp;quot;&amp;gt;Fetch your K.U.Leuven student mail in your Gmail account.&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run an IRC client in a screen so you don't miss a thing.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Useful commands&amp;lt;/h3&amp;gt;&lt;br /&gt;
Some useful commands can be found &amp;lt;a href=&amp;quot;http://ulyssis.be/docs/useful-linux-commands&amp;quot;&amp;gt;here&amp;lt;/a&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Accessing your files&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Next to running commands, you can also use the shell servers to access your files. There are several methods to do this, some graphical, some not. The former definitely are the easiest option to go for.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;On the server, your files are located in &amp;lt;code&amp;gt;/home/group/username/&amp;lt;/code&amp;gt;. For a normal user with username &amp;lt;code&amp;gt;username/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/user/username/&amp;lt;/code&amp;gt;, for an organisation with username &amp;lt;code&amp;gt;organisation/&amp;lt;/code&amp;gt; this will be &amp;lt;code&amp;gt;/home/org/organisation/&amp;lt;/code&amp;gt; etc.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Graphical methods&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt; Linux &amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Linux normally gives you the option to connect to a server graphically. On Ubuntu, in the &amp;quot;Places&amp;quot; menu, choose &amp;quot;Connect to server.&amp;quot; using the following options:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Service type: SSH&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Server: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: you can leave this blank&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Folder: your home folder as described above (this is optional, this will save you clicking to your home folder)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will open up a file browser connected to the remote server. Here, you can create new files, delete files, upload files (by copying or dragging them in the file browser), download files (by copying or dragging them from the file browser), change file rights etc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt; Windows &amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Windows doesn't support native remote file browsers, so you will have to download a program first. A good option is [https://filezilla-project.org/ FileZilla], which is completely free. Download it, install it and run it. The parameters: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Dropdown menu: SFTP (SSH File Transfer Protocol)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Server: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: you can leave the default value&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Username: your username&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Password: your password&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h4&amp;gt; Mac &amp;lt;/h4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Download the free and open source program [http://cyberduck.ch/ Cyberduck]&lt;br /&gt;
&lt;br /&gt;
Follow the installations instructions and afterwards open Cyberduck in your Applications folder.&lt;br /&gt;
Click on 'Open Connection' in the left top corner.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Dropdown menu: SFTP (SSH File Transfer Protocol)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Server: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: you can leave the default value&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Username: your username&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Password: your password&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Click on 'Connect' and you're done.&lt;br /&gt;
By dragging and dropping you can manipulate files from and to your Mac.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Non-graphical methods&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You can also use a terminal (on Linux) or Putty (on Windows) to access your files. Connect to the server as described above, and use commands as &amp;lt;code&amp;gt;cd&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ls&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;mkdir&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;rm&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;nano&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;chmod&amp;lt;/code&amp;gt; to manage your files.&lt;br /&gt;
You can also use &amp;lt;code&amp;gt;scp&amp;lt;/code&amp;gt; (secure copy) to copy files from and to the servers (don't use &amp;lt;code&amp;gt;ssh&amp;lt;/code&amp;gt; first). For example, to copy a file called &amp;lt;code&amp;gt;file.txt&amp;lt;/code&amp;gt; to your home dir on the server, use (with &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; your username and &amp;lt;code&amp;gt;/home/user/username&amp;lt;/code&amp;gt; your home dir as described above): &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;scp file.txt username@ssh1.ulyssis.org:/home/user/username&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other examples and more info, see http://www.hypexr.org/linux_scp_help.php.&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Overview&amp;diff=22</id>
		<title>Overview</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Overview&amp;diff=22"/>
		<updated>2014-05-10T10:32:57Z</updated>

		<summary type="html">&lt;p&gt;Warreee: /* Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background:#f9f9f9;border:1px solid #ddd;font-size:95%;padding:1.5em;&amp;quot;&amp;gt;&lt;br /&gt;
Welcome to our documentation website. Many of the common procedures and issues our users experience are described here. If you still encounter problems we haven't covered or you just can't seem to get things to work, even though you followed one of our manuals, be free to contact us on ulyssis@ulyssis.org for personal support.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Account ==&lt;br /&gt;
* [[Registering a new account]]&lt;br /&gt;
* [[Renewing your account]]&lt;br /&gt;
* [[Transfering your account]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
== Databases ==&lt;br /&gt;
* [[Using PostgreSQL]]&lt;br /&gt;
* [[Using MySQL]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Files ==&lt;br /&gt;
* [[Accessing your files]]&lt;br /&gt;
* [[Transfering files over SFTP]]&lt;br /&gt;
* [[Using SSHFS]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== IRC ==&lt;br /&gt;
* [[ULYSSIS public IRC]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Mail ==&lt;br /&gt;
* [[ULYSSIS mail]]&lt;br /&gt;
* [[Forwarders]]&lt;br /&gt;
* [[Fetch your KU Leuven email into another email address]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
== Shell ==&lt;br /&gt;
* [[Accessing your files]]&lt;br /&gt;
* [[Transfering files over SFTP]]&lt;br /&gt;
* [[Accessing shell servers over SSH]]&lt;br /&gt;
* [[ULYSSIS public IRC]]&lt;br /&gt;
* [[Useful Linux Commands]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Warreee</name></author>
	</entry>
</feed>