<?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>wordpress &#8211; Wayne Connor</title>
	<atom:link href="https://wayneconnor.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>https://wayneconnor.com</link>
	<description>My life scattered around the web - family, technology, church - a bit of everything.</description>
	<lastBuildDate>Mon, 26 Aug 2019 02:49:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">104631517</site>	<item>
		<title>WordPress Error 500 when using IP security on htaccess</title>
		<link>https://wayneconnor.com/wordpress/wordpress-error-500-when-using-ip-security-on-htaccess.html</link>
					<comments>https://wayneconnor.com/wordpress/wordpress-error-500-when-using-ip-security-on-htaccess.html#respond</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Mon, 26 Aug 2019 02:49:18 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[bluehost]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=1367</guid>

					<description><![CDATA[When I upgraded to the latest php version (Version 7) across all my WordPress sites (which are hosted using bluehost) I encountered a 500 server error when trying [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>When I upgraded to the latest php version (Version 7) across all my WordPress sites (which are hosted using bluehost) I encountered a 500 server error when trying to access the WordPress admin page.</p>



<p>It turns out this is because of my htaccess file.</p>



<p>In my htaccess I had the following lines to stop anyone accessing my WordPress Admin if they were outside of my IP address:</p>



<pre class="wp-block-preformatted">&lt;LIMIT GET>
Order deny,allow
Deny from all
Allow 100.8.8.8
&lt;/LIMIT></pre>



<p>This stops anyone  assessing myWordPress admin unless they are logging in from my IP address.  Apparently this is now updated and to do this you now use the following command:<br></p>



<pre class="wp-block-preformatted">&lt;LIMIT GET>
Require IP 100.8.8.8
&lt;/LIMIT></pre>



<p>I changed this and no more server 500 error!</p>



<p> I&#8217;ve just typed this up in case anyone else has the same problem. My new htaccess file sitting in my wordpress/wp-admin folder looks like this:</p>



<pre class="wp-block-preformatted">AuthUserFile /dev/null
 AuthGroupFile /dev/null
 AuthName "Example Access Control"
 AuthType Basic
 Require ip 220.233.28.8 </pre>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/wordpress-error-500-when-using-ip-security-on-htaccess.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1367</post-id>	</item>
		<item>
		<title>wp clean up plugin</title>
		<link>https://wayneconnor.com/wordpress/wp-clean-up-plugin.html</link>
					<comments>https://wayneconnor.com/wordpress/wp-clean-up-plugin.html#respond</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Sun, 02 Mar 2014 23:29:52 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=469</guid>

					<description><![CDATA[This plugin a beauty for trimming a bloated akismet database from wordpress. See here my kismet has over 600,000 entries of spam &#8211; bloating my wordpress table and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This plugin a beauty for trimming a bloated akismet database from wordpress. See here my kismet has over 600,000 entries of spam &#8211; bloating my wordpress table and slowing my site down. This plugin removes them with a click. No need to use phpmyadmin.</p>
<p><a href="http://wordpress.org/support/view/plugin-reviews/wp-clean-up" target="_blank" rel="noopener">http://wordpress.org/support/view/plugin-reviews/wp-clean-up</a></p>
<p>&nbsp;</p>
<p><a href="https://i0.wp.com/wayneconnor.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-03-at-10.27.04-am.png"><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="alignnone size-full wp-image-470" alt="Screen Shot 2014-03-03 at 10.27.04 am" src="https://i0.wp.com/wayneconnor.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-03-at-10.27.04-am.png?resize=449%2C578" width="449" height="578" srcset="https://i0.wp.com/wayneconnor.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-03-at-10.27.04-am.png?w=449&amp;ssl=1 449w, https://i0.wp.com/wayneconnor.com/wp-content/uploads/2014/03/Screen-Shot-2014-03-03-at-10.27.04-am.png?resize=233%2C300&amp;ssl=1 233w" sizes="(max-width: 449px) 100vw, 449px" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/wp-clean-up-plugin.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">469</post-id>	</item>
		<item>
		<title>Truth Allergy</title>
		<link>https://wayneconnor.com/wordpress/truth-allergy.html</link>
					<comments>https://wayneconnor.com/wordpress/truth-allergy.html#respond</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Sat, 16 Nov 2013 03:23:38 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=462</guid>

					<description><![CDATA[For those of you interested in health issues, I&#8217;ve started a little blog here keeping tabs on controversial health issues.]]></description>
										<content:encoded><![CDATA[<p>For those of you interested in health issues, I&#8217;ve started a little blog <a href="http://wayneconnor.com">here</a> keeping tabs on controversial health issues.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/truth-allergy.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">462</post-id>	</item>
		<item>
		<title>How to secure wordpress</title>
		<link>https://wayneconnor.com/wordpress/how-to-secure-wordpress.html</link>
					<comments>https://wayneconnor.com/wordpress/how-to-secure-wordpress.html#comments</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Mon, 19 Aug 2013 22:51:39 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=455</guid>

					<description><![CDATA[Make sure you have most up to date wordpress change database prefix from wp_ to something else (WSD Security plugin will do this) change default admin username  from [&#8230;]]]></description>
										<content:encoded><![CDATA[<ol>
<li>Make sure you have most up to date wordpress</li>
<li>change database prefix from wp_ to something else (WSD Security plugin will do this)</li>
<li>change default admin username  from admin to something else (add new admin, log out, log in under new user, delete old admin, choose import posts option when u do it.)</li>
<li>move config.php and files containing Passwords to MySQL to a secure directory outside of the public_html folder and then add this to to wp_config.php<br />
require(&#8216;new path goes here&#8230;/yourconfigfile.php&#8217;);</li>
<li>RESTRICT ADMIN TO YOUR IP so that no one else can login to your admin page:<br />
go to wp-admin directory and add to htaccess file:<br />
&lt;LIMIT GET&gt;<br />
order deny,allow<br />
deny from all<br />
allow from your.staticip.goes.here<br />
&lt;/LIMIT&gt;</p>
<ol>
<li>BEGIN WordPress</li>
</li>
</ol>
<li>install wp secure plugin and select most of the options!</li>
<li>Store your PHP passwords to access your MySQL databases in a file with a .inc.php and  place this file in a directory which is above the server’s document root.</li>
<li>Run WP Security Scan</li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/how-to-secure-wordpress.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">455</post-id>	</item>
		<item>
		<title>Huge commentmeta file in wordpress database.</title>
		<link>https://wayneconnor.com/wordpress/huge-commentmeta-file-in-wordpress-database.html</link>
					<comments>https://wayneconnor.com/wordpress/huge-commentmeta-file-in-wordpress-database.html#comments</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Tue, 25 Jun 2013 00:27:33 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=451</guid>

					<description><![CDATA[A surprising email: It has come to our attention that your site is using an excessive amount of MySQL resources on your Bluehost account. So some looking into [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A surprising email:</p>
<p><em>It has come to our attention that your site is using an excessive amount of MySQL resources on your Bluehost account.</em></p>
<p>So some looking into it, the wordpress commentmeta SQL table for http://macintoshhowto.com was 2.7 Gig. Yes 2.7 GB!!!!!</p>
<p>More looking, it&#8217;s a bug with Akismet spam filter cleanup.</p>
<p>&nbsp;</p>
<p>These two queries fix it.</p>
<p>select count(*) from dbname_commentmeta where meta_key=&#8217;akismet_as_submitted&#8217; or meta_key=&#8217;akismet_history&#8217; or meta_key=&#8217;akismet_rechecking&#8217; or meta_key=&#8217;akismet_result&#8217; or meta_key=&#8217;akismet_user&#8217; or meta_key=&#8217;akismet_user_result&#8217;;</p>
<p>delete from dbname_commentmeta where meta_key=&#8217;akismet_as_submitted&#8217; or meta_key=&#8217;akismet_history&#8217; or  meta_key=&#8217;akismet_rechecking&#8217; or meta_key=&#8217;akismet_result&#8217; or meta_key=&#8217;akismet_user&#8217; or  meta_key=&#8217;akismet_user_result&#8217;;</p>
<p>&nbsp;</p>
<p>Then you need to repair and optimise.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/huge-commentmeta-file-in-wordpress-database.html/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">451</post-id>	</item>
		<item>
		<title>how to move wordpress site to new url on the same server.</title>
		<link>https://wayneconnor.com/wordpress/hoe-to-move-wordpress-site-to-new-url-on-same-server.html</link>
					<comments>https://wayneconnor.com/wordpress/hoe-to-move-wordpress-site-to-new-url-on-same-server.html#comments</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Sun, 03 Feb 2013 22:34:23 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=508</guid>

					<description><![CDATA[1. Setup new directory and copy across all  old files. 2. Edit functions.php of old site. Add these two lines to the file, immediately after the initial &#8220;&#60;?php&#8221; [&#8230;]]]></description>
										<content:encoded><![CDATA[<h3><span id="Edit_functions.php" class="mw-headline">1. Setup new directory and copy across all  old files.</span></h3>
<h3><span id="Edit_functions.php" class="mw-headline">2. Edit functions.php of old site.</span></h3>
<p>Add these two lines to the file, immediately after the initial &#8220;&lt;?php&#8221; line.</p>
<pre>update_option('siteurl','http://benidrive.com'); 
update_option('home','http://benidrive.com');</pre>
<p>reload admin pages a few times. remove the 2 lines</p>
<h3>3. Update URL&#8217;s in database tables.</h3>
<p>On new site, replace all URL&#8217;s in database. Use &#8216;Better Search replace&#8217; plugin on database with old url to new url (serialised that&#8217;s why you need this<br />
plugin) on all tables</p>
<h3>4. Redirect old site.</h3>
<p>Done!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/hoe-to-move-wordpress-site-to-new-url-on-same-server.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">508</post-id>	</item>
		<item>
		<title>Permanent redirect for moving a website</title>
		<link>https://wayneconnor.com/wordpress/permanent-redirect-for-moving-a-website.html</link>
					<comments>https://wayneconnor.com/wordpress/permanent-redirect-for-moving-a-website.html#respond</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 05:11:33 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=397</guid>

					<description><![CDATA[I just closed down 7.barracks.cl and moved all the articles to wayneconnor.com 1. EXPORT all articles from 7.barracks.cl using wordpress admin back end. 2. IMPORT them all to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I just closed down 7.barracks.cl and moved all the articles to wayneconnor.com</p>
<p>1. EXPORT all articles from 7.barracks.cl using wordpress admin back end.</p>
<p>2. IMPORT them all to wayneconnor.com using WordPress admin. This moved all the posts and comments across and put them in the right location. Very nice.</p>
<p>3. Put the following into my .htaccess file at 7.barracks.cl:</p>
<p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule (.*) http://www.wayneconnor.com/$1 [R=301,L]</p>
<p>Now any individual page at 7.barracks.cl (eg http://<strong>7</strong>.<strong>barracks</strong>.<strong>cl</strong>/holidays/our-new-caravan.html) appears at it&#8217;s new location. (<strong>wayneconnor.com</strong>/holidays/our-new-caravan.html).</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/permanent-redirect-for-moving-a-website.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">397</post-id>	</item>
		<item>
		<title>Be careful of wp-secure plugin</title>
		<link>https://wayneconnor.com/wordpress/be-careful-of-wp-secure-plugin.html</link>
					<comments>https://wayneconnor.com/wordpress/be-careful-of-wp-secure-plugin.html#respond</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 11:09:34 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[403]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[googlebot]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=267</guid>

					<description><![CDATA[wp-secure plugin has an option to &#8216;secure your wp&#8217;content&#8217; folder. I did this and look what happened to my traffic &#8211; it dropped from 6000 hits a day [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>wp-secure plugin has an option to &#8216;secure your wp&#8217;content&#8217; folder.</p>
<p>I did this and look what happened to my traffic &#8211; it dropped from 6000 hits a day to 600!</p>
<p><img data-recalc-dims="1" decoding="async" class="alignnone size-medium wp-image-268" title="Screen Shot 2012-02-10 at 10.04.18 PM" src="https://i0.wp.com/wayneconnor.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-10-at-10.04.18-PM-300x148.png?resize=300%2C148" alt="" width="300" height="148" srcset="https://i0.wp.com/wayneconnor.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-10-at-10.04.18-PM.png?resize=300%2C148&amp;ssl=1 300w, https://i0.wp.com/wayneconnor.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-10-at-10.04.18-PM.png?w=342&amp;ssl=1 342w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>The reason for this is that blocking wp-content via the htaccess returns a 403 error to googlebot and therefore google removes all your wordpress content from the google search results. It took me a while to work out what was causing the problem!</p>
<p>I&#8217;ve undone the wp-content protection and my site is back in google now.</p>
<p>Update: It&#8217;s fixed again! Took moat a week for Google to find it again though:</p>
<p><a href="https://i0.wp.com/wayneconnor.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-27-at-1.43.35-PM.png"><img data-recalc-dims="1" decoding="async" class="alignnone size-full wp-image-274" title="Screen Shot 2012-02-27 at 1.43.35 PM" src="https://i0.wp.com/wayneconnor.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-27-at-1.43.35-PM.png?resize=463%2C122" alt="" width="463" height="122" srcset="https://i0.wp.com/wayneconnor.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-27-at-1.43.35-PM.png?w=463&amp;ssl=1 463w, https://i0.wp.com/wayneconnor.com/wp-content/uploads/2012/02/Screen-Shot-2012-02-27-at-1.43.35-PM.png?resize=300%2C79&amp;ssl=1 300w" sizes="(max-width: 463px) 100vw, 463px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/be-careful-of-wp-secure-plugin.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">267</post-id>	</item>
		<item>
		<title>Website hosting &#8211;  Bluehost/Layeredtech/Rackspace</title>
		<link>https://wayneconnor.com/wordpress/website-hosting-bluehostlayeredtechrackspace.html</link>
					<comments>https://wayneconnor.com/wordpress/website-hosting-bluehostlayeredtechrackspace.html#respond</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 04:45:16 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[bluehost]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/post/website-hosting-bluehostlayeredtechrackspace.html</guid>

					<description><![CDATA[My blue host server has become a sluggish lately. The CPU throttling is on more than not and sometimes the webpages take a long time to load or [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>My blue host server has become a sluggish lately. The CPU throttling is on more than not and sometimes the webpages take a long time to load or I even get a “database unavailable&#8221; error.</p>
<p>My http://macintoshhowto.com site is getting 150K visits a month, http://dubbo.org gets 20K visits monthly and http://mac-host.com/support gets 60K, plus I host http://dpc.org.au and http://wpcc.org.au and a few other sites on the same server!</p>
<p>Currently I&#8217;m using bluehost.com and it costs me 6.95 per month &#8211; pretty cheap and very reliable, it&#8217;s just struggling with so many hits.</p>
<p>I have been looking into an alternate server. I want a really good quality server with no downtime for my macintoshhowto.com site. After some research I came up with the following as my top two options:</p>
<p>http://www.layeredtech.com<br />
I could get a VPS server here with 2 gig of ram, 20% CPU usage, 60 gig hard drive and cpanel access for about $115 per month. I think they are used by ma.tt and WordPress.com. Their technical support was very helpful and they seem very reliable. It would come all setup with c-panel ready to go.</p>
<p>http://www.rackspace.com/<br />
I could get a cloud server for about $100 pm but I&#8217;d have to install all the server and-panel software on it from scratch. I could get a cloud site which would come installed but now we&#8217;re looking at about $150pm. cloud sites looks like the best option, it can deal with 2 million page views per month.</p>
<p>Media Temple and iWeb were my other options.</p>
<p>Note the huge jump from $7 a month at bluehost! It seems that when you go from shared hosting to VPS it&#8217;s a huge jump.</p>
<p>So I decided to go a different direction. I split my bluehost sites up and moved macintoshhowto.com to it&#8217;s own server.</p>
<p>Bluehost had a reseller option for $20 but the total bandwidth was limited to the same as one account. They also have a pro option for $20 but it has no more CPU power. So it seems like multiple accounts is best back for the dollar.</p>
<p>To do this I used websitemovers.com and they did a good job.</p>
<p>How to split a domain off your account:<br />
1. setup new account with dummy domain name.<br />
2. move files across (websitemovers did this)<br />
3. change local hosts file so you can test new site &#8216;live&#8217;<br />
4. manually unnasign domain name from origin c-panel<br />
5. manually add the domain (parked) to new domain<br />
6. ask bluehost to make new parked domain the primary one<br />
7. wait 5 hours, but I only had to wait 3 and it was working.</p>
<p>Maybe I could have done it myself, but I&#8217;m happy to pay someone else as I don&#8217;t want this to take up any of my time.</p>
<p>If I want to do it again in the future I probably follow these instructions from media temple for the move across bit:<br />
http://kb.mediatemple.net/questions/1892/Migrate+to+a+%28dv%29+from+a+%28gs%29</p>
<p>Lower the TTL on the DNS. (not necessary??)<br />
auto mysql backup to a folder like cpbackup/daily/domain/mysql/domain.sql and .create<br />
maybe here search for old pathnames.<br />
Then upload the SQL.<br />
Backup from c-panel (to file like backup-mon-jan-etc zip file 140Mb &#8211; the file directory)<br />
maybe unzip and check for pathnames in php files??????????<br />
then upload the zip and unpack files<br />
test<br />
change DNS entries.<br />
lower TTL again.</p>
<p>I&#8217;ve upgraded to a dedicated IP with the new blue host account.</p>
<p>So far NO CPU throttling at all!</p>
<p>Here&#8217;s a good little site to work out how many other people are sharing your IP address on a server:<br />
http://www.yougetsignal.com/tools/web-sites-on-web-server/</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/website-hosting-bluehostlayeredtechrackspace.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">259</post-id>	</item>
		<item>
		<title>rsync server backup</title>
		<link>https://wayneconnor.com/wordpress/rsync-server-backup.html</link>
					<comments>https://wayneconnor.com/wordpress/rsync-server-backup.html#respond</comments>
		
		<dc:creator><![CDATA[Wayne]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 00:18:09 +0000</pubDate>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://wayneconnor.com/?p=482</guid>

					<description><![CDATA[How to back up your web server via the terminal This will backup your entire remote server to your local Macintosh computer. rsync &#8211;recursive &#8211;verbose &#8211;archive &#8211;progress &#8211;stats [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>How to back up your web server via the terminal</p>
<p>This will backup your entire remote server to your local Macintosh computer.</p>
<p>rsync &#8211;recursive &#8211;verbose &#8211;archive &#8211;progress &#8211;stats &#8211;size-only <strong>&#8211;dry-run</strong> yourusername@yourservername.com:folder_to_backup ~/Sites/</p>
<p>TO do for real repeat the command with –dry-run removed!</p>
<p>Here’s how to make it so you don’t need to type in your password each time you rsync to the remote machine:</p>
<p>1. Open the terminal window and type ssh-keygen -t rsa<br />
Follow the prompts and use the defaults for the filenames it gives you. Don’t enter in a password.<br />
2. Go to the finder menu Go|Go to Folder and type in ~/.ssh<br />
You should then have two new files id_rsa and id_rsa.pub.<br />
3. Use your ftp program to copy id_rsa.pub into the .ssh directory in the home folder on your server machine, and rename it to authorized_keys.</p>
<p>If server IP address changed you need to delete entry from known_hosts file on local mac with this terminal ommand:</p>
<p>ssh-keygen -R hostname</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wayneconnor.com/wordpress/rsync-server-backup.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">482</post-id>	</item>
	</channel>
</rss>
