<?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=Joachim</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=Joachim"/>
	<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/Special:Contributions/Joachim"/>
	<updated>2026-05-08T09:35:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=ULYSSIS_public_IRC&amp;diff=1157</id>
		<title>ULYSSIS public IRC</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=ULYSSIS_public_IRC&amp;diff=1157"/>
		<updated>2020-10-13T16:15:49Z</updated>

		<summary type="html">&lt;p&gt;Joachim: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ULYSSIS hosts its own IRC network. IRC stands for Internet Relay Chat, [https://en.wikipedia.org/wiki/Internet_Relay_Chat IRC on wikipedia]. It is a chat protocol that mainly focuses on group chat, but also allows for private chat.&lt;br /&gt;
&lt;br /&gt;
If you have an urgent question, IRC is often the quickest way to contact us. But also if you don't have a question and just want to hang out in our chat, feel free to join!&lt;br /&gt;
&lt;br /&gt;
==Web IRC client==&lt;br /&gt;
If you won't regularly use our IRC or if you just want to check it out, you can use our web IRC client. You can find it at [https://webirc.ulyssis.org/ webirc.ulyssis.org].&lt;br /&gt;
&lt;br /&gt;
==IRC network details==&lt;br /&gt;
&lt;br /&gt;
Below are specific instructions for some clients, but if you are already familiar with IRC, here are the details you need to connect to our server. We highly recommend using SSL.&lt;br /&gt;
&lt;br /&gt;
 Server: irc.ulyssis.org&lt;br /&gt;
 Port: 6668 (SSL)&lt;br /&gt;
 Channel: #ulyssis&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;code&amp;gt;irc.ulyssis.org&amp;lt;/code&amp;gt; is down, you can also try the other server in the same network, hosted at &amp;lt;code&amp;gt;irc2.ulyssis.org&amp;lt;/code&amp;gt;. Both are connected to each other and you can use them interchangeably. It is advised to add it as a fallback in your IRC client.&lt;br /&gt;
&lt;br /&gt;
==IRC clients==&lt;br /&gt;
To use IRC, you'll need an IRC client. We advise the terminal based [https://irssi.org/ irssi] or [https://weechat.org/ weechat] for Linux and [https://hexchat.github.io/ hexchat] or [https://www.mirc.com/ mIRC] for Windows, but there are a lot of other free options.&lt;br /&gt;
&lt;br /&gt;
You can only receive messages over IRC while you're connected. Therefore, we advise you to run irssi or weechat in either a screen or a tmux session. With a ULYSSIS account, you can run screen or tmux on our shellservers, as they keep running 24/7 you can use them to keep track of your conversations.&lt;br /&gt;
Screen and tmux are similar programs. Screen has been around for longer and is more tested, while tmux is more modern with new features and being easier to use for beginners.&lt;br /&gt;
&lt;br /&gt;
===Using irssi on our shell servers===&lt;br /&gt;
====Connect to the shellserver====&lt;br /&gt;
Use the ssh command in your Linux or OS X terminal, or use PuTTY to connect on windows.&lt;br /&gt;
Extensive information on how to do so can be found on [[Accessing shell servers over SSH]].&lt;br /&gt;
&lt;br /&gt;
====Start irssi in a screen====&lt;br /&gt;
*When on the shellserver, enter &amp;lt;code&amp;gt;screen -U&amp;lt;/code&amp;gt; to start a screen session, or &amp;lt;code&amp;gt;tmux&amp;lt;/code&amp;gt; to start a tmux session.&lt;br /&gt;
*Enter &amp;lt;code&amp;gt;irssi&amp;lt;/code&amp;gt; to start irssi&lt;br /&gt;
*Connect to the IRC server: &amp;lt;code&amp;gt;/server -ssl irc.ulyssis.org 6668&amp;lt;/code&amp;gt;&lt;br /&gt;
*Connect to the public channel: &amp;lt;code&amp;gt;/join #ulyssis&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Screen usage====&lt;br /&gt;
*To exit the screen: press Ctrl-A and press D ('detach') to return to the shellserver.&lt;br /&gt;
*To reconnect: enter &amp;lt;code&amp;gt;screen -r&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;screen -DR&amp;lt;/code&amp;gt; (the latter will create a new screen if it wasn't already made).&lt;br /&gt;
&lt;br /&gt;
====Tmux usage====&lt;br /&gt;
*To exit the tmux session: press Ctrl-B and press D ('detach') to return to the shellserver.&lt;br /&gt;
*To reconnect: enter &amp;lt;code&amp;gt;tmux attach&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Help, I can't reconnect to my session!====&lt;br /&gt;
*Check if you are on the right shell server and didn't make a typing error.&lt;br /&gt;
*If everything is correct, your screen may have been stopped by a crash or a reboot of our shellserver. You can check the [http://status.ulyssis.org status] section of our website for more information about possible downtimes.&lt;br /&gt;
*Make sure you use the right program (&amp;lt;code&amp;gt;screen&amp;lt;/code&amp;gt; if you started a screen session and &amp;lt;code&amp;gt;tmux&amp;lt;/code&amp;gt; if you started a tmux session)&lt;br /&gt;
&lt;br /&gt;
==Using ZNC==&lt;br /&gt;
Alternatively, if you don't like using terminal-based clients, or just want to run your client locally, you can connect with our [https://znc.ulyssis.org/ ZNC server]. However, to use it, you'll need a ULYSSIS account. ZNC connects to our IRC server in your place (fill in the details at the beginning of this article). You can then connect to ZNC with a client of your choice, and it will send you the history you've missed while you were offline.&lt;br /&gt;
&lt;br /&gt;
Log in to our ZNC server. In your settings, create a new network. Fill in the basic details (server name, nickname, set &amp;lt;code&amp;gt;BindHost&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;0.0.0.0&amp;lt;/code&amp;gt;). In the server field, fill in &amp;lt;code&amp;gt;irc.ulyssis.org +6668&amp;lt;/code&amp;gt;. Add &amp;lt;code&amp;gt;#ulyssis&amp;lt;/code&amp;gt; as a channel. You may want to increase the buffer count. Then save at the bottom of the page.&lt;br /&gt;
&lt;br /&gt;
In your IRC client, connect to the server &amp;lt;code&amp;gt;znc.ulyssis.org&amp;lt;/code&amp;gt; on port 6666 (with SSL) and set &amp;lt;code&amp;gt;username/network:password&amp;lt;/code&amp;gt; as password to the server. Replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your ULYSSIS username, &amp;lt;code&amp;gt;network&amp;lt;/code&amp;gt; with the name of the network in your znc settings, and &amp;lt;code&amp;gt;password&amp;lt;/code&amp;gt; with your ULYSSIS password.&lt;br /&gt;
&lt;br /&gt;
==Using Bitlbee==&lt;br /&gt;
&lt;br /&gt;
With [https://www.bitlbee.org/main.php/news.r.html Bitlbee], you can connect to other services as if they were an IRC server. It is available at &amp;lt;code&amp;gt;bitlbee.ulyssis.org&amp;lt;/code&amp;gt; on ports 7000 and 7001 (SSL). For documentation on how to use Bitlbee, we refer to the manual on its website. This service is only reachable from within the ULYSSIS and KU Leuven networks.&lt;br /&gt;
&lt;br /&gt;
[[Category:Shell]]&lt;br /&gt;
[[Category:ULYSSIS Public Services]]&lt;/div&gt;</summary>
		<author><name>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=465</id>
		<title>Setting up Joomla</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=465"/>
		<updated>2017-03-19T11:23:51Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Installing Joomla on our servers is definitely easy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Joomla on our servers is definitely easy==&lt;br /&gt;
&lt;br /&gt;
Installing Joomla on our servers is definitely easy.&lt;br /&gt;
&lt;br /&gt;
You download the install components from the http://joomla.org joomla-site.&lt;br /&gt;
&lt;br /&gt;
Here you get a compressed file (.zip) which you have to extract..&lt;br /&gt;
&lt;br /&gt;
You get a folder with files, those files (so no the folder) you copy via filezilla or an other ftp programme to your www-map on your shellaccount.&lt;br /&gt;
&lt;br /&gt;
Afterwards you go to your account, I.E username.ulyssis.be, here you get a notification telling you your MySQL database needs to be configured. The fist part is the &amp;quot;main configuration&amp;quot; which will be individual for every user.&lt;br /&gt;
&lt;br /&gt;
Afterwards click on ''Next'' which will prompt you for your database credentials &amp;amp; information:&lt;br /&gt;
&lt;br /&gt;
*'''Databasetype: ''' Select ''MySQL'' from the dropdown.&lt;br /&gt;
*'''Hostname: ''' this is the location of the database server, use &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;.&lt;br /&gt;
*'''Username: ''' this is the name you gave during the creation of your mysql account, often this is the same as your username with ULYSSIS.&lt;br /&gt;
*'''password: ''' the password hat you gave during the creation of your mysql account&lt;br /&gt;
* You don't change the last two fields&lt;br /&gt;
&lt;br /&gt;
When you're done click on “Next” twice since ftp is already configured. Here you can see the last few details.&lt;br /&gt;
&lt;br /&gt;
Afterwards the install will run by its own and that's it, you have succesfully installed Joomla.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Joomla==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a Joomla site then you the create a new folder in your homedir from your shell account. You need a new virtual host, you can send us an [mailto:ulyssis@ulyssis.org email] and we will create one for you.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host is ready, you need to do all the same steps as for a regular Joomla installation.&lt;br /&gt;
&lt;br /&gt;
Another option is to use the Joomla [https://docs.joomla.org/Multiple_Domains_and_Web_Sites_in_a_single_Joomla!_installation multisite] option.&lt;/div&gt;</summary>
		<author><name>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=464</id>
		<title>Setting up Joomla</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=464"/>
		<updated>2017-03-19T11:20:18Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Installing Joomla on our servers is definitely easy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing Joomla on our servers is definitely easy==&lt;br /&gt;
&lt;br /&gt;
Installing Joomla on our servers is definitely easy.&lt;br /&gt;
&lt;br /&gt;
You download the install components from the http://joomla.org joomla-site.&lt;br /&gt;
&lt;br /&gt;
Here you get a compressed file (.zip) which you have to extract..&lt;br /&gt;
&lt;br /&gt;
You get a folder with files, those files (so no the folder) you copy via filezilla or an other ftp programme to your www-map on your shellaccount.&lt;br /&gt;
&lt;br /&gt;
Afterwards you go to your account, I.E username.ulyssis.be, here you get a notification telling you your MySQL database needs to be configured. The fist part is the &amp;quot;main configuration&amp;quot; which will be individual for every user.&lt;br /&gt;
&lt;br /&gt;
Afterwards click on ''Next'' which will prompt you for your database credentials &amp;amp; information:&lt;br /&gt;
&lt;br /&gt;
*'''Databasetype: ''' Select ''MySQL'' from the dropdown.&lt;br /&gt;
*'''Hostname: ''' this is the location of the database server, use &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;.&lt;br /&gt;
*'''Username: ''' this is the name you gave during the creation of your mysql account, often this is the same as your username with ULYSSIS.&lt;br /&gt;
*'''password: ''' the password hat you gave during the creation of your mysql account&lt;br /&gt;
* You don't change the last two fields&lt;br /&gt;
&lt;br /&gt;
When you're done click on “Next” twice since ftp is already configured. Here you can see the last few details.&lt;br /&gt;
&lt;br /&gt;
Afterwards the install will run by it own and thats it, you installed Joomla.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Joomla==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a Joomla site then you the create a new folder in your homedir from your shell account. You need a new virtual host, you can send us an [mailto:ulyssis@ulyssis.org email] and we will create one for you.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host is ready, you need to do all the same steps as for a regular Joomla installation.&lt;br /&gt;
&lt;br /&gt;
Another option is to use the Joomla [https://docs.joomla.org/Multiple_Domains_and_Web_Sites_in_a_single_Joomla!_installation multisite] option.&lt;/div&gt;</summary>
		<author><name>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=306</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=306"/>
		<updated>2016-04-27T23:52:18Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
&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;
[[File:maccyberduck3.png]]&lt;br /&gt;
&lt;br /&gt;
Click on 'Connect' and you're done.&lt;br /&gt;
&lt;br /&gt;
By dragging and dropping you can manipulate files from and to your Mac.&lt;br /&gt;
&lt;br /&gt;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. &lt;br /&gt;
And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=305</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=305"/>
		<updated>2016-04-27T23:51:36Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
[[File:maccyberduck3.png]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Maccyberduck3.png&amp;diff=304</id>
		<title>File:Maccyberduck3.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Maccyberduck3.png&amp;diff=304"/>
		<updated>2016-04-27T23:51:15Z</updated>

		<summary type="html">&lt;p&gt;Joachim: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=303</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=303"/>
		<updated>2016-04-27T23:50:34Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
[[File:maccyberduck2.png|400px]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=301</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=301"/>
		<updated>2016-04-27T23:49:10Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
[[File:maccyberduck.png|400px]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=300</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=300"/>
		<updated>2016-04-27T23:48:37Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
[[File:maccyberduck.png]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=298</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=298"/>
		<updated>2016-04-27T23:43:00Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
[[File:usernamepassword3.png]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=296</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=296"/>
		<updated>2016-04-27T23:41:40Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
[[File:usernamepassword2.png|450px]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=295</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=295"/>
		<updated>2016-04-27T23:40:46Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
[[File:usernamepassword2.png]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=294</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=294"/>
		<updated>2016-04-27T23:40:34Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
[[File:usernamepassword2.png|200px]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=292</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=292"/>
		<updated>2016-04-27T23:26:00Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&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;
[[File:fullcyberduck.png|200px]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=291</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=291"/>
		<updated>2016-04-27T23:25:39Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&lt;br /&gt;
&lt;br /&gt;
===Mac===&lt;br /&gt;
&lt;br /&gt;
Currently working on an upgraded version :)&lt;br /&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;
[[File:fullcyberduck.png|200px|Right]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=290</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=290"/>
		<updated>2016-04-27T23:25:14Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
If your distribution does not contain an option to connect to a server, you can use [https://filezilla-project.org/ FileZilla], which is completely free. See the instructions under [[Accessing_your_files#Windows|Windows]].&lt;br /&gt;
&lt;br /&gt;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&lt;br /&gt;
&lt;br /&gt;
===Mac===&lt;br /&gt;
&lt;br /&gt;
Currently working on an upgraded version :)&lt;br /&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;
[[File:fullcyberduck.png|Right]]&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=287</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=287"/>
		<updated>2016-04-16T09:40:36Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&lt;br /&gt;
&lt;br /&gt;
===Mac===&lt;br /&gt;
&lt;br /&gt;
Currently working on an upgraded version :)&lt;br /&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;
If you want to connect again later on, you can just click the Bookmarks icon on the top left. &lt;br /&gt;
Next you click on History. And then you can double click to re-open the connection.&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>Joachim</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Accessing_your_files&amp;diff=286</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=286"/>
		<updated>2016-04-16T09:38:03Z</updated>

		<summary type="html">&lt;p&gt;Joachim: /* Mac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 &amp;quot;Files&amp;quot;, 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;Server Address: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are connecting for the first time, you will need to accept the identity of the server.&lt;br /&gt;
Enter your username and password and connect, if necessary, unlock your keyring by entering your computer's password. &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;
[[File:UbuntuConnectToServer.png]]&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.&lt;br /&gt;
&lt;br /&gt;
==== Using the quickconnect bar ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: sftp://ssh1.ulyssis.org or sftp://ssh2.ulyssis.org&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;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Connect to ULYSSIS by clicking on Quickconnect&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[File:FileZillaQuickconnect.png]]&lt;br /&gt;
&lt;br /&gt;
==== Using the site manager ====&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Go to Files, Site Manager...&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new site&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host: ssh1.ulyssis.org or ssh2.ulyssis.org&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Port: 22 (you can leave this blank)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Protocol (dropdown menu): SFTP - SSH File Transfer Protocol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Logon Type (dropdown menu): Normal&lt;br /&gt;
&amp;lt;li&amp;gt;User: 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;
[[File:FileZillaSiteManager.png|Right]]&lt;br /&gt;
&lt;br /&gt;
===Mac===&lt;br /&gt;
&lt;br /&gt;
Currently working on an upgraded version :)&lt;br /&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;
==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>Joachim</name></author>
	</entry>
</feed>