<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>E-Commerce Development &#187; Domain and IP Address Hints</title>
	<atom:link href="http://www.imagedia.com/category/domain-and-ip-address-hints/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imagedia.com</link>
	<description>Imagedia - Maximizing and developing ecommerce applications</description>
	<lastBuildDate>Tue, 27 Sep 2011 00:19:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Untar a TAR File</title>
		<link>http://www.imagedia.com/2011/04/how-to-untar-a-tar-file/</link>
		<comments>http://www.imagedia.com/2011/04/how-to-untar-a-tar-file/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 17:32:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=585</guid>
		<description><![CDATA[<p></p>
 
  

<p>This is mainly for our reference, but anyway, if you forget how to untar a tar file using SSH, the command is:</p>
<p>tar xvf the-filename-you-want-to-untar.tar</p>
<p>That&#8217;s it. Big time quicker than uploading the files with your ftp client.</p>
]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2011/04/how-to-untar-a-tar-file/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2011/04/how-to-untar-a-tar-file/" > </fb:share-button></div>
</div>
<p>This is mainly for our reference, but anyway, if you forget how to untar a tar file using SSH, the command is:</p>
<p>tar xvf the-filename-you-want-to-untar.tar</p>
<p>That&#8217;s it. Big time quicker than uploading the files with your ftp client.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2011/04/how-to-untar-a-tar-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Dr. Web Antivirus Update Emails</title>
		<link>http://www.imagedia.com/2011/03/stop-dr-web-antivirus-update-emails/</link>
		<comments>http://www.imagedia.com/2011/03/stop-dr-web-antivirus-update-emails/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 00:13:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=579</guid>
		<description><![CDATA[<p></p>
 
  

<p>After tons emails about Dr. Web updates, I finally found a solution:</p>
<p>Log in as root (or you can use sudo) and open /etc/drweb/drweb32.ini:</p>
<p>Look for:</p>
<p>CronSummary = Yes</p>
<p>And change it to:</p>
<p>CronSummary = No</p>
<p>Do a restart for the Dr. Web daemon by (add sudo in the beginning if not using root):</p>
<p>/etc/init.d/drwebd restart</p>
]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2011/03/stop-dr-web-antivirus-update-emails/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2011/03/stop-dr-web-antivirus-update-emails/" > </fb:share-button></div>
</div>
<p>After tons emails about Dr. Web updates, I finally found a solution:</p>
<p>Log in as root (or you can use sudo) and open /etc/drweb/drweb32.ini:</p>
<p>Look for:</p>
<p>CronSummary = Yes</p>
<p>And change it to:</p>
<p>CronSummary = No</p>
<p>Do a restart for the Dr. Web daemon by (add sudo in the beginning if not using root):</p>
<p>/etc/init.d/drwebd restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2011/03/stop-dr-web-antivirus-update-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get Remote File Using Apple Terminal</title>
		<link>http://www.imagedia.com/2011/03/how-to-get-remote-file-using-apple-terminal/</link>
		<comments>http://www.imagedia.com/2011/03/how-to-get-remote-file-using-apple-terminal/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 00:47:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=577</guid>
		<description><![CDATA[<p></p>
 
  

<p>Okay, so this may not have anything to do directly with Magento or osCommerce, but indirectly it does. Instead of using ftp to transfer a 700M file from a server to your local machine, we like to use Terminal, Mac&#8217;s command line utility. We found this helpful hint for transferring a file [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2011/03/how-to-get-remote-file-using-apple-terminal/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2011/03/how-to-get-remote-file-using-apple-terminal/" > </fb:share-button></div>
</div>
<p>Okay, so this may not have anything to do directly with Magento or osCommerce, but indirectly it does. Instead of using ftp to transfer a 700M file from a server to your local machine, we like to use Terminal, Mac&#8217;s command line utility. We found this helpful hint for transferring a file from our web server to our local machine.</p>
<p>Open Terminal, log in if necessary.</p>
<p>type: curl -OL http://www.sitename.com/yourfile.ext</p>
<p>In this case, sitename.com is your url and yourfile.ext is the exact filename. You can also use this with your ip address in case you&#8217;ve already changed the DNS, which in our case we had.</p>
<p>Pretty cool tool!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2011/03/how-to-get-remote-file-using-apple-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems With DrWeb Sending Failure e-mail Notices</title>
		<link>http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/</link>
		<comments>http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:02:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=469</guid>
		<description><![CDATA[<p></p>
 
  

<p>If you have your own server and you are getting failure notice emails from DrWeb Antivirus, you need to make some changes to your settings.</p>
<p>You should change the crontab of the DrWeb update to not mail you in the first place &#8211; this will remove all the spam you recieve at every [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/" > </fb:share-button></div>
</div>
<p>If you have your own server and you are getting failure notice emails from DrWeb Antivirus, you need to make some changes to your settings.</p>
<p>You should change the crontab of the DrWeb update to not mail you in the first place &#8211; this will remove all the spam you recieve at every DrWeb update.</p>
<p>Login to Plesk as Admin.</p>
<p>In the Settings -&gt; Scheduled Tasks -&gt; drweb (just click the link)</p>
<p>You change the Command of the cronjob by adding a &#8220;&gt;/dev/null 2&gt;&amp;1&#8243; to the end of command. I.e.</p>
<p>Code:</p>
<p>/opt/drweb/update.pl &gt;/dev/null 2&gt;&amp;1</p>
<p>This will make sure that Crontab does not mail you with the output of the updatescript every time it exits.</p>
<p>Please keep in mind that depending on your OS &#8211; for some reason there might also be a crontab entry for the update in your filesystem under</p>
<p>#/etc/cron.d/drweb-update</p>
<p>Where you will also need to edit the commandstring to be &#8220;/opt/drweb/update.pl &gt;/dev/null 2&gt;&amp;1&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Find A File Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:42:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=464</guid>
		<description><![CDATA[<p></p>
 
  

<p>To find a file on your server using SSH, simply use the &#8220;locate&#8221; command.</p>
<p>Example: locate fileyouwant.file</p>
<p>This will result in an output of all files on your server with that name</p>
]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/" > </fb:share-button></div>
</div>
<p>To find a file on your server using SSH, simply use the &#8220;locate&#8221; command.</p>
<p>Example: locate fileyouwant.file</p>
<p>This will result in an output of all files on your server with that name</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Copy File From One Directory To Another Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:35:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=462</guid>
		<description><![CDATA[<p></p>
 
  

<p>Using SSH to copy a file from one directory to another is done simply with the following command:</p>
<p>cp file.name destination/directory/</p>
]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/" > </fb:share-button></div>
</div>
<p>Using SSH to copy a file from one directory to another is done simply with the following command:</p>
<p>cp file.name destination/directory/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Update To Latest Version of PHP</title>
		<link>http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 17:33:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>
		<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=459</guid>
		<description><![CDATA[<p></p>
 
  

<p>Many web applications, including Magento need PHP5.2 to function. If your server doesn&#8217;t have PHP 5.2, there&#8217;s a simple way to upgrade.</p>
<p>Using SSH, logon to your server.</p>
<p>Use these commands:</p>
<p>wget -q -O &#8211; http://www.atomicorp.com/installers/atomic.sh &#124;sh</p>
<p>yum update php</p>
<p>/usr/local/psa/admin/sbin/websrvmng -a</p>
<p>/etc/init.d/httpd reload</p>
<p>That&#8217;s it!</p>
]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/" > </fb:share-button></div>
</div>
<p>Many web applications, including Magento need PHP5.2 to function. If your server doesn&#8217;t have PHP 5.2, there&#8217;s a simple way to upgrade.</p>
<p>Using SSH, logon to your server.</p>
<p>Use these commands:</p>
<p>wget -q -O &#8211; http://www.atomicorp.com/installers/atomic.sh |sh</p>
<p>yum update php</p>
<p>/usr/local/psa/admin/sbin/websrvmng -a</p>
<p>/etc/init.d/httpd reload</p>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Import Database Copy Into New Database Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 17:08:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>
		<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=457</guid>
		<description><![CDATA[<p></p>
 
  

<p>Here&#8217;s the SSH command to import a database backup to a new database.</p>
<p>Navigate to the directory where your database copy resides using SSH.</p>
<p>mysql -uusername -p databasename &#60; backupname.sql</p>
<p>You&#8217;ll be prompted for the password for the database. Enter that.</p>
<p>If this is a Magento database, it could take awhile to import. Ours is around [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/" > </fb:share-button></div>
</div>
<p>Here&#8217;s the SSH command to import a database backup to a new database.</p>
<p>Navigate to the directory where your database copy resides using SSH.</p>
<p>mysql -uusername -p databasename &lt; backupname.sql</p>
<p>You&#8217;ll be prompted for the password for the database. Enter that.</p>
<p>If this is a Magento database, it could take awhile to import. Ours is around 600M, so it took awhile.</p>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Backup of MySQL Database Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 16:39:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>
		<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=453</guid>
		<description><![CDATA[<p></p>
 
  

<p>Part of the transfer or migration of a website many times involves a database. If you are on an &#8220;ix&#8221; server, SSH is a great way to backup your MySQL database.</p>
<p>Here&#8217;s how you do it:</p>
<p>Using SSH, navigate to your httpdocs or public folder on your server where the website resides.</p>
<p>Use the following [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/" > </fb:share-button></div>
</div>
<p>Part of the transfer or migration of a website many times involves a database. If you are on an &#8220;ix&#8221; server, SSH is a great way to backup your MySQL database.</p>
<p>Here&#8217;s how you do it:</p>
<p>Using SSH, navigate to your httpdocs or public folder on your server where the website resides.</p>
<p>Use the following command.</p>
<p>mysqldump &#8211;opt -u theusername -p thedatabasename &gt; /path/to/backupname.sql</p>
<p>This creates a copy of your database.</p>
<p>Now, you can transfer that database backup to your new server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Transfer (Migrate) a Complete Site From One Server to Another</title>
		<link>http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 15:34:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>
		<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=450</guid>
		<description><![CDATA[<p></p>
 
  

<p>If you ever have a need to migrate a website from one server to another, it can be a huge deal, especially when dealing with Magento, which has tens of thousands of files. Also, if your Magento store has many products, you have all those thousands of image files to move too. [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="dark"  href="http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" href="http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/" > </fb:share-button></div>
</div>
<p>If you ever have a need to migrate a website from one server to another, it can be a huge deal, especially when dealing with Magento, which has tens of thousands of files. Also, if your Magento store has many products, you have all those thousands of image files to move too. You could try FTP, but usually our servers hang during a large transfer. Even if you could do it by FTP, it would take hours at best to transfer a complete Magento site.</p>
<p>So here&#8217;s how to do a complete site migration using SSH. This can be used for any website you have root access to, not just a Magento site.</p>
<p>1. Login to server 1 via SSH and open the folder which you want to backup. You&#8217;ll probably need to login as root user.</p>
<p>Use this commands:</p>
<p>cd /home/somepath/to/yourwebsite/public_html</p>
<p>2. Make a compressed archive out of this folder using the command</p>
<p>Next:</p>
<p>tar -cvf sitepack.tar ./</p>
<p>3. Login to server 2 via SSH and use the command below to fetch the backup from server</p>
<p>wget yourdomain.com/sitepack.tar</p>
<p>4. Now uncompress the archive using the command</p>
<p>tar -xvf sitepack.tar</p>
<p>This is the easiest way we know of to move large websites with tons of files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

