<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lwpwiki.webhosting.rug.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Heiko</id>
	<title>LWP-Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://lwpwiki.webhosting.rug.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Heiko"/>
	<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Special:Contributions/Heiko"/>
	<updated>2026-04-29T18:02:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1148</id>
		<title>Sharing directories</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1148"/>
		<updated>2025-04-30T09:50:18Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
If you need to share a directory between a number of people, you can use part of your home directory.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also ask for a separate, appropriately-named, directory outside of your homedir, of which you will be the owner. More information on how to do that can be found [[Project Directories| here]].&amp;lt;br&amp;gt;&lt;br /&gt;
You can grant others access by using &#039;&#039;&#039;Access Control Lists&#039;&#039;&#039;, &#039;&#039;&#039;ACLs&#039;&#039;&#039; from here on.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Granting access using these NFS-ACL&#039;s can look daunting. A script called &amp;quot;share&amp;quot; is offered to hide NFS-ACL&#039;s complexity for common cases. The script &amp;quot;share&amp;quot; is located in /opt/netapps/bin which should normally be in your $PATH .&lt;br /&gt;
&lt;br /&gt;
== How to use NFSv4 ACLs ==&lt;br /&gt;
You can find a detailed manual [https://www.osc.edu/resources/getting_started/howto/howto_use_nfsv4_acl here].&amp;lt;br&amp;gt;&lt;br /&gt;
On the command-line you can give the following command to get more abbreviated usage information and some examples:&lt;br /&gt;
  info nfs4_setfacl&lt;br /&gt;
&lt;br /&gt;
== Some examples of more commonly used commands ==&lt;br /&gt;
To allow someone read access to a file or directory:&lt;br /&gt;
  nfs4_setfacl -a A::&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Use upper case &#039;&#039;&#039;RWX&#039;&#039;&#039; instead of lower case.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is possible to set &#039;default&#039; ACLs. New files and/or sub-directories can automatically inherit these ACLs.&amp;lt;br&amp;gt;&lt;br /&gt;
To have new sub-directories inherit the ACL of it&#039;s parent:&lt;br /&gt;
  nfs4_setfacl -a A:d:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
And to have new files inherit the ACL:&lt;br /&gt;
  nfs4_setfacl -a A:f:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:R &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The ACLs can also be edited by using the editor command:&lt;br /&gt;
  nfs4_editfacl &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Altough you&#039;ll see different permission options, you can just use &#039;&#039;&#039;RWX&#039;&#039;&#039;, this gets translated for you automatically when you save your edit.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1147</id>
		<title>Sharing directories</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1147"/>
		<updated>2025-04-30T09:49:35Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
If you need to share a directory between a number of people, you can use part of your home directory.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also ask for a separate, appropriately-named, directory outside of your homedir, of which you will be the owner. More information on how to do that can be found [[Project Directories| here]].&amp;lt;br&amp;gt;&lt;br /&gt;
You can grant others access by using &#039;&#039;&#039;Access Control Lists&#039;&#039;&#039;, &#039;&#039;&#039;ACLs&#039;&#039;&#039; from here on.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Granting access using these NFS-ACL&#039;s can look daunting. A script called &amp;quot;share&amp;quot; is offered to hide t NFS-ACL&#039;s for common cases. The script &amp;quot;share&amp;quot; is located in /opt/netapps/bin which should normally be in your $PATH .&lt;br /&gt;
&lt;br /&gt;
== How to use NFSv4 ACLs ==&lt;br /&gt;
You can find a detailed manual [https://www.osc.edu/resources/getting_started/howto/howto_use_nfsv4_acl here].&amp;lt;br&amp;gt;&lt;br /&gt;
On the command-line you can give the following command to get more abbreviated usage information and some examples:&lt;br /&gt;
  info nfs4_setfacl&lt;br /&gt;
&lt;br /&gt;
== Some examples of more commonly used commands ==&lt;br /&gt;
To allow someone read access to a file or directory:&lt;br /&gt;
  nfs4_setfacl -a A::&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Use upper case &#039;&#039;&#039;RWX&#039;&#039;&#039; instead of lower case.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is possible to set &#039;default&#039; ACLs. New files and/or sub-directories can automatically inherit these ACLs.&amp;lt;br&amp;gt;&lt;br /&gt;
To have new sub-directories inherit the ACL of it&#039;s parent:&lt;br /&gt;
  nfs4_setfacl -a A:d:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
And to have new files inherit the ACL:&lt;br /&gt;
  nfs4_setfacl -a A:f:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:R &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The ACLs can also be edited by using the editor command:&lt;br /&gt;
  nfs4_editfacl &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Altough you&#039;ll see different permission options, you can just use &#039;&#039;&#039;RWX&#039;&#039;&#039;, this gets translated for you automatically when you save your edit.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1146</id>
		<title>Sharing directories</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1146"/>
		<updated>2025-04-30T09:49:03Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
If you need to share a directory between a number of people, you can use part of your home directory.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also ask for a separate, appropriately-named, directory outside of your homedir, of which you will be the owner. More information on how to do that can be found [[Project Directories| here]].&amp;lt;br&amp;gt;&lt;br /&gt;
You can grant others access by using &#039;&#039;&#039;Access Control Lists&#039;&#039;&#039;, &#039;&#039;&#039;ACLs&#039;&#039;&#039; from here on.&amp;lt;br&amp;gt; Granting access using these NFS-ACL&#039;s can look daunting. A script called &amp;quot;share&amp;quot; is offered to hide t NFS-ACL&#039;s for common cases. The script &amp;quot;share&amp;quot; is located in /opt/netapps/bin which should normally be in your $PATH .&lt;br /&gt;
&lt;br /&gt;
== How to use NFSv4 ACLs ==&lt;br /&gt;
You can find a detailed manual [https://www.osc.edu/resources/getting_started/howto/howto_use_nfsv4_acl here].&amp;lt;br&amp;gt;&lt;br /&gt;
On the command-line you can give the following command to get more abbreviated usage information and some examples:&lt;br /&gt;
  info nfs4_setfacl&lt;br /&gt;
&lt;br /&gt;
== Some examples of more commonly used commands ==&lt;br /&gt;
To allow someone read access to a file or directory:&lt;br /&gt;
  nfs4_setfacl -a A::&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Use upper case &#039;&#039;&#039;RWX&#039;&#039;&#039; instead of lower case.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is possible to set &#039;default&#039; ACLs. New files and/or sub-directories can automatically inherit these ACLs.&amp;lt;br&amp;gt;&lt;br /&gt;
To have new sub-directories inherit the ACL of it&#039;s parent:&lt;br /&gt;
  nfs4_setfacl -a A:d:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
And to have new files inherit the ACL:&lt;br /&gt;
  nfs4_setfacl -a A:f:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:R &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The ACLs can also be edited by using the editor command:&lt;br /&gt;
  nfs4_editfacl &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Altough you&#039;ll see different permission options, you can just use &#039;&#039;&#039;RWX&#039;&#039;&#039;, this gets translated for you automatically when you save your edit.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1142</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1142"/>
		<updated>2025-02-13T13:38:03Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years, but not before .&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Backup: =====&lt;br /&gt;
&lt;br /&gt;
Backups are made every night of both home and project directories:&lt;br /&gt;
&lt;br /&gt;
* Over the last 30 days a backup of every day is restorable.&lt;br /&gt;
* A backup of very week is restorable from 30 days ago to 60 days ago.&lt;br /&gt;
* One backup is kept available to a maximum of 90 days.&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research related data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1140</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1140"/>
		<updated>2025-01-22T11:13:58Z</updated>

		<summary type="html">&lt;p&gt;Heiko: /* Backup: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Backup: =====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &#039;&#039;&#039;NOTE: The following may change beginning 2025 !&#039;&#039;&#039; &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tape backups are made every night of both home and project directories:&lt;br /&gt;
&lt;br /&gt;
* The last 7 versions of existing files are retained up to 30 days.&lt;br /&gt;
* The single last version of deleted files are retained up to 60 days.&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research related data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1139</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1139"/>
		<updated>2025-01-22T11:13:40Z</updated>

		<summary type="html">&lt;p&gt;Heiko: /* Backup: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Backup: =====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: The following may change beginning 2025 !&#039;&#039;&#039; &#039;&#039;Italic text&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Tape backups are made every night of both home and project directories:&lt;br /&gt;
&lt;br /&gt;
* The last 7 versions of existing files are retained up to 30 days.&lt;br /&gt;
* The single last version of deleted files are retained up to 60 days.&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research related data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Remote_desktop_access_with_NoMachine&amp;diff=1132</id>
		<title>Remote desktop access with NoMachine</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Remote_desktop_access_with_NoMachine&amp;diff=1132"/>
		<updated>2024-09-26T14:37:03Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:remotexs-faq]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Make sure your account name (P-nummer) is listed in the file /etc/users_allowed_ssh&#039;&#039;&#039;. You can edit this file only when logged in using the physical keyboard of the computer.&lt;br /&gt;
&lt;br /&gt;
Download and install the NoMachine Enterprise Client for your system:&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.nomachine.com/download-enterprise#NoMachine-Enterprise-Client&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;Note: The normal client will also install a NX server on your machine, so unless you want remote desktop access to your own PC as well, use the enterprise client.&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After you&#039;ve installed the NoMachine client, open it and add a new connection.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:NX first screen.png|thumb|none|Initial screen.]]&lt;br /&gt;
Enter a &#039;&#039;&#039;Name&#039;&#039;&#039; for the connection and add the &#039;&#039;&#039;hostname or IP number&#039;&#039;&#039; for the &#039;&#039;&#039;Host&#039;&#039;&#039; you are trying to connect to.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:NX add connection.png|thumb|none|Add connection.]]&lt;br /&gt;
* Port = 4000&lt;br /&gt;
* Protocol = NX&lt;br /&gt;
[[File:NX configuration.png|thumb|none|Configuration.]]&lt;br /&gt;
Next select &#039;&#039;&#039;Configuration&#039;&#039;&#039;. Make sure &#039;&#039;&#039;Use password authentication&#039;&#039;&#039; is selected and &#039;&#039;&#039;Use UDP communication for multimedia data&#039;&#039;&#039; is checked.&amp;lt;br&amp;gt;&lt;br /&gt;
Click &#039;&#039;&#039;Connect&#039;&#039;&#039;.&lt;br /&gt;
[[File:Nx verify host authenticity.png|thumb|none|Verify your hosts identity.]]&lt;br /&gt;
The &#039;&#039;&#039;Verify host authenticity&#039;&#039;&#039; will only appear the first time you connect to your host or if you reinstall the host. If it does appear a second time on the same host, do not continue, this might indicate malicious activity on the host system and you should call support.&amp;lt;br&amp;gt;&lt;br /&gt;
Click &#039;&#039;&#039;Yes&#039;&#039;&#039; to verify your hosts identity.&lt;br /&gt;
[[File:Nx login.png|thumb|none|The login screen.]]&lt;br /&gt;
Enter your &#039;&#039;&#039;Username&#039;&#039;&#039; and &#039;&#039;&#039;Password&#039;&#039;&#039; and click &#039;&#039;&#039;Login&#039;&#039;&#039;. Don&#039;t save your password if you&#039;re on a shared PC.&lt;br /&gt;
[[File:NX connection setup audio.png|thumb|none|Audio on remote host.]]&lt;br /&gt;
Hit the checkbox to mute audio on the remote host.&amp;lt;br&amp;gt;&lt;br /&gt;
Hit the checkbox at the bottom left so this message does not appear again. Hit &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
[[File:NX connection setup display.png|thumb|none|Scale remote desktop to fit window.]]&lt;br /&gt;
Select &#039;&#039;&#039;Scale the remote desktop to fit into the window&#039;&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
Hit the checkbox at the bottom left so this message does not appear again. Hit &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
[[File:NX connection setup remote display.png|thumb|none|Don&#039;t resize remote display.]]&lt;br /&gt;
Select &#039;&#039;&#039;Don&#039;t resize the remote display&#039;&#039;&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
Hit the checkbox at the bottom left so this message does not appear again.&amp;lt;br&amp;gt;&lt;br /&gt;
Hit &#039;&#039;&#039;OK&#039;&#039;&#039; a last time to connect to the desktop of your remote host.&lt;br /&gt;
[[File:NX connection settings.png|thumb|none|Change connection setting from top right corner.]]&lt;br /&gt;
Now you can login as you would normally login on your LWP.&amp;lt;br&amp;gt;&lt;br /&gt;
If you want to change any of the connection settings, hover over the top right corner of the window until it folds down and then click it.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Getting_to_your_Windows_Y:-drive&amp;diff=1087</id>
		<title>Getting to your Windows Y:-drive</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Getting_to_your_Windows_Y:-drive&amp;diff=1087"/>
		<updated>2023-07-17T11:59:15Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
When you use the LWP then your UWP Y: drive is available at &#039;&#039;&#039;/media/ydrive&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Otherwise from with the university network you can use the smb protocol to access the Y:-drive.&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    sudo mkdir -p /mnt/ydrive/&lt;br /&gt;
    sudo mount -t smb3 //workspace.rug.nl/ydrive /mnt/ydrive/ -o user=&amp;lt;p-number&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
From outside the university you can use https://vlwp.rug.nl or https://uwp.rug.nl&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Getting_to_your_Windows_Y:-drive&amp;diff=1086</id>
		<title>Getting to your Windows Y:-drive</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Getting_to_your_Windows_Y:-drive&amp;diff=1086"/>
		<updated>2023-07-17T11:56:15Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
When you use the LWP then your UWP Y: drive is available at &#039;&#039;&#039;/media/ydrive&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Otherwise from with the university network you can use the smb protocol to access the Y:-drive.&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    sudo mount -t smb3 //workspace.rug.nl/ydrive /mnt/ydrive/ -o user=&amp;lt;p-number&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
From outside the university you can use https://vlwp.rug.nl or https://uwp.rug.nl&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Getting_to_your_Windows_Y:-drive&amp;diff=1085</id>
		<title>Getting to your Windows Y:-drive</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Getting_to_your_Windows_Y:-drive&amp;diff=1085"/>
		<updated>2023-07-17T11:56:01Z</updated>

		<summary type="html">&lt;p&gt;Heiko: Update the generic way to mount on linux&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
When you use the LWP then your UWP Y: drive is available at &#039;&#039;&#039;/media/ydrive&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Otherwise from with the university network you can use the smb protocol to access the Y:-drive.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    sudo mount -t smb3 //workspace.rug.nl/ydrive /mnt/ydrive/ -o user=&amp;lt;p-number&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From outside the university you can use https://vlwp.rug.nl or https://uwp.rug.nl&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Main_Page&amp;diff=1074</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Main_Page&amp;diff=1074"/>
		<updated>2023-04-03T08:42:22Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Main]]&lt;br /&gt;
= LWP Wiki =&lt;br /&gt;
Welcome to the LWP-Wiki!! For general LWP information, [http://myuniversity.rug.nl/infonet/medewerkers/ict/werkplek/werkplekken/linuxwerkplek/ the LWP main page] is the starting point.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you&#039;re having trouble on your LWP, our [[FAQ]] is a good place to take a look first. We might already have solved your problem once or twice before.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  !!! EDITOR&#039;s NOTES !!!&lt;br /&gt;
  When creating a new page DON&#039;T forget to add eg. [[Category:faq]] on the page, else it won&#039;t show up in searches!&lt;br /&gt;
  Create a new announcement by pasting the next line underneath the === Announcements === header and replacing &#039;2&#039; with the actual information.&lt;br /&gt;
  To edit the side bar: https://lwpwiki.webhosting.rug.nl/index.php/MediaWiki:Sidebar&lt;br /&gt;
{{Announcement| ~~~~| 2}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Announcements ==&lt;br /&gt;
{{Announcement| [[User:Chris|Chris]] ([[User talk:Chris|talk]]) 17:01, 13 March 2023 (CET)| What if there was a way to avoid having to install a broad range of scientific software from scratch on every HPC cluster or cloud instance you use or maintain, without compromising on performance? Check out [[EESSI]]!}}&lt;br /&gt;
{{Announcement| [[User:Chris|Chris]] ([[User talk:Chris|talk]]) 11:13, 2 March 2022 (CET)|New version of PyMOL, v2.5.0, available on LWP. Employees of FSE will get the licensed version, v2.5.2.}}&lt;br /&gt;
{{Announcement|[[User:Chris|Chris]] ([[User talk:Chris|talk]]) 11:17, 7 April 2021 (CEST)|The new manual on how to install the latest version of the LWP is online [[Installing the LWP|here]].}}&lt;br /&gt;
&lt;br /&gt;
If you&#039;re having trouble with your LWP and the solution isn&#039;t in our [[FAQ]], contact us by using the &#039;&#039;&#039;support&#039;&#039;&#039; program on the LWP&#039;s (if possible) by entering &amp;quot;support&amp;quot; on a LWP command line or selecting it from the menu.&amp;lt;br/&amp;gt;&lt;br /&gt;
For more general questions you can contact us by sending a mail to [mailto:lwp@rug.nl lwp@rug.nl].&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1022</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1022"/>
		<updated>2022-10-19T12:39:37Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Backup: =====&lt;br /&gt;
&lt;br /&gt;
Tape backups are made every night of both home and project directories:&lt;br /&gt;
&lt;br /&gt;
* The last 7 versions of existing files are retained up to 30 days.&lt;br /&gt;
* The single last version of deleted files are retained up to 60 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research related data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1021</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1021"/>
		<updated>2022-10-19T12:18:05Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Backup: =====&lt;br /&gt;
&lt;br /&gt;
Tape backups are made every night of both home and project directories:&lt;br /&gt;
&lt;br /&gt;
- The last 7 versions of existing files are retained up to 30 days.&lt;br /&gt;
- The single last version of deleted files are retained up to 60 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research related data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1020</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=1020"/>
		<updated>2022-10-19T12:17:39Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Backup: =====&lt;br /&gt;
&lt;br /&gt;
Tape backups are made every night of both home and project directories:&lt;br /&gt;
&lt;br /&gt;
- The last 7 versions of existing files are retained up to 30 days.&lt;br /&gt;
- The single last version of deleted files are retained up to 60 days.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research related data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1019</id>
		<title>Sharing directories</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1019"/>
		<updated>2022-10-17T14:59:02Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
If you need to share a directory between a number of people, you can use part of your home directory.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also ask for a separate, appropriately-named, directory outside of your homedir, of which you will be the owner. More information on how to do that can be found [[Project Directories| here]].&amp;lt;br&amp;gt;&lt;br /&gt;
You can grant others access by using &#039;&#039;&#039;Access Control Lists&#039;&#039;&#039;, &#039;&#039;&#039;ACLs&#039;&#039;&#039; from here on.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to use NFSv4 ACLs ==&lt;br /&gt;
You can find a detailed manual [https://www.osc.edu/resources/getting_started/howto/howto_use_nfsv4_acl here].&amp;lt;br&amp;gt;&lt;br /&gt;
On the command-line you can give the following command to get more abbreviated usage information and some examples:&lt;br /&gt;
  info nfs4_setfacl&lt;br /&gt;
&lt;br /&gt;
== Some examples of more commonly used commands ==&lt;br /&gt;
To allow someone read access to a file or directory:&lt;br /&gt;
  nfs4_setfacl -a A::&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Use upper case &#039;&#039;&#039;RWX&#039;&#039;&#039; instead of lower case.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is possible to set &#039;default&#039; ACLs. New files and/or sub-directories can automatically inherit these ACLs.&amp;lt;br&amp;gt;&lt;br /&gt;
To have new sub-directories inherit the ACL of it&#039;s parent:&lt;br /&gt;
  nfs4_setfacl -a A:d:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
And to have new files inherit the ACL:&lt;br /&gt;
  nfs4_setfacl -a A:f:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:R &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The ACLs can also be edited by using the editor command:&lt;br /&gt;
  nfs4_editfacl &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Altough you&#039;ll see different permission options, you can just use &#039;&#039;&#039;RWX&#039;&#039;&#039;, this gets translated for you automatically when you save your edit.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1018</id>
		<title>Sharing directories</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1018"/>
		<updated>2022-10-17T14:55:20Z</updated>

		<summary type="html">&lt;p&gt;Heiko: /* How to use NFSv4 ACLs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
If you need to share a directory between a number of people, you can use part of your home directory.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also ask for a separate, appropriately-named, directory outside of your homedir, of which you will be the owner. More information on how to do that can be found [[Project Directories| here]].&amp;lt;br&amp;gt;&lt;br /&gt;
You can grant others access by using &#039;&#039;&#039;Access Control Lists&#039;&#039;&#039;, &#039;&#039;&#039;ACLs&#039;&#039;&#039; from here on.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to use NFSv4 ACLs ==&lt;br /&gt;
You can find a detailed manual [[https://www.osc.edu/resources/getting_started/howto/howto_use_nfsv4_acl here]].&amp;lt;br&amp;gt;&lt;br /&gt;
On the command-line you can give the following command to get more abbreviated usage information and some examples:&lt;br /&gt;
  info nfs4_setfacl&lt;br /&gt;
&lt;br /&gt;
== Some examples of more commonly used commands ==&lt;br /&gt;
To allow someone read access to a file or directory:&lt;br /&gt;
  nfs4_setfacl -a A::&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Use upper case &#039;&#039;&#039;RWX&#039;&#039;&#039; instead of lower case.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is possible to set &#039;default&#039; ACLs. New files and/or sub-directories can automatically inherit these ACLs.&amp;lt;br&amp;gt;&lt;br /&gt;
To have new sub-directories inherit the ACL of it&#039;s parent:&lt;br /&gt;
  nfs4_setfacl -a A:d:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
And to have new files inherit the ACL:&lt;br /&gt;
  nfs4_setfacl -a A:f:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:R &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The ACLs can also be edited by using the editor command:&lt;br /&gt;
  nfs4_editfacl &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Altough you&#039;ll see different permission options, you can just use &#039;&#039;&#039;RWX&#039;&#039;&#039;, this gets translated for you automatically when you save your edit.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1017</id>
		<title>Sharing directories</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1017"/>
		<updated>2022-10-17T14:55:08Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
If you need to share a directory between a number of people, you can use part of your home directory.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also ask for a separate, appropriately-named, directory outside of your homedir, of which you will be the owner. More information on how to do that can be found [[Project Directories| here]].&amp;lt;br&amp;gt;&lt;br /&gt;
You can grant others access by using &#039;&#039;&#039;Access Control Lists&#039;&#039;&#039;, &#039;&#039;&#039;ACLs&#039;&#039;&#039; from here on.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to use NFSv4 ACLs ==&lt;br /&gt;
You can find a detailed manual [[https://www.osc.edu/resources/getting_started/howto/howto_use_nfsv4_acl | here]].&amp;lt;br&amp;gt;&lt;br /&gt;
On the command-line you can give the following command to get more abbreviated usage information and some examples:&lt;br /&gt;
  info nfs4_setfacl&lt;br /&gt;
&lt;br /&gt;
== Some examples of more commonly used commands ==&lt;br /&gt;
To allow someone read access to a file or directory:&lt;br /&gt;
  nfs4_setfacl -a A::&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Use upper case &#039;&#039;&#039;RWX&#039;&#039;&#039; instead of lower case.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is possible to set &#039;default&#039; ACLs. New files and/or sub-directories can automatically inherit these ACLs.&amp;lt;br&amp;gt;&lt;br /&gt;
To have new sub-directories inherit the ACL of it&#039;s parent:&lt;br /&gt;
  nfs4_setfacl -a A:d:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
And to have new files inherit the ACL:&lt;br /&gt;
  nfs4_setfacl -a A:f:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:R &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The ACLs can also be edited by using the editor command:&lt;br /&gt;
  nfs4_editfacl &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Altough you&#039;ll see different permission options, you can just use &#039;&#039;&#039;RWX&#039;&#039;&#039;, this gets translated for you automatically when you save your edit.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1016</id>
		<title>Sharing directories</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1016"/>
		<updated>2022-10-17T14:52:45Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
If you need to share a directory between a number of people, you can use part of your home directory.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also ask for a separate, appropriately-named, directory outside of your homedir, of which you will be the owner. More information on how to do that can be found [[Project Directories| here]].&amp;lt;br&amp;gt;&lt;br /&gt;
You can grant others access by using &#039;&#039;&#039;Access Control Lists&#039;&#039;&#039;, &#039;&#039;&#039;ACLs&#039;&#039;&#039; from here on.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to use NFSv4 ACLs ==&lt;br /&gt;
You can find a detailed manual [https://www.osc.edu/resources/getting_started/howto/howto_use_nfsv4_acl | here].&amp;lt;br&amp;gt;&lt;br /&gt;
On the command-line you can give the following command to get more abbreviated usage information and some examples:&lt;br /&gt;
  info nfs4_setfacl&lt;br /&gt;
&lt;br /&gt;
== Some examples of more commonly used commands ==&lt;br /&gt;
To allow someone read access to a file or directory:&lt;br /&gt;
  nfs4_setfacl -a A::&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Use upper case &#039;&#039;&#039;RWX&#039;&#039;&#039; instead of lower case.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is possible to set &#039;default&#039; ACLs. New files and/or sub-directories can automatically inherit these ACLs.&amp;lt;br&amp;gt;&lt;br /&gt;
To have new sub-directories inherit the ACL of it&#039;s parent:&lt;br /&gt;
  nfs4_setfacl -a A:d:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
And to have new files inherit the ACL:&lt;br /&gt;
  nfs4_setfacl -a A:f:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:R &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The ACLs can also be edited by using the editor command:&lt;br /&gt;
  nfs4_editfacl &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Altough you&#039;ll see different permission options, you can just use &#039;&#039;&#039;RWX&#039;&#039;&#039;, this gets translated for you automatically when you save your edit.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1015</id>
		<title>Sharing directories</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Sharing_directories&amp;diff=1015"/>
		<updated>2022-10-17T14:51:09Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
If you need to share a directory between a number of people, you can use part of your home directory.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also ask for a separate, appropriately-named, directory outside of your homedir, of which you will be the owner. More information on how to do that can be found [[Project Directories| here]].&amp;lt;br&amp;gt;&lt;br /&gt;
You can grant others access by using &#039;&#039;&#039;Access Control Lists&#039;&#039;&#039;, &#039;&#039;&#039;ACLs&#039;&#039;&#039; from here on.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How to use NFSv4 ACLs ==&lt;br /&gt;
You can find a detailed manual [https://www.osc.edu/resources/getting_started/howto/howto_use_nfsv4_acl| here].&amp;lt;br&amp;gt;&lt;br /&gt;
On the command-line you can give the following command to get more abbreviated usage information and some examples:&lt;br /&gt;
  info nfs4_setfacl&lt;br /&gt;
&lt;br /&gt;
== Some examples of more commonly used commands ==&lt;br /&gt;
To allow someone read access to a file or directory:&lt;br /&gt;
  nfs4_setfacl -a A::&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Use upper case &#039;&#039;&#039;RWX&#039;&#039;&#039; instead of lower case.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is possible to set &#039;default&#039; ACLs. New files and/or sub-directories can automatically inherit these ACLs.&amp;lt;br&amp;gt;&lt;br /&gt;
To have new sub-directories inherit the ACL of it&#039;s parent:&lt;br /&gt;
  nfs4_setfacl -a A:d:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:RX &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
And to have new files inherit the ACL:&lt;br /&gt;
  nfs4_setfacl -a A:f:&#039;&#039;&#039;&amp;lt;username&amp;gt;&#039;&#039;&#039;@rug.nl:R &#039;&#039;&#039;&amp;lt;dir&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The ACLs can also be edited by using the editor command:&lt;br /&gt;
  nfs4_editfacl &#039;&#039;&#039;&amp;lt;dir/file&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;Note: Altough you&#039;ll see different permission options, you can just use &#039;&#039;&#039;RWX&#039;&#039;&#039;, this gets translated for you automatically when you save your edit.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Quota&amp;diff=1005</id>
		<title>Quota</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Quota&amp;diff=1005"/>
		<updated>2022-07-28T14:59:51Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
As of october 2018, disk quota are enforced on the Home Directory Servers.  That means you cannot write more data to $HOME than the allotted quotum.  The server will act as if your disk is full.  To reduce the chance this causes problems, there is a grace period of 7 days where you can exceed the quotum up to 10 Gb.&lt;br /&gt;
&lt;br /&gt;
=== Quota info at login ===&lt;br /&gt;
Every time you log in, a notification message will show your current data usage and quota like this:&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-quota-info.png]]&lt;br /&gt;
&lt;br /&gt;
=== Over-quota warning ===&lt;br /&gt;
A message like this will appear at login &#039;&#039;&#039;and&#039;&#039;&#039; every 30 minutes when your home directory usage has exceeded quota by less than 10 Gb for less than 7 days:&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-over-quota.png]]&lt;br /&gt;
&lt;br /&gt;
(note that it shows when the grace period of 10 Gb extra space will end.)&lt;br /&gt;
&lt;br /&gt;
=== Over-limit warning ===&lt;br /&gt;
When your home directory usage exceeds quota by more than 10Gb, or by less than 10 Gb but longer than 7 days, you cannot write to your home directory anymore. Among (probably) other error dialogs from other program complaining they can not write files anymore, messages like this will appear every 30 minutes:&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-over-limit.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; How much quotum do I have?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; As of Octobre 2018 quota will initially be set to 10 Gb more than your data usage, with a minimum of 50 Gb.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What if I exceed my quotum?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; A warning dialog will show every 30 minutes, showing the quota information. You will still be able to write to your home directory, as there is a fall-back of 10 Gb extra.&lt;br /&gt;
&lt;br /&gt;
However when you exceed this fall-back limit (also called &amp;quot;hard limit&amp;quot;) your programs won&#039;t be able to write anymore and will be in &amp;quot;disk full&amp;quot; condition.&lt;br /&gt;
&lt;br /&gt;
The fall-back of 10 Gb extra also will expire in 7 days after first exceeding the limit. When it expires, &amp;quot;disk full&amp;quot; condition will apply as if the (hard) limit was reached.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; I need more space. What do I do?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Either delete some file you do not need anymore, or ask [mailto:lwp@rug.nl us] for more space (quotum).  Generally your quotum will be increased by return, if server disk space allows.  However, if you need considerably more than, say 100 Gb, we will ask you request a &amp;quot;project directory&amp;quot; and store the bulk of your files there.  See: [[Project Directories]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; I exceeded my quota. All my programs started complaining, and I can&#039;t work any more. I can&#039;t even log in any more.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; That&#039;s a pity. In the worst case, press &amp;lt;CTRL&amp;gt;&amp;lt;F2&amp;gt; to get to a text-mode prompt. Log in, and delete some stuff until there is free space. After you logged out, &amp;lt;CTRL&amp;gt;&amp;lt;F7&amp;gt; to get back to a graphics mode screen, and perhaps reboot. You should be able to work again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Quota are a nuisance! Why do we have to have them!?!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; If large file systems break, fixing them takes weeks. So we want small filesystems. But if one single user writes too much data, all your lwps stop working. And on a small filesystem, the risk is considerable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why this artificial split between $HOME and /projects?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; All your programs (shells, editors, browsers, mail, Matlab, etc. etc.) write to $HOME by default. If $HOME is full, all of those break, and some corrupt their data - silently, if you have bad luck. We &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; want this for any significant number of users.&lt;br /&gt;
If /projects (or part of it) overflows, only the programs break that were specifically directed to it. That&#039;s still bad, but not at all as bad as all your programs failing.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Quota&amp;diff=1004</id>
		<title>Quota</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Quota&amp;diff=1004"/>
		<updated>2022-07-28T14:59:04Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
As of october 2018, disk quota are enforced on the Home Directory Servers.  That means you cannot write more data to $HOME than the allotted quotum.  The server will act as if your disk is full.  To reduce the chance this causes problems, there is a grace period of 7 days where you can exceed the quotum up to 10 Gb.&lt;br /&gt;
&lt;br /&gt;
=== Quota info at login ===&lt;br /&gt;
Every time you log in, a notification message will show your current data usage and quota like this:&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-quota-info.png]]&lt;br /&gt;
&lt;br /&gt;
=== Over-quota warning ===&lt;br /&gt;
A message like this will appear at login &#039;&#039;&#039;and&#039;&#039;&#039; every 30 minutes when your home directory usage has exceeded quota by less than 10 Gb for less than 7 days:&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-over-quota.png]]&lt;br /&gt;
&lt;br /&gt;
(note that it shows when the grace period of 10 Gb extra space will end.)&lt;br /&gt;
&lt;br /&gt;
=== Over-limit warning ===&lt;br /&gt;
When your home directory usage exceeds quota by more than 10Gb, or by less than 10 Gb but longer than 7 days, you cannot write to your home directory anymore. Among (probably) other error dialogs from other program complaining they can not write files anymore, messages like this will appear every 30 minutes:&lt;br /&gt;
&lt;br /&gt;
[[File:Screenshot-over-limit.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; How much quotum do I have?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; As of Octobre 2018 quota will initially be set to 10 Gb more than your data usage, with a minimum of 50 Gb.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; What if I exceed my quotum?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; A warning dialog will show every 30 minutes, showing the quota information. You will still be able to write to your home directory, as there is a fall-back of 10 Gb extra.&lt;br /&gt;
&lt;br /&gt;
However when you exceed this fall-back limit (also called &amp;quot;hard limit&amp;quot;) your programs won&#039;t be able to write anymore and will be in &amp;quot;disk full&amp;quot; condition.&lt;br /&gt;
&lt;br /&gt;
The fall-back of 10 Gb extra also will expire in 7 days after first exceeding the limit. When it expires, &amp;quot;disk full&amp;quot; condition will apply as if the (hard) limit was reached.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; I need more space. What do I do?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; Either delete some file you do not need anymore, or ask [mailto:lwp@rug.nl us] for more space (quotum).  Generally your quotum will be increased by return, if server disk space allows.  However, if you need considerably more than, say 100 Gb, we will ask you request a &amp;quot;project directory&amp;quot; and store the bulk of your files there.  See: [[Project Directories]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; I exceeded my quota. All my programs started complaining, and I can&#039;t work any more. I can&#039;t even log in any more.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; That&#039;s a pity. In the worst case, press &amp;lt;CTRL&amp;gt;&amp;lt;F2&amp;gt; to get to a text-mode prompt. Log in, and delete some stuff until there is free space. After you logged out, &amp;lt;CTRL&amp;gt;&amp;lt;F7&amp;gt; to get back to a graphics mode screen, and perhaps reboot. You should be able to work again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Quota are a nuisance! Why do we have to have them!?!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; If large file systems break, fixing them takes weeks. So we want small filesystems. But if one single user writes too much data, all your lwps stop working. And on a small filesystem, the risk is considerable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Q:&#039;&#039;&#039; Why this artificial split between $HOME and /projects?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;A:&#039;&#039;&#039; All your programs (shells, editors, browsers, mail, Matlab, etc. etc.) write to $HOME by default. If $HOME is full, all of those break, and some corrupt their data - silently, if you have bad luck. We &#039;&#039;&#039;don&#039;t&#039;&#039;&#039; want this for any significant number of users.&lt;br /&gt;
If /project (or part of it) overflows, only the programs break that were specifically directed to it. That&#039;s still bad, but not at all as bad as all your programs failing.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Project_Directories&amp;diff=1003</id>
		<title>Project Directories</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Project_Directories&amp;diff=1003"/>
		<updated>2022-07-28T14:58:37Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
&lt;br /&gt;
If you need space under /projects, contact [mailto:lwp@rug.nl us] with the following information:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Name:&#039;&#039;&#039; What should we call that directory under /projects?&lt;br /&gt;
If it&#039;s just personal, we can use your account name, or (a unique abbreviation of) your own name.&lt;br /&gt;
* &#039;&#039;&#039;Size:&#039;&#039;&#039; How much space do you need? If we need to set up an entire new server for you, especially consider the next question.&lt;br /&gt;
* &#039;&#039;&#039;Access:&#039;&#039;&#039; Do we open the directory for all LWP users? Or just for you? You can let individual other users in using NFS ACLs.&lt;br /&gt;
* &#039;&#039;&#039;Pay&#039;&#039;&#039;: Who is authorizing that use? (Cc: to supervisor, Demand Manager or whomever)&lt;br /&gt;
* &#039;&#039;&#039;Removal&#039;&#039;&#039;: When can we discard that data? If never, consider the next question.&lt;br /&gt;
* &#039;&#039;&#039;Succession&#039;&#039;&#039;: You are going to be the owner of that project directory. Three months after your account is revoked, we remove the data. If that should not happen, tell us whom to give it to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once we prepare the space for you, you can access it. Let&#039;s assume it is called &#039;mydir&#039;:&lt;br /&gt;
 ls /projects/mydir&lt;br /&gt;
&lt;br /&gt;
=== Sharing ===&lt;br /&gt;
&lt;br /&gt;
Let&#039;s say you have a project directory, but you want to collaborate with user p111222. Here&#039;s how you give her access:&lt;br /&gt;
 $ nfs4_setfacl -a &#039;A::p111222@rug.nl:RWX&#039; /project/mydir&lt;br /&gt;
More detailed information on the use of &#039;&#039;&#039;nfs4_setfacl&#039;&#039;&#039; can be found [[Sharing directories| here]].&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Install_packages&amp;diff=961</id>
		<title>Install packages</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Install_packages&amp;diff=961"/>
		<updated>2022-03-01T16:04:03Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:software-faq]]&lt;br /&gt;
It is possible for users to install packages from the standard repositories we provide on their own LWP&#039;s. Students (i.e. those logging in with S-numbers) are excluded from this feature, because the PCs in the computer rooms need to diverge as little as possible and new versions of packages can cause trouble with upgrades of Ubuntu provided packages.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you wish your software to be installed on all LWP&#039;s, e.g. because you need it for a course, please fill out [[Special:Contact/swreq|this software request form]].&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
We&#039;ve added many extra repositories, for special packages, but they&#039;ve been given a lower install priority. We&#039;ve done this, so you have to deliberately install the package version you want and no accidental installs happen. You can also install anything that can be found in the &#039;&#039;Ubuntu Software Center&#039;&#039;.&amp;lt;br/&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
Here are the most useful commands on the command line.&amp;lt;br/&amp;gt;&lt;br /&gt;
* To search for the actual package name:&lt;br /&gt;
 sudo apt-cache search &amp;lt;name of the program&amp;gt;&lt;br /&gt;
* See the available versions of a package and in what repository with what priority they can be found:&lt;br /&gt;
 sudo apt-cache policy &amp;lt;package&amp;gt;&lt;br /&gt;
* Installing a package from&lt;br /&gt;
:1. the standard &#039;&#039;Ubuntu&#039;&#039; repositories:&lt;br /&gt;
 sudo apt-get install &amp;lt;package&amp;gt;&lt;br /&gt;
:2. the extra repositories:&lt;br /&gt;
 sudo apt-get install -t o=&amp;lt;origin&amp;gt; &amp;lt;package&amp;gt;&lt;br /&gt;
* With the &#039;-t&#039; option you can provide the &amp;lt;origin&amp;gt; of the package.&lt;br /&gt;
:1. If you know the repository name, the origin (o=...) can be found in the preferences file of the repository of the package:&lt;br /&gt;
 cat /etc/apt/preferences.d/&amp;lt;repository_name&amp;gt;.pref&lt;br /&gt;
:2. If you don&#039;t know the repository name, you can use the following commands:&lt;br /&gt;
 sudo apt-cache policy &amp;lt;package&amp;gt;&lt;br /&gt;
 sudo apt-cache policy | grep -A2 &amp;lt;package source&amp;gt; | grep -o &amp;quot;o=.*&amp;quot; | cut -d&amp;quot;,&amp;quot; -f1 | uniq&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;e.g.&#039;&#039;&#039; If you would like to install the latest version of Libreoffice on your system. It isn&#039;t available from the main repository, but it is available in one of the extra&#039;s with a lower (400) priority. (version numbers may differ)&lt;br /&gt;
 &#039;&#039;&#039;sudo apt-cache policy libreoffice&#039;&#039;&#039;&lt;br /&gt;
 [sudo] password for &amp;lt;you&amp;gt;: &lt;br /&gt;
 libreoffice:&lt;br /&gt;
   Installed: 1:3.5.7-0ubuntu5&lt;br /&gt;
   Candidate: 1:3.5.7-0ubuntu5&lt;br /&gt;
   Version table:&lt;br /&gt;
      1:4.2.1-0ubuntu1~trusty 0&lt;br /&gt;
         400 http://deb.rug.nl/ppa/mirror/ppa.launchpad.net/libreoffice/ppa/ubuntu/ precise/main amd64 Packages&lt;br /&gt;
  *** 1:3.5.7-0ubuntu5 0&lt;br /&gt;
         500 http://osmirror.rug.nl/ubuntu/ trusty-updates/main amd64 Packages&lt;br /&gt;
         100 /var/lib/dpkg/status&lt;br /&gt;
      1:3.5.4-0ubuntu1.1 0&lt;br /&gt;
         500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages&lt;br /&gt;
      1:3.5.2-2ubuntu1 0&lt;br /&gt;
         500 http://osmirror.rug.nl/ubuntu/ trusty/main amd64 Packages&lt;br /&gt;
We can see that version 1:4.2.1 is the latest, but 1:3.5.7 is installed.&amp;lt;br/&amp;gt;&lt;br /&gt;
First we&#039;ll pretend we don&#039;t know the repository file is named libreoffice.* and try to determine the origin of the package with a command:&lt;br /&gt;
 &#039;&#039;&#039;sudo apt-cache policy | grep -A2 http://deb.rug.nl/ppa/mirror/ppa.launchpad.net/libreoffice/ppa/ubuntu/ | grep -o &amp;quot;o=.*&amp;quot; | cut -d&amp;quot;,&amp;quot; -f1 | uniq&#039;&#039;&#039;&lt;br /&gt;
 o=LP-PPA-libreoffice&lt;br /&gt;
If you do know the file to look in, you can do this: &lt;br /&gt;
 &#039;&#039;&#039;cat /etc/apt/preferences.d/libreoffice.pref&#039;&#039;&#039;&lt;br /&gt;
 # libreoffice&lt;br /&gt;
 Explanation: : libreoffice&lt;br /&gt;
 Package: *&lt;br /&gt;
 Pin: release o=LP-PPA-libreoffice&lt;br /&gt;
 Pin-Priority: 400&lt;br /&gt;
The &amp;quot;&#039;&#039;&#039;o=...&#039;&#039;&#039;&amp;quot; parameter is the origin, so now we can install the latest version with the addition of &amp;quot;&#039;&#039;&#039;-t o=LP-PPA-libreoffice&#039;&#039;&#039;&amp;quot; to the normal apt-get command:&lt;br /&gt;
 &#039;&#039;&#039;sudo apt-get install -t o=LP-PPA-libreoffice libreoffice&#039;&#039;&#039;&lt;br /&gt;
 &amp;lt;long list of packages and extra packages&amp;gt;&lt;br /&gt;
 [y/n] y&lt;br /&gt;
 &amp;lt;even longer list of stuff the system is doing&amp;gt;&lt;br /&gt;
It might ask you if you want to keep some configuration files. Usually the default (keep the config file on the system) is the best choise... unless you want to begin with a completely clean install, because of problems. When it&#039;s done, you&#039;ll have the latest version of Libreoffice installed.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Can_I_have_root_rights%3F&amp;diff=960</id>
		<title>Can I have root rights?</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Can_I_have_root_rights%3F&amp;diff=960"/>
		<updated>2022-03-01T15:13:54Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
We strive to make the LWP such that you do not need sudo rights. In fact&lt;br /&gt;
you can already install all packages from all the repositories that we&lt;br /&gt;
have pre-configured. Example:&lt;br /&gt;
&lt;br /&gt;
 $ sudo apt-get install &amp;lt;somepackage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For details, refer to [[install packages]].&lt;br /&gt;
&lt;br /&gt;
If you need some software that is not in these repositories we have&lt;br /&gt;
rather that you ask us to provide it. That way we can keep track on what&lt;br /&gt;
is important for users and what is not.&lt;br /&gt;
&lt;br /&gt;
That said you can of course install whatever you like in your [[Home directory|home directory]] or&lt;br /&gt;
on the local /mnt/D partition.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  $ conda create -n foo python=3.7 numpy keras&lt;br /&gt;
  $ npm install &amp;lt;something&amp;gt;&lt;br /&gt;
  $ pip install --user &amp;lt;some package&amp;gt; # use conda instead of pip&lt;br /&gt;
  $ make &amp;amp;&amp;amp; make install PREFIX=$HOME/local&lt;br /&gt;
&lt;br /&gt;
Of course you &#039;&#039;can&#039;&#039; get sudo rights. However since in that case we do&lt;br /&gt;
not know anymore how your system has changed we cannot provide much more&lt;br /&gt;
support then just reinstalling the system.&lt;br /&gt;
&lt;br /&gt;
If you tell us what it is that you want to achieve with sudo rights then&lt;br /&gt;
we can explain how todo that without sudo rights (or why you should not&lt;br /&gt;
do that).&lt;br /&gt;
&lt;br /&gt;
However, if you&#039;re still convinced you need sudo rights on your system, send [mailto:lwp@rug.nl us] a request mentioning your PC&#039;s hostname and/or WKS-number. Please note that you cannot get root rights to shared PC&#039;s.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=959</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=959"/>
		<updated>2022-02-16T15:02:19Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research realated data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=958</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=958"/>
		<updated>2022-02-16T15:01:38Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research realated data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;br /&gt;
&lt;br /&gt;
* https://www.rug.nl/society-business/centre-for-information-technology/news/rug-lid-van-irods-consortium&lt;br /&gt;
* https://www.rug.nl/society-business/target-fieldlab/projects-and-r-and-d/big-data-layer&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=952</id>
		<title>Anaconda</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=952"/>
		<updated>2021-08-02T15:24:37Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:anaconda-faq]]&lt;br /&gt;
The &#039;&#039;&#039;Anaconda&#039;&#039;&#039; Python distribution is available on LWP over and NFS mount.  In order to use it on LWP instead of the locally installed Python, you need to load some environment variables into your shell.&lt;br /&gt;
&lt;br /&gt;
To make Anaconda available in just your current &#039;&#039;bash&#039;&#039; session:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; source /opt/netapps/anaconda-lwp4/etc/profile.d/conda.sh&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda activate&lt;br /&gt;
&lt;br /&gt;
To have your shell startup files managed by Anaconda, so it will be available any time you start your shell:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda init&lt;br /&gt;
&lt;br /&gt;
And after this, close and re-open your shell. Note that this last command also works with a select few other shells.&lt;br /&gt;
&lt;br /&gt;
====Custom environments====&lt;br /&gt;
&lt;br /&gt;
In order to be able to install additional packages using &amp;lt;code&amp;gt;conda install &amp;lt;package&amp;gt;&amp;lt;/code&amp;gt; you&#039;ll need to your own &#039;&#039;environment&#039;&#039;. Such environment is stored in your home directory so it can be written to by you. By the commands above activate anaconda&#039;s default environment &#039;&#039;base&#039;&#039; and because it is stored centrally on the network it&#039;s not writable.&lt;br /&gt;
&lt;br /&gt;
To create your own environment called &amp;quot;xmpl&amp;quot; (it&#039;s recommended to keep the name short):&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda create --name xmpl&lt;br /&gt;
&lt;br /&gt;
Activate this with:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda activate xmpl&lt;br /&gt;
&lt;br /&gt;
Custom environments also allow you to use specific versions of python itself and/or module packages. For more information see [https://conda.io/projects/conda/en/latest/user-guide/getting-started.html#managing-environments the conda documentation about environments].&lt;br /&gt;
&lt;br /&gt;
For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Anaconda_(Python_distribution)&lt;br /&gt;
* https://docs.anaconda.com/anaconda/user-guide/&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=951</id>
		<title>Anaconda</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=951"/>
		<updated>2021-08-02T14:43:20Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:anaconda-faq]]&lt;br /&gt;
The &#039;&#039;&#039;Anaconda&#039;&#039;&#039; Python distribution is available on LWP over and NFS mount.  In order to use it on LWP instead of the locally installed Python, you need to load some environment variables into your shell.&lt;br /&gt;
&lt;br /&gt;
To make Anaconda available in just your current &#039;&#039;bash&#039;&#039; session:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; source /opt/netapps/anaconda-lwp4/etc/profile.d/conda.sh&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda activate&lt;br /&gt;
&lt;br /&gt;
To have your shell startup files managed by Anaconda, so it will be available any time you start your shell:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda init&lt;br /&gt;
&lt;br /&gt;
And after this, close and re-open your shell. Note that this last command also works with a select few other shells.&lt;br /&gt;
&lt;br /&gt;
====Custom environments====&lt;br /&gt;
&lt;br /&gt;
In order to be able to install additional packages using &amp;lt;code&amp;gt;conda install &amp;lt;package&amp;gt;&amp;lt;/code&amp;gt; you&#039;ll need to your own &#039;&#039;environment&#039;&#039;. Such environment is stored in your home directory so it can be written to by you. By the commands above activate anaconda&#039;s default environment &#039;&#039;base&#039;&#039; and because it is stored centrally on the network it&#039;s not writable.&lt;br /&gt;
&lt;br /&gt;
To create your own environment called &amp;quot;xmpl&amp;quot; (it is recommended to keep the name short):&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda create --name xmpl&lt;br /&gt;
&lt;br /&gt;
Activate this with:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda activate xmpl&lt;br /&gt;
&lt;br /&gt;
Custom environments also allow you to use specific versions of python itself and/or module packages. For more information see [https://conda.io/projects/conda/en/latest/user-guide/getting-started.html#managing-environments the conda documentation about environments].&lt;br /&gt;
&lt;br /&gt;
For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Anaconda_(Python_distribution)&lt;br /&gt;
* https://docs.anaconda.com/anaconda/user-guide/&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=950</id>
		<title>Anaconda</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=950"/>
		<updated>2021-08-02T14:42:40Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:anaconda-faq]]&lt;br /&gt;
The &#039;&#039;&#039;Anaconda&#039;&#039;&#039; Python distribution is available on LWP over and NFS mount.  In order to use it on LWP instead of the locally installed Python, you need to load some environment variables into your shell.&lt;br /&gt;
&lt;br /&gt;
To make Anaconda available in just your current &#039;&#039;bash&#039;&#039; session:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; source /opt/netapps/anaconda-lwp4/etc/profile.d/conda.sh # current lwp4 (Ubuntu 20.04)&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda activate&lt;br /&gt;
&lt;br /&gt;
To have your shell startup files managed by Anaconda, so it will be available any time you start your shell:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda init&lt;br /&gt;
&lt;br /&gt;
And after this, close and re-open your shell. Note that this last command also works with a select few other shells.&lt;br /&gt;
&lt;br /&gt;
====Custom environments====&lt;br /&gt;
&lt;br /&gt;
In order to be able to install additional packages using &amp;lt;code&amp;gt;conda install &amp;lt;package&amp;gt;&amp;lt;/code&amp;gt; you&#039;ll need to your own &#039;&#039;environment&#039;&#039;. Such environment is stored in your home directory so it can be written to by you. By the commands above activate anaconda&#039;s default environment &#039;&#039;base&#039;&#039; and because it is stored centrally on the network it&#039;s not writable.&lt;br /&gt;
&lt;br /&gt;
To create your own environment called &amp;quot;xmpl&amp;quot; (it is recommended to keep the name short):&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda create --name xmpl&lt;br /&gt;
&lt;br /&gt;
Activate this with:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda activate xmpl&lt;br /&gt;
&lt;br /&gt;
Custom environments also allow you to use specific versions of python itself and/or module packages. For more information see [https://conda.io/projects/conda/en/latest/user-guide/getting-started.html#managing-environments the conda documentation about environments].&lt;br /&gt;
&lt;br /&gt;
For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Anaconda_(Python_distribution)&lt;br /&gt;
* https://docs.anaconda.com/anaconda/user-guide/&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=949</id>
		<title>Anaconda</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=949"/>
		<updated>2021-08-02T14:16:43Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:anaconda-faq]]&lt;br /&gt;
The &#039;&#039;&#039;Anaconda&#039;&#039;&#039; Python distribution is available on LWP over and NFS mount.  In order to use it on LWP instead of the locally installed Python, you need to load some environment variables into your shell.&lt;br /&gt;
&lt;br /&gt;
To make Anaconda available in just your current &#039;&#039;bash&#039;&#039; session:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; source /opt/netapps/anaconda3/etc/profile.d/conda.sh     #   older lwp3 (Ubuntu 16.04)&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; source /opt/netapps/anaconda-lwp4/etc/profile.d/conda.sh # current lwp4 (Ubuntu 20.04)&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda activate&lt;br /&gt;
&lt;br /&gt;
To have your shell startup files managed by Anaconda, so it will be available any time you start your shell:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda init&lt;br /&gt;
&lt;br /&gt;
And after this, close and re-open your shell. Note that this last command also works with a select few other shells.&lt;br /&gt;
&lt;br /&gt;
====Custom environments====&lt;br /&gt;
&lt;br /&gt;
In order to be able to install additional packages using &amp;lt;code&amp;gt;conda install &amp;lt;package&amp;gt;&amp;lt;/code&amp;gt; you&#039;ll need to your own &#039;&#039;environment&#039;&#039;. Such environment is stored in your home directory so it can be written to by you. By the commands above activate anaconda&#039;s default environment &#039;&#039;base&#039;&#039; and because it is stored centrally on the network it&#039;s not writable.&lt;br /&gt;
&lt;br /&gt;
To create your own environment called &amp;quot;xmpl&amp;quot; (it is recommended to keep the name short):&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda create --name xmpl&lt;br /&gt;
&lt;br /&gt;
Activate this with:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda activate xmpl&lt;br /&gt;
&lt;br /&gt;
Custom environments also allow you to use specific versions of python itself and/or module packages. For more information see [https://conda.io/projects/conda/en/latest/user-guide/getting-started.html#managing-environments the conda documentation about environments].&lt;br /&gt;
&lt;br /&gt;
For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Anaconda_(Python_distribution)&lt;br /&gt;
* https://docs.anaconda.com/anaconda/user-guide/&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Still_over_quota,_after_deleting_files&amp;diff=946</id>
		<title>Still over quota, after deleting files</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Still_over_quota,_after_deleting_files&amp;diff=946"/>
		<updated>2021-07-29T07:39:24Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
If you have deleted files, but still get notified of you disk usage being over quota, chances are the files were deleted using a GUI file manager application. Often these applications move file to some sort of &amp;quot;recycle bin&amp;quot; instead of really deleting them.&lt;br /&gt;
&lt;br /&gt;
To solve, empty your &amp;quot;recycle bin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If this was not the case, the following command will show the 10 largest directory (or files) in the current directory:&lt;br /&gt;
&lt;br /&gt;
    du -hs  .[!.]* *  | sort -h | tail&lt;br /&gt;
&lt;br /&gt;
Note: this command may take some time to finish.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Still_over_quota,_after_deleting_files&amp;diff=945</id>
		<title>Still over quota, after deleting files</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Still_over_quota,_after_deleting_files&amp;diff=945"/>
		<updated>2021-07-28T10:45:49Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
If you have deleted files, but still get notified of you disk usage being over quota, chances are the files were deleted using a GUI file manager application. Often these applications move file to some sort of &amp;quot;recycle bin&amp;quot; instead of really deleting them.&lt;br /&gt;
&lt;br /&gt;
To solve, empty your &amp;quot;recycle bin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If this was not the case, the following command will show the 10 largest directory (or files) in your home directory:&lt;br /&gt;
&lt;br /&gt;
    cd ~&lt;br /&gt;
    du -hs  .[!.]* *  | sort -h | tail&lt;br /&gt;
&lt;br /&gt;
Note: this command may take some time to finish.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Still_over_quota,_after_deleting_files&amp;diff=944</id>
		<title>Still over quota, after deleting files</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Still_over_quota,_after_deleting_files&amp;diff=944"/>
		<updated>2021-07-28T10:45:14Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
If you have deleted files, but still get notified of you disk usage being over quota, chances are the files were deleted using a GUI file manager application. Often these applications move file to some sort of &amp;quot;recycle bin&amp;quot; instead of really deleting them.&lt;br /&gt;
&lt;br /&gt;
To solve, empty your &amp;quot;recycle bin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If this was not the case, the following command will show the 10 largest directory (or files) in your home directory:&lt;br /&gt;
&lt;br /&gt;
    cd ~&lt;br /&gt;
    du -hs  .[!.]* *  | sort -h | tail&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Home_directory&amp;diff=799</id>
		<title>Home directory</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Home_directory&amp;diff=799"/>
		<updated>2020-08-06T06:54:14Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
&lt;br /&gt;
* [[Quota]]&lt;br /&gt;
* [[Still over quota, after deleting files]]&lt;br /&gt;
* [[kerberos ticket expired | Lost access / permission denied to home directory (error: ticket expired)]]&lt;br /&gt;
* [[Data retention policy | Data retention policy (i.e. how long do we keep your data after you leave?) ]]&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=798</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=798"/>
		<updated>2020-08-06T06:50:42Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research realated data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://www.rug.nl/society-business/centre-for-information-technology/news/rug-lid-van-irods-consortium&lt;br /&gt;
* https://www.rug.nl/society-business/target-fieldlab/projects-and-r-and-d/big-data-layer&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=797</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=797"/>
		<updated>2020-06-04T07:19:52Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for two or&lt;br /&gt;
more consecutive years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research realated data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://www.rug.nl/society-business/centre-for-information-technology/news/rug-lid-van-irods-consortium&lt;br /&gt;
* https://www.rug.nl/society-business/target-fieldlab/projects-and-r-and-d/big-data-layer&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=796</id>
		<title>Data retention policy</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Data_retention_policy&amp;diff=796"/>
		<updated>2020-05-26T07:44:55Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ﻿RUG account life cycle and your home directory ==&lt;br /&gt;
&lt;br /&gt;
==== Summary / TL;DR: ====&lt;br /&gt;
&lt;br /&gt;
When you leave the university your home directory may be deleted&lt;br /&gt;
permanently after 2 years (but not before).&lt;br /&gt;
&lt;br /&gt;
===== Details: =====&lt;br /&gt;
&lt;br /&gt;
Your general RUG account (p/s/f/g number account) is used to log&lt;br /&gt;
in to an LWP and is subject to the general university policy&lt;br /&gt;
governing these accounts. When you leave the university for any&lt;br /&gt;
reason your account will be disabled.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled for more than 6 consecutive&lt;br /&gt;
months we may archive your home directory. This means it will be&lt;br /&gt;
compressed and put aside.&lt;br /&gt;
&lt;br /&gt;
In case your account becomes enabled once again after your home&lt;br /&gt;
directory was archived, we can reinstate the home directory&lt;br /&gt;
manually on request.&lt;br /&gt;
&lt;br /&gt;
When your account has been disabled uninterruptedly for two or&lt;br /&gt;
more years we may delete your home directory and/or its archive&lt;br /&gt;
entirely and permanently. It will still be possible to restore it&lt;br /&gt;
from tape backup up for to 3 months after this, but this will&lt;br /&gt;
only be done under exceptional circumstances.&lt;br /&gt;
&lt;br /&gt;
You will *not* recieve any warnings about this, since disabling&lt;br /&gt;
RUG accounts is already accompanied with warning emails.&lt;br /&gt;
&lt;br /&gt;
===== Note: =====&lt;br /&gt;
&lt;br /&gt;
CIT offers a service for archiving research realated data. For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://www.rug.nl/society-business/centre-for-information-technology/news/rug-lid-van-irods-consortium&lt;br /&gt;
* https://www.rug.nl/society-business/target-fieldlab/projects-and-r-and-d/big-data-layer&lt;br /&gt;
* https://wiki.hpc.rug.nl/rdms/access/start&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Main_Page&amp;diff=793</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Main_Page&amp;diff=793"/>
		<updated>2020-05-04T07:40:23Z</updated>

		<summary type="html">&lt;p&gt;Heiko: /* Corona */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Main]]&lt;br /&gt;
= LWP Wiki =&lt;br /&gt;
Welcome to the LWP-Wiki! For general LWP information, [http://myuniversity.rug.nl/infonet/medewerkers/ict/werkplek/werkplekken/linuxwerkplek/ the LWP main page] is the starting point.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you&#039;re having trouble on your LWP, our [[FAQ]] is a good place to take a look first. We might already have solved your problem once or twice before.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  !!! EDITOR&#039;s NOTES !!!&lt;br /&gt;
  When creating a new page DON&#039;T forget to add eg. [[Category:faq]] on the page, else it won&#039;t show up in searches!&lt;br /&gt;
  Create a new announcement by pasting the next line underneath the === Announcements === header and replacing &#039;2&#039; with the actual information.&lt;br /&gt;
  To edit the side bar: https://lwpwiki.webhosting.rug.nl/index.php/MediaWiki:Sidebar&lt;br /&gt;
{{Announcement| ~~~~| 2}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Corona ==&lt;br /&gt;
Staff can have [[Remote access]] to their LWP. We will keep up support as best we can.&lt;br /&gt;
&lt;br /&gt;
Staff and students can have [[Remote access]] to lwp-ssh.service.rug.nl and Alfa Informatica students can also connect to karora.let.rug.nl.&lt;br /&gt;
&lt;br /&gt;
When logged in a physical PC at university premises you automatically have file system permissions to put your public key in place to be able to access karora/lwp-ssh remotely from outside the RUG network. As a corona-time alternative we can put it in place for you if you send us the public key together with a photo of your ID (RUG-card, drivers license,..) from a RUG e-mail address.&lt;br /&gt;
&lt;br /&gt;
== Announcements ==&lt;br /&gt;
{{Announcement| [[User:Heiko|Heiko]] ([[User talk:Heiko|talk]]) 11:39, 7 March 2019 (CET)| Created [[Home directory|faq page about home directory]]. Moved page about [[quota]] to this new page, and created [[kerberos ticket expired|page about kerberos tickets expiration]] }}&lt;br /&gt;
{{Announcement| [[User:Chris|Chris]] ([[User talk:Chris|talk]]) 17:30, 25 October 2018 (CEST)| [[Dropbox]] has stopped supporting most linux file systems. We&#039;ve thought of a workaround to still access your [[Dropbox]]. You could also just switch to using our own https://unishare.nl instead. You get a lot more space and it&#039;s free.}}&lt;br /&gt;
{{Announcement| [[User:Heiko|Heiko]] ([[User talk:Heiko|talk]]) 17:21, 18 October 2018 (CEST)| Quota information updated.  See: [[Quota]]}}&lt;br /&gt;
{{Announcement| [[User:Chris|Chris]] ([[User talk:Chris|talk]]) 12:31, 13 February 2018 (CET)| SPSS25 is now available.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
If you&#039;re having trouble with your LWP and the solution isn&#039;t in our [[FAQ]], contact us by using the &#039;&#039;&#039;support&#039;&#039;&#039; program on the LWP&#039;s (if possible) by entering &amp;quot;support&amp;quot; on a LWP command line or selecting it from the menu.&amp;lt;br/&amp;gt;&lt;br /&gt;
For more general questions you can contact us by sending a mail to [mailto:lwp@rug.nl lwp@rug.nl].&lt;br /&gt;
&lt;br /&gt;
Kerberos ticket expired&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Main_Page&amp;diff=792</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Main_Page&amp;diff=792"/>
		<updated>2020-05-04T07:39:04Z</updated>

		<summary type="html">&lt;p&gt;Heiko: /* Corona */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Main]]&lt;br /&gt;
= LWP Wiki =&lt;br /&gt;
Welcome to the LWP-Wiki! For general LWP information, [http://myuniversity.rug.nl/infonet/medewerkers/ict/werkplek/werkplekken/linuxwerkplek/ the LWP main page] is the starting point.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you&#039;re having trouble on your LWP, our [[FAQ]] is a good place to take a look first. We might already have solved your problem once or twice before.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  !!! EDITOR&#039;s NOTES !!!&lt;br /&gt;
  When creating a new page DON&#039;T forget to add eg. [[Category:faq]] on the page, else it won&#039;t show up in searches!&lt;br /&gt;
  Create a new announcement by pasting the next line underneath the === Announcements === header and replacing &#039;2&#039; with the actual information.&lt;br /&gt;
  To edit the side bar: https://lwpwiki.webhosting.rug.nl/index.php/MediaWiki:Sidebar&lt;br /&gt;
{{Announcement| ~~~~| 2}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Corona ==&lt;br /&gt;
Staff can have [[Remote access]] to their LWP. We will keep up support as best we can.&lt;br /&gt;
&lt;br /&gt;
Staff and student can have [[Remote access]] to lwp-ssh.service.rug.nl and Alfa Informactica student can also connect to karora.let.rug.nl.&lt;br /&gt;
&lt;br /&gt;
When logged in a physical PC at universiy premises you&#039;re entitled to put your public key in place to be able to access karora/lwp-ssh remotely from outside the RUG network.&lt;br /&gt;
As a corona-time alternative we can put it in place for you if you send us the public key together with a photo of your  ID (RUG-card, drivers license,..) from a RUG e-mail address.&lt;br /&gt;
&lt;br /&gt;
== Announcements ==&lt;br /&gt;
{{Announcement| [[User:Heiko|Heiko]] ([[User talk:Heiko|talk]]) 11:39, 7 March 2019 (CET)| Created [[Home directory|faq page about home directory]]. Moved page about [[quota]] to this new page, and created [[kerberos ticket expired|page about kerberos tickets expiration]] }}&lt;br /&gt;
{{Announcement| [[User:Chris|Chris]] ([[User talk:Chris|talk]]) 17:30, 25 October 2018 (CEST)| [[Dropbox]] has stopped supporting most linux file systems. We&#039;ve thought of a workaround to still access your [[Dropbox]]. You could also just switch to using our own https://unishare.nl instead. You get a lot more space and it&#039;s free.}}&lt;br /&gt;
{{Announcement| [[User:Heiko|Heiko]] ([[User talk:Heiko|talk]]) 17:21, 18 October 2018 (CEST)| Quota information updated.  See: [[Quota]]}}&lt;br /&gt;
{{Announcement| [[User:Chris|Chris]] ([[User talk:Chris|talk]]) 12:31, 13 February 2018 (CET)| SPSS25 is now available.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
If you&#039;re having trouble with your LWP and the solution isn&#039;t in our [[FAQ]], contact us by using the &#039;&#039;&#039;support&#039;&#039;&#039; program on the LWP&#039;s (if possible) by entering &amp;quot;support&amp;quot; on a LWP command line or selecting it from the menu.&amp;lt;br/&amp;gt;&lt;br /&gt;
For more general questions you can contact us by sending a mail to [mailto:lwp@rug.nl lwp@rug.nl].&lt;br /&gt;
&lt;br /&gt;
Kerberos ticket expired&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Main_Page&amp;diff=791</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Main_Page&amp;diff=791"/>
		<updated>2020-05-04T07:38:47Z</updated>

		<summary type="html">&lt;p&gt;Heiko: /* Corona */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Main]]&lt;br /&gt;
= LWP Wiki =&lt;br /&gt;
Welcome to the LWP-Wiki! For general LWP information, [http://myuniversity.rug.nl/infonet/medewerkers/ict/werkplek/werkplekken/linuxwerkplek/ the LWP main page] is the starting point.&amp;lt;br/&amp;gt;&lt;br /&gt;
If you&#039;re having trouble on your LWP, our [[FAQ]] is a good place to take a look first. We might already have solved your problem once or twice before.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  !!! EDITOR&#039;s NOTES !!!&lt;br /&gt;
  When creating a new page DON&#039;T forget to add eg. [[Category:faq]] on the page, else it won&#039;t show up in searches!&lt;br /&gt;
  Create a new announcement by pasting the next line underneath the === Announcements === header and replacing &#039;2&#039; with the actual information.&lt;br /&gt;
  To edit the side bar: https://lwpwiki.webhosting.rug.nl/index.php/MediaWiki:Sidebar&lt;br /&gt;
{{Announcement| ~~~~| 2}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Corona ==&lt;br /&gt;
Staff can have [[Remote access]] to their LWP. We will keep up support as best we can.&lt;br /&gt;
&lt;br /&gt;
Staff and student can have [[Remote access] to lwp-ssh.service.rug.nl and Alfa Informactica student can also connect to karora.let.rug.nl.&lt;br /&gt;
&lt;br /&gt;
When logged in a physical PC at universiy premises you&#039;re entitled to put your public key in place to be able to access karora/lwp-ssh remotely from outside the RUG network.&lt;br /&gt;
As a corona-time alternative we can put it in place for you if you send us the public key together with a photo of your  ID (RUG-card, drivers license,..) from a RUG e-mail address.&lt;br /&gt;
&lt;br /&gt;
== Announcements ==&lt;br /&gt;
{{Announcement| [[User:Heiko|Heiko]] ([[User talk:Heiko|talk]]) 11:39, 7 March 2019 (CET)| Created [[Home directory|faq page about home directory]]. Moved page about [[quota]] to this new page, and created [[kerberos ticket expired|page about kerberos tickets expiration]] }}&lt;br /&gt;
{{Announcement| [[User:Chris|Chris]] ([[User talk:Chris|talk]]) 17:30, 25 October 2018 (CEST)| [[Dropbox]] has stopped supporting most linux file systems. We&#039;ve thought of a workaround to still access your [[Dropbox]]. You could also just switch to using our own https://unishare.nl instead. You get a lot more space and it&#039;s free.}}&lt;br /&gt;
{{Announcement| [[User:Heiko|Heiko]] ([[User talk:Heiko|talk]]) 17:21, 18 October 2018 (CEST)| Quota information updated.  See: [[Quota]]}}&lt;br /&gt;
{{Announcement| [[User:Chris|Chris]] ([[User talk:Chris|talk]]) 12:31, 13 February 2018 (CET)| SPSS25 is now available.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
If you&#039;re having trouble with your LWP and the solution isn&#039;t in our [[FAQ]], contact us by using the &#039;&#039;&#039;support&#039;&#039;&#039; program on the LWP&#039;s (if possible) by entering &amp;quot;support&amp;quot; on a LWP command line or selecting it from the menu.&amp;lt;br/&amp;gt;&lt;br /&gt;
For more general questions you can contact us by sending a mail to [mailto:lwp@rug.nl lwp@rug.nl].&lt;br /&gt;
&lt;br /&gt;
Kerberos ticket expired&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Can_I_have_root_rights%3F&amp;diff=788</id>
		<title>Can I have root rights?</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Can_I_have_root_rights%3F&amp;diff=788"/>
		<updated>2019-11-27T08:36:59Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
We strive to make the LWP such that you do not need sudo rights. In fact&lt;br /&gt;
you can already install all packages from all the repositories that we&lt;br /&gt;
have pre-configured. Example:&lt;br /&gt;
&lt;br /&gt;
 $ HOME=/tmp sudo apt-get install &amp;lt;somepackage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For details, refer to [[install packages]].&lt;br /&gt;
&lt;br /&gt;
If you need some software that is not in these repositories we have&lt;br /&gt;
rather that you ask us to provide it. That way we can keep track on what&lt;br /&gt;
is important for users and what is not.&lt;br /&gt;
&lt;br /&gt;
That said you can of course install whatever you like in your [[Home directory|home directory]] or&lt;br /&gt;
on the local /mnt/D partition.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  $ conda create -n foo python=3.7 numpy keras&lt;br /&gt;
  $ npm install &amp;lt;something&amp;gt;&lt;br /&gt;
  $ pip install --user &amp;lt;some package&amp;gt; # use conda instead of pip&lt;br /&gt;
  $ make &amp;amp;&amp;amp; make install PREFIX=$HOME/local&lt;br /&gt;
&lt;br /&gt;
Of course you &#039;&#039;can&#039;&#039; get sudo rights. However since in that case we do&lt;br /&gt;
not know anymore how your system has changed we cannot provide much more&lt;br /&gt;
support then just reinstalling the system.&lt;br /&gt;
&lt;br /&gt;
If you tell us what it is that you want to achieve with sudo rights then&lt;br /&gt;
we can explain how todo that without sudo rights (or why you should not&lt;br /&gt;
do that).&lt;br /&gt;
&lt;br /&gt;
However, if you&#039;re still convinced you need sudo rights on your system, send [mailto:lwp@rug.nl us] a request mentioning your PC&#039;s hostname and/or WKS-number. Please note that you cannot get root rights to shared PC&#039;s.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Can_I_have_root_rights%3F&amp;diff=787</id>
		<title>Can I have root rights?</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Can_I_have_root_rights%3F&amp;diff=787"/>
		<updated>2019-11-27T08:34:43Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
We strive to make the LWP such that you do not need sudo rights. In fact&lt;br /&gt;
you can already install all packages from all the repositories that we&lt;br /&gt;
have pre-configured. Example:&lt;br /&gt;
&lt;br /&gt;
 $ HOME=/tmp sudo apt-get install &amp;lt;somepackage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For details, refer to [[install packages]].&lt;br /&gt;
&lt;br /&gt;
If you need some software that is not in these repositories we have&lt;br /&gt;
rather that you ask us to provide it. That way we can keep track on what&lt;br /&gt;
is important for users and what is not.&lt;br /&gt;
&lt;br /&gt;
That said you can of course install whatever you like in your [[Home directory|home directory]] or&lt;br /&gt;
on the local /mnt/D partition.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  $ conda create -n foo python=3.7 numpy keras&lt;br /&gt;
  $ npm install &amp;lt;something&amp;gt;&lt;br /&gt;
  $ pip install --user &amp;lt;some package&amp;gt; # use conda instead of pip&lt;br /&gt;
  $ make &amp;amp;&amp;amp; make install PREFIX=$HOME/local&lt;br /&gt;
&lt;br /&gt;
Of course you &#039;&#039;can&#039;&#039; get sudo rights. However since in that case we do&lt;br /&gt;
not know anymore how your system has changed we cannot provide much more&lt;br /&gt;
support then just reinstalling the system.&lt;br /&gt;
&lt;br /&gt;
If you tell us what it is that you want to achieve with sudo rights then&lt;br /&gt;
we can explain how todo that without sudo rights (or why you should not&lt;br /&gt;
do that).&lt;br /&gt;
&lt;br /&gt;
If you wish to get sudo rights on your system, send [mailto:lwp@rug.nl us] a request mentioning your PC&#039;s hostname and/or WKS-number. Please note that you cannot get root rights to shared PC&#039;s.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Can_I_have_root_rights%3F&amp;diff=786</id>
		<title>Can I have root rights?</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Can_I_have_root_rights%3F&amp;diff=786"/>
		<updated>2019-11-27T08:34:26Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
We strive to make the LWP such that you do not need sudo rights. In fact&lt;br /&gt;
you can already install all packages from all the repositories that we&lt;br /&gt;
have pre-configured. Example:&lt;br /&gt;
&lt;br /&gt;
 $ HOME=/tmp sudo apt-get install &amp;lt;somepackage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For details, refer to [[install packages]].&lt;br /&gt;
&lt;br /&gt;
If you need some software that is not in these repositories we have&lt;br /&gt;
rather that you ask us to provide it. That way we can keep track on what&lt;br /&gt;
is important for users and what is not.&lt;br /&gt;
&lt;br /&gt;
That said you can of course install whatever you like in your [[Home directory|home directory]] or&lt;br /&gt;
on the local /mnt/D partition.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  $ conda create -n foo python=3.7 numpy keras&lt;br /&gt;
  $ npm install &amp;lt;something&amp;gt;&lt;br /&gt;
  $ conda install --user &amp;lt;some package&amp;gt; # use conda instead of pip&lt;br /&gt;
  $ make &amp;amp;&amp;amp; make install PREFIX=$HOME/local&lt;br /&gt;
&lt;br /&gt;
Of course you &#039;&#039;can&#039;&#039; get sudo rights. However since in that case we do&lt;br /&gt;
not know anymore how your system has changed we cannot provide much more&lt;br /&gt;
support then just reinstalling the system.&lt;br /&gt;
&lt;br /&gt;
If you tell us what it is that you want to achieve with sudo rights then&lt;br /&gt;
we can explain how todo that without sudo rights (or why you should not&lt;br /&gt;
do that).&lt;br /&gt;
&lt;br /&gt;
If you wish to get sudo rights on your system, send [mailto:lwp@rug.nl us] a request mentioning your PC&#039;s hostname and/or WKS-number. Please note that you cannot get root rights to shared PC&#039;s.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=768</id>
		<title>Anaconda</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=768"/>
		<updated>2019-06-05T13:27:41Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:anaconda-faq]]&lt;br /&gt;
The &#039;&#039;&#039;Anaconda&#039;&#039;&#039; Python distribution is available on LWP over and NFS mount.  In order to use it on LWP instead of the locally installed Python, you need to load some environment variables into your shell.&lt;br /&gt;
&lt;br /&gt;
To make Anaconda available in just you current &#039;&#039;bash&#039;&#039; session:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; source /opt/netapps/anaconda3/etc/profile.d/conda.sh&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda activate&lt;br /&gt;
&lt;br /&gt;
To have your shell startup files managed by Anaconda, so it will be available any time you start your shell:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda init&lt;br /&gt;
&lt;br /&gt;
And after this, close and re-open your shell. Note that this last command also works with a select few other shells.&lt;br /&gt;
&lt;br /&gt;
For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Anaconda_(Python_distribution)&lt;br /&gt;
* https://docs.anaconda.com/anaconda/user-guide/&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=767</id>
		<title>Anaconda</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=767"/>
		<updated>2019-06-04T14:00:43Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:anaconda-faq]]&lt;br /&gt;
The &#039;&#039;&#039;Anaconda&#039;&#039;&#039; Python distribution is available on LWP over and NFS mount.  In order to use it on LWP instead of the locally installed Python, you need to load some environment variables into your shell.&lt;br /&gt;
&lt;br /&gt;
To make Anaconda available in just you current &#039;&#039;bash&#039;&#039; session:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; source /opt/netapps/anaconda3/env-setup&lt;br /&gt;
&lt;br /&gt;
To have your shell startup files managed by Anaconda, so it will be available any time you start your shell:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda init&lt;br /&gt;
&lt;br /&gt;
And after this, close and re-open your shell. Note that this last command also works with a select few other shells.&lt;br /&gt;
&lt;br /&gt;
For more information see:&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Anaconda_(Python_distribution)&lt;br /&gt;
* https://docs.anaconda.com/anaconda/user-guide/&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=766</id>
		<title>Anaconda</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Anaconda&amp;diff=766"/>
		<updated>2019-06-04T13:58:05Z</updated>

		<summary type="html">&lt;p&gt;Heiko: Created page with &amp;quot;Category:anaconda-faq The &amp;#039;&amp;#039;&amp;#039;Anaconda&amp;#039;&amp;#039;&amp;#039; Python distribution is available on LWP over and NFS mount.  In order to use it on LWP instead of the locally installed Python, yo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:anaconda-faq]]&lt;br /&gt;
The &#039;&#039;&#039;Anaconda&#039;&#039;&#039; Python distribution is available on LWP over and NFS mount.  In order to use it on LWP instead of the locally installed Python, you need to load some environment variables into your shell.&lt;br /&gt;
&lt;br /&gt;
To make Anaconda available in just you current &#039;&#039;bash&#039;&#039; session:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; source /opt/netapps/anaconda3/env-setup&lt;br /&gt;
&lt;br /&gt;
To have your shell startup files managed by Anaconda, so it will be available any time you start your shell:&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;bash$&#039;&#039;&#039; conda init&lt;br /&gt;
&lt;br /&gt;
And after this, close and re-open your shell. Note that this last command also works with a select few other shells.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=FAQ&amp;diff=765</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=FAQ&amp;diff=765"/>
		<updated>2019-06-04T13:41:16Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:faq]]&lt;br /&gt;
Here we try to write down solutions to most common issues. If you think something is missing, please let [mailto:lwp@rug.nl us] know.&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* [[Installing]]&lt;br /&gt;
* [[Remote access]]&lt;br /&gt;
* [[Software]]&lt;br /&gt;
* [[Printing]]&lt;br /&gt;
* [[Networking]]&lt;br /&gt;
* [[Graphics]]&lt;br /&gt;
* [[Home directory]]&lt;br /&gt;
* [[Docker]]&lt;br /&gt;
* [[Anaconda]]&lt;br /&gt;
* [[Miscellaneous]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Home_directory&amp;diff=762</id>
		<title>Home directory</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Home_directory&amp;diff=762"/>
		<updated>2019-04-30T07:44:55Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home-directory-faq]]&lt;br /&gt;
* [[Quota]]&lt;br /&gt;
* [[Still over quota, after deleting files]]&lt;br /&gt;
* [[kerberos ticket expired | Lost access / permission denied to home directory (error: ticket expired)]]&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Still_over_quota,_after_deleting_files&amp;diff=761</id>
		<title>Still over quota, after deleting files</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Still_over_quota,_after_deleting_files&amp;diff=761"/>
		<updated>2019-04-30T07:43:22Z</updated>

		<summary type="html">&lt;p&gt;Heiko: Created page with &amp;quot;Category:misc-faq If you have deleted files, but still get notified of you disk usage being over quota, you probably deleted the files using a GUI file manager application...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:misc-faq]]&lt;br /&gt;
If you have deleted files, but still get notified of you disk usage being over quota, you probably deleted the files using a GUI file manager application. Often these applications move file to some sort of &amp;quot;recycle bin&amp;quot; instead of really deleting them.&lt;br /&gt;
&lt;br /&gt;
To solve, empty your &amp;quot;recycle bin&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
	<entry>
		<id>https://lwpwiki.webhosting.rug.nl/index.php?title=Home_directory&amp;diff=760</id>
		<title>Home directory</title>
		<link rel="alternate" type="text/html" href="https://lwpwiki.webhosting.rug.nl/index.php?title=Home_directory&amp;diff=760"/>
		<updated>2019-04-30T07:38:45Z</updated>

		<summary type="html">&lt;p&gt;Heiko: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:home directory faq]]&lt;br /&gt;
* [[Quota]]&lt;br /&gt;
* [[Still over quota, after deleting files]]&lt;br /&gt;
* [[kerberos ticket expired | Lost access / permission denied to home directory (error: ticket expired)]]&lt;/div&gt;</summary>
		<author><name>Heiko</name></author>
	</entry>
</feed>