<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gare</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gare"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Gare"/>
	<updated>2026-08-17T18:33:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=User:Gare&amp;diff=3632</id>
		<title>User:Gare</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=User:Gare&amp;diff=3632"/>
		<updated>2008-03-20T14:26:31Z</updated>

		<summary type="html">&lt;p&gt;Gare: New page: just a guy who works on the web.   My home: http://www.accessdataservices.com/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;just a guy who works on the web. &lt;br /&gt;
&lt;br /&gt;
My home: http://www.accessdataservices.com/&lt;/div&gt;</summary>
		<author><name>Gare</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Using_a_terminal_session&amp;diff=3515</id>
		<title>Using a terminal session</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Using_a_terminal_session&amp;diff=3515"/>
		<updated>2008-03-20T01:49:16Z</updated>

		<summary type="html">&lt;p&gt;Gare: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Using SSH==&lt;br /&gt;
SSH, which stands for &amp;quot;Secure SHell&amp;quot;, is a means of obtaining a secure command-line interface on a remote server host.&lt;br /&gt;
&lt;br /&gt;
On Linux you can open a terminal window then enter the command &amp;lt;tt&amp;gt;ssh -l &amp;lt;username&amp;gt; &amp;lt;host&amp;gt;&amp;lt;/tt&amp;gt; where &amp;lt;username&amp;gt; should be replaced with your actual username and &amp;lt;host&amp;gt; by the domain name or IP address of the host you want to connect to.  &lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can use the [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY terminal emulator].&lt;br /&gt;
&lt;br /&gt;
You will be prompted for the password associated with the username.  If this is the first time you have attempted to connect to this host using SSH you will be asked to confirm the fingerprint of the host you are attempting to connect to.  To exit an SSH session, type Control-D or &amp;quot;exit&amp;quot;.  For example, to connect to host www.mydomain.com using username &amp;quot;goliath&amp;quot; you would enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;ssh -l goliath www.mydomain.com&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unzip the bz2 package:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;bunzip2 Joomla_1.5.1-Stable-Full_Package.tar.bz2&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to get the tarball.  To extract new version files over old joomla files:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;tar xvf Joomla_1.5.1-Stable-Full_Package.tar&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some sample MYSQL commands from the command line:&lt;br /&gt;
#upgrade sql via MYSQL for RC1 to RC2&lt;br /&gt;
&amp;gt; mysql -utodd -Djoomladbname  -p &amp;lt;  diff_rc1_to_rc2.sql&lt;br /&gt;
#no changes 2 to rc3&lt;br /&gt;
&amp;gt; &lt;br /&gt;
# rc3 to rc4&lt;br /&gt;
&amp;gt; mysql -utodd -Djoomladbname  -p &amp;lt;  diff_rc3_to_rc4.sql&lt;br /&gt;
&lt;br /&gt;
# no changes 4 to live&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have downloaded one of the other zipped types from Joomla, check out &lt;br /&gt;
&lt;br /&gt;
[http://www.accessdataservices.com/blog/unix-101-unzipping-files/ http://www.accessdataservices.com/blog/unix-101-unzipping-files/ ] for different ways to unzip different types of files.&lt;/div&gt;</summary>
		<author><name>Gare</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Using_a_terminal_session&amp;diff=3514</id>
		<title>Using a terminal session</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Using_a_terminal_session&amp;diff=3514"/>
		<updated>2008-03-20T01:46:56Z</updated>

		<summary type="html">&lt;p&gt;Gare: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Using SSH==&lt;br /&gt;
SSH, which stands for &amp;quot;Secure SHell&amp;quot;, is a means of obtaining a secure command-line interface on a remote server host.&lt;br /&gt;
&lt;br /&gt;
On Linux you can open a terminal window then enter the command &amp;lt;tt&amp;gt;ssh -l &amp;lt;username&amp;gt; &amp;lt;host&amp;gt;&amp;lt;/tt&amp;gt; where &amp;lt;username&amp;gt; should be replaced with your actual username and &amp;lt;host&amp;gt; by the domain name or IP address of the host you want to connect to.  &lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can use the [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY terminal emulator].&lt;br /&gt;
&lt;br /&gt;
You will be prompted for the password associated with the username.  If this is the first time you have attempted to connect to this host using SSH you will be asked to confirm the fingerprint of the host you are attempting to connect to.  To exit an SSH session, type Control-D or &amp;quot;exit&amp;quot;.  For example, to connect to host www.mydomain.com using username &amp;quot;goliath&amp;quot; you would enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;ssh -l goliath www.mydomain.com&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unzip the bz2 package:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;bunzip2 Joomla_1.5.1-Stable-Full_Package.tar.bz2&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to get the tarball.  To extract new version files over old joomla files:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;tar xvf Joomla_1.5.1-Stable-Full_Package.tar&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Some sample MYSQL commands from the command line:&lt;br /&gt;
#upgrade sql via MYSQL for RC1 to RC2&lt;br /&gt;
&amp;gt; mysql -utodd -Djoomladbname  -p &amp;lt;  diff_rc1_to_rc2.sql&lt;br /&gt;
#no changes 2 to rc3&lt;br /&gt;
&amp;gt; &lt;br /&gt;
# rc3 to rc4&lt;br /&gt;
&amp;gt; mysql -utodd -Djoomladbname  -p &amp;lt;  diff_rc3_to_rc4.sql&lt;br /&gt;
&lt;br /&gt;
# no changes 4 to live&lt;br /&gt;
&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gare</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Using_a_terminal_session&amp;diff=3511</id>
		<title>Using a terminal session</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Using_a_terminal_session&amp;diff=3511"/>
		<updated>2008-03-20T01:45:03Z</updated>

		<summary type="html">&lt;p&gt;Gare: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
==Using SSH==&lt;br /&gt;
SSH, which stands for &amp;quot;Secure SHell&amp;quot;, is a means of obtaining a secure command-line interface on a remote server host.&lt;br /&gt;
&lt;br /&gt;
On Linux you can open a terminal window then enter the command &amp;lt;tt&amp;gt;ssh -l &amp;lt;username&amp;gt; &amp;lt;host&amp;gt;&amp;lt;/tt&amp;gt; where &amp;lt;username&amp;gt; should be replaced with your actual username and &amp;lt;host&amp;gt; by the domain name or IP address of the host you want to connect to.  &lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows you can use the [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY terminal emulator].&lt;br /&gt;
&lt;br /&gt;
You will be prompted for the password associated with the username.  If this is the first time you have attempted to connect to this host using SSH you will be asked to confirm the fingerprint of the host you are attempting to connect to.  To exit an SSH session, type Control-D or &amp;quot;exit&amp;quot;.  For example, to connect to host www.mydomain.com using username &amp;quot;goliath&amp;quot; you would enter:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;ssh -l goliath www.mydomain.com&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unzip the bz2 package:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;bunzip2 Joomla_1.5.1-Stable-Full_Package.tar.bz2&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to get the tarball.&lt;br /&gt;
To extract new version files over old joomla files:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;tar xvf Joomla_1.5.1-Stable-Full_Package.tar&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#upgrade sql via MYSQL for RC1 to RC2&lt;br /&gt;
&amp;gt; mysql -utodd -Djoomladbname  -p &amp;lt;  diff_rc1_to_rc2.sql&lt;br /&gt;
#no changes 2 to rc3&lt;br /&gt;
&amp;gt; &lt;br /&gt;
# rc3 to rc4&lt;br /&gt;
&amp;gt; mysql -utodd -Djoomladbname  -p &amp;lt;  diff_rc3_to_rc4.sql&lt;br /&gt;
&lt;br /&gt;
# no changes 4 to live&lt;br /&gt;
&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gare</name></author>
	</entry>
</feed>