<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://web.ing.unimo.it/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=44736</id>
	<title>Web - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://web.ing.unimo.it/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=44736"/>
	<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php/Special:Contributions/44736"/>
	<updated>2026-04-18T09:10:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multiquery&amp;diff=6956</id>
		<title>Unimore PLE/Docs/Tools/Multiquery</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multiquery&amp;diff=6956"/>
		<updated>2009-11-02T13:29:38Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Multiquery syntax is quite simple, just issuing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;multiquery &#039;command1; command2; command3 &amp;amp;&#039;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will execute command1, command2 and, in the background, command3 (thanks to the &#039;&amp;amp;&#039; parameter).&lt;br /&gt;
&amp;lt;br&amp;gt;Another example, if you want to create a directory called &amp;quot;test&amp;quot; on the remote nodes, issue&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;multiquery &#039;mkdir test&#039;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or, if you need to kill a process that you started remotely on all the nodes, you can try&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;multiquery &#039;pkill processName&#039;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6955</id>
		<title>Unimore PLE/Docs/Tools/CoDeploy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6955"/>
		<updated>2009-11-02T13:28:20Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CoDeploy needs an HTTP server, such as Apache2, running on the local host containing the software to be deployed. So, if you are behind a firewall, you need to have the port 80 of the local host &amp;quot;open&amp;quot; so that remote machines can access contents by mean of an HTTP connection, as if they are downloading a file from a Web site.&lt;br /&gt;
&lt;br /&gt;
You have to setup the HTTP server so that, when you give an URL pointing to a directory on your local host, then this can be find by remote nodes. On Ubuntu, you have to modify the file &amp;lt;i&amp;gt;/etc/apache2/sites-available/default&amp;lt;/i&amp;gt; so that the &amp;quot;DocumentRoot&amp;quot; parameter, which by default is /var/www/, points e.g. to your PlanetLab directory.&lt;br /&gt;
&amp;lt;br&amp;gt;So, if you have: &amp;lt;b&amp;gt;DocumentRoot /var/www/&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;then replace with &amp;lt;b&amp;gt;DocumentRoot /home/yourUserName/choosenFolder/&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;This should work just fine if your Linux box is being used by a single user. After that, you should be able to view a sample index.html file, that you save into &amp;quot;choosenFolder&amp;quot;, with a Web browser by connecting to the IP of your local host. Be sure that you can view it when connecting from outside your LAN: if you can&#039;t, then the firewall is blocking your port 80.&lt;br /&gt;
&lt;br /&gt;
The syntax of the CoDeploy command is something like this: &amp;lt;i&amp;gt;codeploy -a localDirectory http://localHostIP_orName/localDirectory/ remoteDirectory&amp;lt;/i&amp;gt;.&lt;br /&gt;
&amp;lt;br&amp;gt;With -a you specify you want to send compressed data, useful if deploying large files for the first time; &amp;lt;i&amp;gt;localDirectory&amp;lt;/i&amp;gt; is the directory containing the files you want to be deployed and MUST be inside the &amp;quot;choosenFolder&amp;quot; with which you configured the DocumentRoot; the URL is where remote nodes will find the files and &amp;lt;i&amp;gt;remoteDirectory&amp;lt;/i&amp;gt; is the remote directory where the files will be copied. Before issuing the command, you can check if the files are in the correct folder by opening with a Web browser the page &amp;lt;b&amp;gt;http://localHostIP_orName/localDirectory/&amp;lt;/b&amp;gt;, it should display the list of files that you want to transfer.&lt;br /&gt;
&lt;br /&gt;
CoDeploy then generates a script that is copied to the remote nodes and then executed, for downloading the files from hosts of a CDN ([http://codeen.cs.princeton.edu/ CoDeen]) or from the local host. It seems to be a quite slow method compared to MultiCopy, but maybe it depends on the volume of data to be transferred.&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6954</id>
		<title>Unimore PLE/Docs/Tools/CoDeploy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6954"/>
		<updated>2009-11-02T11:29:34Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CoDeploy needs an HTTP server, such as Apache2, running on the local host containing the software to be deployed. So, if you are behind a firewall, you need to have the port 80 of the local host &amp;quot;open&amp;quot; so that remote machines can access contents by mean of an HTTP connection, as if they are downloading a file from a Web site.&lt;br /&gt;
&lt;br /&gt;
You have to setup the HTTP server so that, when you give an URL pointing to a directory on your local host, then this can be find by remote nodes. On Ubuntu, you have to modify the file &amp;lt;i&amp;gt;/etc/apache2/sites-available/default&amp;lt;/i&amp;gt; so that the &amp;quot;DocumentRoot&amp;quot; parameter, which by default is /var/www/, points e.g. to your PlanetLab directory.&lt;br /&gt;
&amp;lt;br&amp;gt;So, if you have: &amp;lt;b&amp;gt;DocumentRoot /var/www/&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;then replace with &amp;lt;b&amp;gt;DocumentRoot /home/yourUserName/choosenFolder/&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;This should work just fine if your Linux box is being used by a single user.&lt;br /&gt;
&lt;br /&gt;
The syntax of the CoDeploy command is something like this: &amp;lt;i&amp;gt;codeploy -a localDirectory http://localHostIP_orName/localDirectory/ remoteDirectory&amp;lt;/i&amp;gt;.&lt;br /&gt;
&amp;lt;br&amp;gt;With -a you specify you want to send compressed data, useful if deploying large files for the first time. &amp;lt;i&amp;gt;localDirectory&amp;lt;/i&amp;gt; is the directory containing the files you want to be deployed and MUST be inside the &amp;quot;choosenFolder&amp;quot; with which you configured DocumentRoot, the URL is where remote nodes will find the files and &amp;lt;i&amp;gt;remoteDirectory&amp;lt;/i&amp;gt; is the remote directory where the files will be copied.&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6953</id>
		<title>Unimore PLE/Docs/Tools/CoDeploy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6953"/>
		<updated>2009-11-02T11:28:42Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CoDeploy needs an HTTP server, such as Apache2, running on the local host containing the software to be deployed. So, if you are behind a firewall, you need to have the port 80 of the local host &amp;quot;open&amp;quot; so that remote machines can access contents by mean of an HTTP connection, as if they are downloading a file from a Web site.&lt;br /&gt;
&lt;br /&gt;
You have to setup the HTTP server so that, when you give an URL pointing to a directory on your local host, then this can be find by remote nodes. On Ubuntu, you have to modify the file &amp;lt;i&amp;gt;/etc/apache2/sites-available/default&amp;lt;/i&amp;gt; so that the &amp;quot;DocumentRoot&amp;quot; parameter, which by default is /var/www/, points e.g. to your PlanetLab directory.&lt;br /&gt;
&amp;lt;br&amp;gt;If you have: &amp;lt;i&amp;gt;DocumentRoot /var/www/&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;replace with &amp;lt;i&amp;gt;DocumentRoot /home/yourUserName/choosenFolder/&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;This should work fine if your Linux box is being used by a single user.&lt;br /&gt;
&lt;br /&gt;
The syntax of the CoDeploy command is something like this: &amp;lt;i&amp;gt;codeploy -a localDirectory http://localHostIP_orName/localDirectory/ remoteDirectory&amp;lt;/i&amp;gt;.&lt;br /&gt;
&amp;lt;br&amp;gt;With -a you specify you want to send compressed data, useful if deploying large files for the first time. &amp;lt;i&amp;gt;localDirectory&amp;lt;/i&amp;gt; is the directory containing the files you want to be deployed and MUST be inside the &amp;quot;choosenFolder&amp;quot; with which you configured DocumentRoot, the URL is where remote nodes will find the files and &amp;lt;i&amp;gt;remoteDirectory&amp;lt;/i&amp;gt; is the remote directory where the files will be copied.&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6951</id>
		<title>Unimore PLE/Docs/Tools/Multicopy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6951"/>
		<updated>2009-11-02T10:24:52Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This program makes use of a parameter, @, which has different meanings depending on how it is written:&lt;br /&gt;
* if alone, it is replaced by a machine (remote node) name, e.g. &amp;lt;i&amp;gt;planetlab-1.remoteDomain&amp;lt;/i&amp;gt;;&lt;br /&gt;
* if followed by a colon, that is @:, it is replaced by slice name at the remote nodes, e.g. &amp;lt;i&amp;gt;yourSliceName@planetlab-1.remoteDomain&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
So, if you want to transfer a local file to remote nodes in a particular directory, e.g. test, you run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;multicopy filename @:test&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and MultiCopy will start &amp;lt;i&amp;gt;scp&amp;lt;/i&amp;gt; with proper parameters for copying the file to the nodes specified in the node list.&lt;br /&gt;
&amp;lt;br&amp;gt;If you want, instead, to copy files from remote nodes to the local host, you can create local directories using remote node names and then copy the files you need into their folders, using this syntax on the local host:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;mkdir newdir&lt;br /&gt;
&amp;lt;br&amp;gt;multicopy newdir @&lt;br /&gt;
&amp;lt;br&amp;gt;multicopy &#039;@:test/*.log&#039; @&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this way, you create a directory called &amp;quot;newdir&amp;quot; on the local host, then you make copies of it using the remote machine names (thanks to @ parameter). After that, you copy the log files from the remote directory &amp;quot;test&amp;quot; from each remote node into the local directories corresponding to the remote node name.&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6949</id>
		<title>Unimore PLE/Docs/Tools/Multicopy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6949"/>
		<updated>2009-11-02T10:18:12Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This program makes use of a parameter, @, which has different meanings depending on how it is written:&lt;br /&gt;
&amp;lt;br&amp;gt;- if alone, it is replaced by a machine (remote node) name, e.g. &amp;lt;i&amp;gt;planetlab-1.remoteDomain&amp;lt;/i&amp;gt;;&lt;br /&gt;
&amp;lt;br&amp;gt;- if followed by a colon, that is @:, it is replaced by slice name at the remote nodes, e.g. &amp;lt;i&amp;gt;yourSliceName@planetlab-1.remoteDomain&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
So, if you want to transfer a local file to remote nodes in a particular directory, e.g. test, you run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;multicopy filename @:test&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and MultiCopy will start &amp;lt;i&amp;gt;scp&amp;lt;/i&amp;gt; with proper parameters for copying the file to the nodes specified in the node list.&lt;br /&gt;
&amp;lt;br&amp;gt;If you want, instead, to copy files from remote nodes to the local host, you can create local directories using remote node names and then copy the files you need into their folders, using this syntax on the local host:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;mkdir newdir&lt;br /&gt;
&amp;lt;br&amp;gt;multicopy newdir @&lt;br /&gt;
&amp;lt;br&amp;gt;multicopy &#039;@:test/*.log&#039; @&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this way, you create a directory called &amp;quot;newdir&amp;quot; on the local host, then you make copies of it using the remote machine names (thanks to @ parameter). After that, you copy the log files from the remote directory &amp;quot;test&amp;quot; from each remote node into the local directories corresponding to the remote node name.&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6948</id>
		<title>Unimore PLE/Docs/Tools/Multicopy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6948"/>
		<updated>2009-11-02T10:17:23Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This program makes use of a parameter, @, which has different meanings depending on how it is written:&lt;br /&gt;
&amp;lt;br&amp;gt;- if alone, it is replaced by a machine (remote node) name, e.g. &amp;lt;i&amp;gt;planetlab-1.remoteDomain&amp;lt;/i&amp;gt;;&lt;br /&gt;
&amp;lt;br&amp;gt;- if followed by a colon, that is @:, it is replaced by slice name at the remote nodes, e.g. &amp;lt;i&amp;gt;yourSliceName@planetlab-1.remoteDomain&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
So, if you want to transfer a local file to remote nodes in a particular directory, e.g. test, you run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;multicopy filename @:test&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and MultiCopy will start &amp;lt;i&amp;gt;scp&amp;lt;/i&amp;gt; with proper parameters for copying the file to the nodes specified in the node list.&lt;br /&gt;
&amp;lt;br&amp;gt;If you want, instead, to copy files from remote nodes to the local host, you can create local directories using remote node names and then copy the files you need into their folders, using this syntax on the local host:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;mkdir newdir&lt;br /&gt;
&amp;lt;br&amp;gt;multicopy newdir @&lt;br /&gt;
&amp;lt;br&amp;gt;multicopy &#039;@:test/*.log&#039; @&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this way, you create a directory called &amp;quot;newdir&amp;quot; on the local host, then you make copies of it using the remote machine names (thanks to @ parameter). After that, you copy the log files from the remote directory &amp;quot;test&amp;quot; from each remote node into the local directories corresponding to the remote node name.&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6947</id>
		<title>Unimore PLE/Docs/Tools/CoDeploy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6947"/>
		<updated>2009-11-02T10:08:10Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
CoDeploy needs an HTTP server, such as Apache2, running on the local host containing the software to be deployed. So, if you are behind a firewall, you need to have the port 80 of the local host &amp;quot;open&amp;quot; so that remote machines can access contents by mean of an HTTP connection, as if they are downloading a file from a Web site.&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6946</id>
		<title>Unimore PLE/Docs/Tools/Multicopy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6946"/>
		<updated>2009-11-02T09:58:31Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This program makes use of a parameter, @, which has different meanings depending on how it is written:&lt;br /&gt;
&amp;lt;br&amp;gt;- if alone, it is replaced by a machine (remote node) name, e.g. &amp;lt;i&amp;gt;planetlab-1.remoteDomain&amp;lt;/i&amp;gt;;&lt;br /&gt;
&amp;lt;br&amp;gt;- if followed by a colon, that is @:, it is replaced by slice name at the remote nodes, e.g. &amp;lt;i&amp;gt;yourSliceName@planetlab-1.remoteDomain&amp;lt;/i&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6945</id>
		<title>Unimore PLE/Docs/Tools/CoDeploy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6945"/>
		<updated>2009-11-02T09:51:18Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6944</id>
		<title>Unimore PLE/Docs/Tools/CoDeploy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6944"/>
		<updated>2009-11-02T09:48:32Z</updated>

		<summary type="html">&lt;p&gt;44736: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6942</id>
		<title>Unimore PLE/Docs/Tools/CoDeploy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/CoDeploy&amp;diff=6942"/>
		<updated>2009-11-02T09:37:46Z</updated>

		<summary type="html">&lt;p&gt;44736: Created page with &amp;#039;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6941</id>
		<title>Unimore PLE/Docs/Tools/Multicopy</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multicopy&amp;diff=6941"/>
		<updated>2009-11-02T09:37:39Z</updated>

		<summary type="html">&lt;p&gt;44736: Created page with &amp;#039;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multiquery&amp;diff=6940</id>
		<title>Unimore PLE/Docs/Tools/Multiquery</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multiquery&amp;diff=6940"/>
		<updated>2009-11-02T09:36:50Z</updated>

		<summary type="html">&lt;p&gt;44736: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Multiquery syntax is quite simple, just issuing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;multiquery &#039;command1; command2; command3 &amp;amp;&#039;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will execute command1, command2 and, in the background, command3 (thanks to the &#039;&amp;amp;&#039; parameter).&lt;br /&gt;
&amp;lt;br&amp;gt;Another example, if you want to create a directory called &amp;quot;test&amp;quot; on the remote nodes, issue&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;multiquery &#039;mkdir test&#039;&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
work in progress&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
	<entry>
		<id>https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multiquery&amp;diff=6931</id>
		<title>Unimore PLE/Docs/Tools/Multiquery</title>
		<link rel="alternate" type="text/html" href="https://web.ing.unimo.it/wiki/index.php?title=Unimore_PLE/Docs/Tools/Multiquery&amp;diff=6931"/>
		<updated>2009-11-02T09:23:58Z</updated>

		<summary type="html">&lt;p&gt;44736: Created page with &amp;#039;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;luser&amp;lt;/accesscontrol&amp;gt;&lt;/div&gt;</summary>
		<author><name>44736</name></author>
	</entry>
</feed>