<?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>Digitalquill - My Life and Times &#187; Linux</title> <atom:link href="http://www.matthouldsworth.com/category/technology/linux-technology/feed/" rel="self" type="application/rss+xml" /><link>http://www.matthouldsworth.com</link> <description>Affiliate Marketing, Wordpress Development, DIY and More</description> <lastBuildDate>Thu, 05 Jan 2012 20:53:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>How To Check If You Are Ready For WordPress 3.2</title><link>http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/</link> <comments>http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/#comments</comments> <pubDate>Sun, 26 Jun 2011 08:12:07 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Wordpress Plugins]]></category> <category><![CDATA[3.2]]></category> <category><![CDATA[command line]]></category> <category><![CDATA[is your server ready]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[mysql version]]></category> <category><![CDATA[php version]]></category> <category><![CDATA[phpinfo]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[wordpress. wordpress 3.2]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=3268</guid> <description><![CDATA[If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes what is needed to run WordPress 3.2 on your web server. WordPress 3.2 now requires: PHP 5.2.2 or above MySql 5.0 or above The problem with this is how does one &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/02/ebay-import-plugin-for-wordpress/' rel='bookmark' title='Ebay Import Plugin For WordPress'>Ebay Import Plugin For WordPress</a> <small>I have just completed work on my latest plugin &#8216;Ebay Import Plugin for WordPress&#8217; I am looking for affiliates who currently use the Ebay Partner...</small></li><li><a
href='http://www.matthouldsworth.com/2011/09/timthumb-vunerability-check/' rel='bookmark' title='Timthumb Vulnerability Check'>Timthumb Vulnerability Check</a> <small>There has been a great deal of press and concern in the WordPress community about a Vulnerability found in the TimThumb script whcih is used...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/datafeed-import-plugin-for-wordpress-april-discount/' rel='bookmark' title='Datafeed Import Plugin For WordPress April Discount'>Datafeed Import Plugin For WordPress April Discount</a> <small>We are offering our Datafeed Import Plugin for WordPress at a discounted price of £20 for the whole of April when you buy from the...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes what is needed to run WordPress 3.2 on your web server.</p><p>WordPress 3.2 now requires:</p><p>PHP 5.2.2 or above<br
/> MySql 5.0 or above</p><p>The problem with this is how does one know?</p><h2>Simple Plugin Method</h2><p>The simplest option is to install a new plugin called <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://wordpress.org/extend/plugins/is-your-server-ready-for-wordpress-32/" title="Is your server ready for WordPress 3.2?"  rel="nofollow">&#8216;Is Your Server Ready for WordPress 3.2&#8242;</a> once activated this plugin will show a message at the top of your screen</p><p><a
href="http://www.matthouldsworth.com/wp-content/uploads/2011/06/ready_for_wordpress_3_21.gif" ><img
class="alignnone size-full wp-image-3270" title="ready_for_wordpress_3_2" src="http://www.matthouldsworth.com/wp-content/uploads/2011/06/ready_for_wordpress_3_21.gif" alt="Is your server ready for WordPress 3.2?" width="900" height="198" /></a><a
href="http://www.matthouldsworth.com/wp-content/uploads/2011/06/ready_for_wordpress_3_2.gif" ></a></p><h2>Linux Command Line:</h2><pre># php -v
PHP 5.3.2-1ubuntu4 with Suhosin-Patch (cli) (built: Apr  9 2010 08:23:39)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
 with the ionCube PHP Loader v4.0.0, Copyright (c) 2002-2010, by ionCube Ltd.</pre><pre>#mysql -V
mysql  Ver 14.14 Distrib 5.1.41, for debian-linux-gnu (i486) using readline 6.1</pre><h2>PHP Info Page</h2><p>Create your self a file in notepad (or other text editor) and save it as phpinfo.php</p><p>add the following to the contents of that file:</p><pre>&lt;?php
phpinfo()
?&gt;</pre><p>Upload that file to your server and then browse to it, this will give you an info screen showing the configuration of your server, it will show the versions of MySQL and PHP alone with all the extensions installed on your server.</p><p>&nbsp;</p><p>&nbsp;</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/02/ebay-import-plugin-for-wordpress/' rel='bookmark' title='Ebay Import Plugin For WordPress'>Ebay Import Plugin For WordPress</a> <small>I have just completed work on my latest plugin &#8216;Ebay Import Plugin for WordPress&#8217; I am looking for affiliates who currently use the Ebay Partner...</small></li><li><a
href='http://www.matthouldsworth.com/2011/09/timthumb-vunerability-check/' rel='bookmark' title='Timthumb Vulnerability Check'>Timthumb Vulnerability Check</a> <small>There has been a great deal of press and concern in the WordPress community about a Vulnerability found in the TimThumb script whcih is used...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/datafeed-import-plugin-for-wordpress-april-discount/' rel='bookmark' title='Datafeed Import Plugin For WordPress April Discount'>Datafeed Import Plugin For WordPress April Discount</a> <small>We are offering our Datafeed Import Plugin for WordPress at a discounted price of £20 for the whole of April when you buy from the...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Home Computer Network Finally Finished</title><link>http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/</link> <comments>http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/#comments</comments> <pubDate>Thu, 02 Jun 2011 09:09:15 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Amazon S3]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Media Centre]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[2tb]]></category> <category><![CDATA[dansguardian]]></category> <category><![CDATA[dvds]]></category> <category><![CDATA[home network]]></category> <category><![CDATA[media]]></category> <category><![CDATA[movies]]></category> <category><![CDATA[music]]></category> <category><![CDATA[samba shares]]></category> <category><![CDATA[share]]></category> <category><![CDATA[sheevaplug]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[western digital external hard disks]]></category> <category><![CDATA[windows 7 media centre]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=3164</guid> <description><![CDATA[Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media Centre PCs connected to TVs. a laptop each and my main PC. The main problem we have been facing is one of storage. Until recently we have just had some &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/review-of-the-western-digital-elements-2-tb-external-hard-drive/' rel='bookmark' title='Review Of The Western Digital Elements 2 Tb External Hard Drive'>Review Of The Western Digital Elements 2 Tb External Hard Drive</a> <small>Regular readers of this blog will have seen that I have been doing some work on a solution for the storage of all my digital...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/google-analytics-and-using-segments-to-track-keywords/' rel='bookmark' title='Google Analytics And Using Segments To Track Keywords'>Google Analytics And Using Segments To Track Keywords</a> <small>As part of a review of my online marketing activity for both my Software Business and for my affiliate business I have been looking back...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media Centre PCs connected to TVs. a laptop each and my main PC. The main problem we have been facing is one of storage. Until recently we have just had some USB hard disks connected to one of the Media Centres, but this means that sharing the media across the network never really worked all that well.</p><p>I have been running a <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.amazon.co.uk/gp/product/B004I5OCSY/ref=as_li_ss_tl?ie=UTF8&amp;tag=matthouldsworth-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B004I5OCSY" >ShevaPlug</a> Ubuntu server for some time now, this has controlled the Networks DHCP and controlled Internet access, I have it running DansGuardian which protects the little one from the unsavory side of the Internet. I also have it running as a proxy so that I can scan all traffic through ClamAV for Viruses. This is not a really necessary step but it does keep thinks a little safer.</p><p>The problems I had moving the USB Disks to the Ubuntu <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.amazon.co.uk/gp/product/B004I5OCSY/ref=as_li_ss_tl?ie=UTF8&amp;tag=matthouldsworth-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B004I5OCSY" >ShevaPlug</a> was the file system on those disks, they were in NTFS, perfectly ok for Windows 7 but ubuntu complained about it, so I ended up re-formatting them all the EXT4 which makes a vast difference in terms of the performance of those disks.</p><p>I have now completed the system, I have 4 <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.amazon.co.uk/gp/product/B003IPC21Y/ref=as_li_ss_tl?ie=UTF8&amp;tag=matthouldsworth-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B003IPC21Y" title="Western Digital USB Disks 2Tb" >Western Digital 2tb USB Disks</a> attached to a USB hub which then goes straight into the ShevaPlug, on ubuntu I have then setup Samba Shares:</p><p>[Photographs]<br
/> comment = Photographs<br
/> path = /mnt/Disk2/Photographs<br
/> browsable = yes<br
/> guest ok = yes<br
/> read only = no<br
/> create mask = 0777<br
/> writeable = Yes</p><p>One share for each type of media, DVCam, Photographs, Movies, DVDs, Music etc.</p><p>Each one of those shares is then mapped as a network drive on each PC (All running Windows 7) and then the Windows 7 Media Centre looks to those network drives for its media, thus all share the media.</p><p>The only small problem I have now is that I can not find a way to force Windows 7 Media Centre to record its TV directly to a different location, it always puts it in its default Recorded TV folder. Ideally I would like to have it record to a mapped network drive, as currently newly recorded TV is only available on the media centre that recorded it.</p><p>Here is a diagram of what I have done:</p><p><img
class="aligncenter size-full wp-image-3165" title="home_network_diagram" src="http://www.matthouldsworth.com/wp-content/uploads/2011/06/home_network_diagram.gif" alt="" width="524" height="651" /></p><p>When I run out of Space on a Drive I can just add another disk to the USB Hub and create another Samba Share. Eventually it will mean that we have Movies1 and Movies2 but this will not create a problem as those drives are not accessed directly but rather via the Windows 7 Media Centre Interface which will just show all Movies it knows about.</p><p>All in all very pleased with this and it seems to be working well thus far. I have put all the disks under the stairs to keep them out of the way, I also have the router, network switch and <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.amazon.co.uk/gp/product/B004I5OCSY/ref=as_li_ss_tl?ie=UTF8&amp;tag=matthouldsworth-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B004I5OCSY" >ShevaPlug </a>under there so I need to build a shelf to support them and keep them out of the way.</p><p>This system has also allowed me to create a Samba Share for other things, my work files and business files are all located on a share, which I then back up to Amazon S3 daily to keep it secure.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/review-of-the-western-digital-elements-2-tb-external-hard-drive/' rel='bookmark' title='Review Of The Western Digital Elements 2 Tb External Hard Drive'>Review Of The Western Digital Elements 2 Tb External Hard Drive</a> <small>Regular readers of this blog will have seen that I have been doing some work on a solution for the storage of all my digital...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/google-analytics-and-using-segments-to-track-keywords/' rel='bookmark' title='Google Analytics And Using Segments To Track Keywords'>Google Analytics And Using Segments To Track Keywords</a> <small>As part of a review of my online marketing activity for both my Software Business and for my affiliate business I have been looking back...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Disk Space Monitor Bash Script For Linux</title><link>http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/</link> <comments>http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/#comments</comments> <pubDate>Mon, 09 May 2011 19:23:33 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Media Centre]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Scripting]]></category> <category><![CDATA[bash script]]></category> <category><![CDATA[disk space]]></category> <category><![CDATA[disk space monitor]]></category> <category><![CDATA[networ]]></category> <category><![CDATA[samba]]></category> <category><![CDATA[samba shares]]></category> <category><![CDATA[storage]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[usd drive]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=3123</guid> <description><![CDATA[Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left on each of the disks. Each disk has several Samba shares running on it s I now have 10+ network drives on each computer on the network. I can of &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left on each of the disks. Each disk has several Samba shares running on it s I now have 10+ network drives on each computer on the network.</p><p>I can of course find out the disk usage quite easily logging into the Ubuntu box via SSH and running a &#8216;df -h&#8217; which will show the disk space free on each disk:</p><pre>Filesystem            Size  Used Avail Use% Mounted on
tmpfs                 251M     0  251M   0% /lib/init/rw
varrun                251M  5.8M  246M   3% /var/run
varlock               251M     0  251M   0% /var/lock
udev                  251M  152K  251M   1% /dev
tmpfs                 251M     0  251M   0% /dev/shm
rootfs                  7.4G  3.0G  4.1G  42% /
/dev/sda1             917G  627G  244G  72% /mnt/Disk1
/dev/sdb1             917G  640G  232G  74% /mnt/Disk2
/dev/sdd1             917G  415G   22G  96% /mnt/Disk3
/dev/sde1             917G  601G  316G  69% /mnt/Disk4</pre><p>New media is being recorded to these disks all the time, recorded TV in HD, New photos added, music added and DVDs added all the time so I wanted a method that would alert me via email when a disk became critically full so that I could take action to add more disk space (looking at those stats above it does not look like long before I will need to add another drive or two to the system!</p><p>Following a Google search I found the following script on this <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.cyberciti.biz/tips/shell-script-to-watch-the-disk-space.html" >site</a></p><pre>#!/bin/sh
df -H | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 ' | while read output;
do
  echo $output
  usep=$(echo $output | awk '{ print $1' | cut -d'%' -f1  )
  partition=$(echo $output | awk '{ print $2 ' )
  if [ $usep -ge 90 ]; then
    echo "Running out of space \"$partition ($usep%)\" on $(hostname) as on $(date)" |
     mail -s "Alert: Almost out of disk space $usep%" you@somewhere.com
  fi
done</pre><p>This was the exact solution I was looking for. I then created a crontab to run hourly and run the script:</p><pre># m h  dom mon dow   command
0 * * * * /root/diskMonitor</pre><p>The only problem with this is, if i do not sort out the disk space it will keep sending the emails, perhaps not a bad thing if it keeps nagging me.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Media Centre And Network Storage Solution</title><link>http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/</link> <comments>http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/#comments</comments> <pubDate>Sat, 07 May 2011 19:03:22 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Media Centre]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[Orangery]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[disks]]></category> <category><![CDATA[ext4]]></category> <category><![CDATA[media]]></category> <category><![CDATA[ntfs]]></category> <category><![CDATA[ntfs-3g]]></category> <category><![CDATA[shevaplug]]></category> <category><![CDATA[storage]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[usb]]></category> <category><![CDATA[windows 7]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=3118</guid> <description><![CDATA[I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central storage of my media. Let me back track a little and give some background, at home we run a Windows 7 Media Centre, my main desktop and two laptops also &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/review-of-the-western-digital-elements-2-tb-external-hard-drive/' rel='bookmark' title='Review Of The Western Digital Elements 2 Tb External Hard Drive'>Review Of The Western Digital Elements 2 Tb External Hard Drive</a> <small>Regular readers of this blog will have seen that I have been doing some work on a solution for the storage of all my digital...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/google-analytics-and-using-segments-to-track-keywords/' rel='bookmark' title='Google Analytics And Using Segments To Track Keywords'>Google Analytics And Using Segments To Track Keywords</a> <small>As part of a review of my online marketing activity for both my Software Business and for my affiliate business I have been looking back...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central storage of my media.</p><p>Let me back track a little and give some background, at home we run a Windows 7 Media Centre, my main desktop and two laptops also run Windows 7 and as such have Media centre capabilities. Until now, I have attached external USB drives to the Media Centre PC in the front room, this solution was fine and has worked well, however, this does mean that the disks are all in the living room and as such a little messy and the shares are managed by the media centre PC its self, thus when the laptops access media the main media centre PC slows down.</p><p>We will be adding another Media centre to our network for the Orangery Kitchen Extension, and I have also installed a Satellite with picks up Freesat HD so I will be buying some Satellite receivers for the media centres and soon will be recording HD video, which will compound the problems.</p><p>I wanted to move all the storage into a single location, and as I have a ShevaPlug that runs the rest of the network (DHCP, Dansguardian, Squid Proxy and virus scanning) it made sense that this system running Ubuntu would also manage the network shares. A simple job of just plugging in a USB hum to the ShevaPlug, mounting the USB disks in Ubuntu and away we go&#8230;</p><p>Reality was not so simple, the main problems came around the NTFS file systems on the USB drives. Ubuntu does not support this natively (or my install does not) so I had to install ntfs-3g, no problems, and after a short while I got the disks mounted and up and running. I then started to try and play media from those disks and to copy some media back to them, every thing seemed very, very slow.</p><p>I was getting transfer rates of less than 2MB/sec, Okay this was over the network from the media centre to the Shevaplug Samba share, but the network I have setup is all running at 1Gb, all switches are 1Gb and all network deices (apart from wireless ones) are 1Gb, so this speed was very disappointing.</p><p>While investigating this, I was logged onto SSH on the Ubuntu Shevaplug. I noticed that SSH seemed to be running very sluggish, I had the bad feeling that the Shevaplug was not powerful enough to do what I wanted, but after doing a &#8216;top&#8217; command to find out what the thing was actually doing, I found that ntfs-3g was running 90% of the processor and had taken all of the available memory.</p><p>A quick search on google revealed that NTFS-3g is notoriously poor and many people recommended keeping clear of it.</p><p>This presented a problem of what to do.</p><p>I had a spare disk so I set about trying different file system formats and the one I have ended up with is EXT4. I now have transfer speeds of 60MB/sec and more so I am well pleased with that.</p><p>Changing the file system obviously meant that I had to re-format the disks, so moving 2Tb of data from one place to another, finding space on different PCs for all the date while I cleared the first fist for formatting, then moving date from disk to disk to format each to EXT4.</p><p>I now have it all back up and running, all EXT4 disks, all my Samba shares setup and the media centre is currently re-indexing all the media, and everything looks good.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/review-of-the-western-digital-elements-2-tb-external-hard-drive/' rel='bookmark' title='Review Of The Western Digital Elements 2 Tb External Hard Drive'>Review Of The Western Digital Elements 2 Tb External Hard Drive</a> <small>Regular readers of this blog will have seen that I have been doing some work on a solution for the storage of all my digital...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/google-analytics-and-using-segments-to-track-keywords/' rel='bookmark' title='Google Analytics And Using Segments To Track Keywords'>Google Analytics And Using Segments To Track Keywords</a> <small>As part of a review of my online marketing activity for both my Software Business and for my affiliate business I have been looking back...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Finding Your Ubuntu Version</title><link>http://www.matthouldsworth.com/2011/01/finding-your-ubuntu-version/</link> <comments>http://www.matthouldsworth.com/2011/01/finding-your-ubuntu-version/#comments</comments> <pubDate>Wed, 19 Jan 2011 19:55:16 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[finding ubuntu version]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[server]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[version]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=2707</guid> <description><![CDATA[Something I am always forgetting how to do and have to Google for each time is how to find your Ubuntu version. Open an ssh terminal and type: cat /etc/lsb-release this will then show: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS" Related posts: Datafeed Import Plugin For WordPress Version 3.0 Coming Soon I am currently working &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2011/01/finding-your-ubuntu-version/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/datafeed-import-plugin-for-wordpress-version-3-0-coming-soon/' rel='bookmark' title='Datafeed Import Plugin For WordPress Version 3.0 Coming Soon'>Datafeed Import Plugin For WordPress Version 3.0 Coming Soon</a> <small>I am currently working on the next major release of my Datafeed Import Plugin for WordPress. I am really excited about this version of the...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Something I am always forgetting how to do and have to Google for each time is how to find your Ubuntu version.</p><p>Open an ssh terminal and type:</p><p><code>cat /etc/lsb-release</code></p><p>this will then show:</p><p><code>DISTRIB_ID=Ubuntu<br
/> DISTRIB_RELEASE=10.04<br
/> DISTRIB_CODENAME=lucid<br
/> DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"<br
/> </code></p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/datafeed-import-plugin-for-wordpress-version-3-0-coming-soon/' rel='bookmark' title='Datafeed Import Plugin For WordPress Version 3.0 Coming Soon'>Datafeed Import Plugin For WordPress Version 3.0 Coming Soon</a> <small>I am currently working on the next major release of my Datafeed Import Plugin for WordPress. I am really excited about this version of the...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2011/01/finding-your-ubuntu-version/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Vpsville Review</title><link>http://www.matthouldsworth.com/2010/11/vpsville-review/</link> <comments>http://www.matthouldsworth.com/2010/11/vpsville-review/#comments</comments> <pubDate>Fri, 05 Nov 2010 20:20:52 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Affiliate Marketing]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[email server]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[hacked]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[server]]></category> <category><![CDATA[ssh]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[ultrahosting]]></category> <category><![CDATA[virtual hosting]]></category> <category><![CDATA[virtual private server]]></category> <category><![CDATA[vps]]></category> <category><![CDATA[vpsville]]></category> <category><![CDATA[web hosting]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=2172</guid> <description><![CDATA[Regular readers of this blog will know that I have recently moved all my web hosting to a new provider following a devastating hack of one of my dedicated servers which was hosted with Ultrahosting. I had a bad experience with Ultrahosting support and will not be using them again in the future. I have &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/11/vpsville-review/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/07/hostgator-25-off-coupon-for-digitalquill-customers/' rel='bookmark' title='Hostgator 25% Off Coupon For Digitalquill Customers'>Hostgator 25% Off Coupon For Digitalquill Customers</a> <small>We have secured a 25% off coupon code for HostGator, readers of this blog and Digitalquill customers can get this 25% discount by using the...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Regular readers of this blog will know that I have recently moved all my web hosting to a new provider following a devastating hack of one of my dedicated servers which was hosted with Ultrahosting. I had a bad experience with Ultrahosting support and will not be using them again in the future.</p><p><a
href="http://www.matthouldsworth.com/wp-content/uploads/2010/11/vpsville.gif" ><img
class="aligncenter size-full wp-image-2175" title="vpsville" src="http://www.matthouldsworth.com/wp-content/uploads/2010/11/vpsville.gif" alt="" width="127" height="38" /></a></p><p>I have been using VPSville for some time for my domain network and other projects and have always been impressed with their service.</p><p>I have signed up for two of their Semi dedicated vps servers which they call &#8216;Megacity&#8217; one to host my mail server and another to host my affiliate websites.</p><p>The VPSville control panel is very easy to use and fully functional, you can easily create new servers, reboot, gain SSH access, change passwords, monitor bandwidth and many other features.</p><p>They provide 25% discount on repeat custom. I currently have 10 VPS servers with them and two of the semi-dedicated servers. Discounts are also available if you may for 3, 6 or 12 months upfront.</p><p>Their prices go from £3.75 for their smallest server which they call Village with 64mb guaranteed RAM (burst to 128) 100GB Bandwidth and 5GM of disk space, up to £47.25 for their Megacity 3 Semi-Dedicated servers which 2Gb of RAM bursting to 4gb and 3000Gb Bandwidth and 160Gb of disk space.</p><p>They have Data centers in the UK, US and Canada, but appear to be a Canadian company. I have only used the London Data centre but have had no trouble with them at all.</p><p>I can not comment about support as I have had no reason to use support for anything, but if I do I will update this post with the results.</p><p>They take various forms of payment, the most critical one for me is Paypal as most of my business goes through Paypal. The only one comment I would make is that when buying a new server I can not seem to find the subscribe via Paypal option only a one off payment option, however, when you go into the existing account you can expand the payment options and create a Paypal subscription.</p><p>Another key advantage for me is that they do not have any fixed term contracts, you can pay month to month. This means that if I need a server for a project I can create one to use as a development server for £3.75 for a month and then kill it when I move the project onto my main web server.</p><p><a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.vpsville.ca" >Click here</a> and use the coupon code <strong>SP25</strong> to get started with <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.vpsville.ca" >VPSville</a></p><div
id="_mcePaste" style="left: -10000px; overflow: hidden; width: 1px; position: absolute; top: 0px; height: 1px;">Gyprock Thermaline</div><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/07/hostgator-25-off-coupon-for-digitalquill-customers/' rel='bookmark' title='Hostgator 25% Off Coupon For Digitalquill Customers'>Hostgator 25% Off Coupon For Digitalquill Customers</a> <small>We have secured a 25% off coupon code for HostGator, readers of this blog and Digitalquill customers can get this 25% discount by using the...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/11/vpsville-review/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WordPress Not Resizing Images</title><link>http://www.matthouldsworth.com/2010/10/wordpress-not-resizing-images/</link> <comments>http://www.matthouldsworth.com/2010/10/wordpress-not-resizing-images/#comments</comments> <pubDate>Fri, 01 Oct 2010 18:24:22 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[apt-get]]></category> <category><![CDATA[gd]]></category> <category><![CDATA[gd librarb]]></category> <category><![CDATA[images]]></category> <category><![CDATA[install]]></category> <category><![CDATA[media library]]></category> <category><![CDATA[php]]></category> <category><![CDATA[rezise]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1852</guid> <description><![CDATA[If you are using WordPress and when you upload an image it only offers you the original size image to insert into your post you need to install the GD library for PHP. On Ubuntu this is very simple just run the command: sudo apt-get install php5-gd and then restart apache sudo /etc/init.d/apache2 restart then &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/10/wordpress-not-resizing-images/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/wordpress-3-2-rc2-a-first-view/' rel='bookmark' title='WordPress 3.2 Rc2 A First View'>WordPress 3.2 Rc2 A First View</a> <small>The release candidate for WordPress 3.2 has recently being released and as I have a number of plugins I have downloaded and installed a copy...</small></li><li><a
href='http://www.matthouldsworth.com/2011/02/datafeed-import-plugin-for-wordpress-2-06-released/' rel='bookmark' title='Datafeed Import Plugin For WordPress 2.06 Released'>Datafeed Import Plugin For WordPress 2.06 Released</a> <small>We have today released version 2.06 of our popular Datafeed Import Plugin for WordPress. We have had this release in the pipeline for some time,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/blogging-from-android-smartphone/' rel='bookmark' title='Blogging From Android Smartphone'>Blogging From Android Smartphone</a> <small>I have just download the WordPress app for android onto my HTC desire hd. It only has a very simple interface. You can&#8217;t modify permalinks...</small></li><li><a
href='http://www.matthouldsworth.com/2011/02/ebay-import-plugin-for-wordpress/' rel='bookmark' title='Ebay Import Plugin For WordPress'>Ebay Import Plugin For WordPress</a> <small>I have just completed work on my latest plugin &#8216;Ebay Import Plugin for WordPress&#8217; I am looking for affiliates who currently use the Ebay Partner...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>If you are using WordPress and when you upload an image it only offers you the original size image to insert into your post you need to install the GD library for PHP.</p><p>On Ubuntu this is very simple just run the command:</p><p>sudo apt-get install php5-gd</p><p>and then restart apache</p><p>sudo /etc/init.d/apache2 restart</p><p>then try to upload a new image and it will offer you all the different sizes for your image.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/wordpress-3-2-rc2-a-first-view/' rel='bookmark' title='WordPress 3.2 Rc2 A First View'>WordPress 3.2 Rc2 A First View</a> <small>The release candidate for WordPress 3.2 has recently being released and as I have a number of plugins I have downloaded and installed a copy...</small></li><li><a
href='http://www.matthouldsworth.com/2011/02/datafeed-import-plugin-for-wordpress-2-06-released/' rel='bookmark' title='Datafeed Import Plugin For WordPress 2.06 Released'>Datafeed Import Plugin For WordPress 2.06 Released</a> <small>We have today released version 2.06 of our popular Datafeed Import Plugin for WordPress. We have had this release in the pipeline for some time,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/blogging-from-android-smartphone/' rel='bookmark' title='Blogging From Android Smartphone'>Blogging From Android Smartphone</a> <small>I have just download the WordPress app for android onto my HTC desire hd. It only has a very simple interface. You can&#8217;t modify permalinks...</small></li><li><a
href='http://www.matthouldsworth.com/2011/02/ebay-import-plugin-for-wordpress/' rel='bookmark' title='Ebay Import Plugin For WordPress'>Ebay Import Plugin For WordPress</a> <small>I have just completed work on my latest plugin &#8216;Ebay Import Plugin for WordPress&#8217; I am looking for affiliates who currently use the Ebay Partner...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/10/wordpress-not-resizing-images/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>11 Ssh Security Tips</title><link>http://www.matthouldsworth.com/2010/09/11-ssh-security-tips/</link> <comments>http://www.matthouldsworth.com/2010/09/11-ssh-security-tips/#comments</comments> <pubDate>Wed, 22 Sep 2010 18:32:19 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[hacked]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[security]]></category> <category><![CDATA[ssh]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1811</guid> <description><![CDATA[In another post following on from the recent server hacks that I have suffered. I have been researching server security. SSH security is something that I have always been fairly strong on, but I wanted to check I was doing everything possible. Here is a list of things that you should do to improve the &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/09/11-ssh-security-tips/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>In another post following on from the recent server hacks that I have suffered. I have been researching server security. SSH security is something that I have always been fairly strong on, but I wanted to check I was doing everything possible. Here is a list of things that you should do to improve the security for SSH on your server.</p><p><strong>1. Disable SSH if you do not need it<br
/> </strong></p><p>If you do not need ssh then disable it as it is always a vulnerability. If you are running a desktop/laptop with Ubuntu on it then remove ssh</p><p><code>apt-get  remove openssh-server</code></p><p><strong>2. Do not allow root login</strong></p><p>The root user is the master user on your server, it gives access to everything and permissions to do anything on your server. If that gets hacked it is the worst possible scenario for your server.</p><p>Why risk allowing people to do brute force attacks on the root user? Make sure that you stop root from being able to directly access SSH.</p><p>Edit the /etc/ssh/sshd_config file and change:</p><p><code>PermitRootLogin yes</code></p><p>to</p><p><code>PermitRootLogin no</code></p><p>Then restart ssh by running /etc/init.d/ssh restart</p><p>You will then have to SU from another user to become root or even better use the sudo command before executing root commands.</p><p><strong>3. Restrict the users who can access the server via SSH</strong></p><p>In addition to the above, you can restrict SSH access to your server to a limited number of users. In my case, I have only two users that can access the server via SSH, mine and the hosts support user.</p><p>Edit the /etc/ssh/sshd_config file and add:</p><p><code>AllowUsers username1 username2 </code></p><p>to the bottom of the file</p><p>Then restart ssh by running /etc/init.d/ssh restart</p><p><strong>4. Don&#8217;t use obvious usernames </strong></p><p>As with everything, we are trying to make things a little harder for hackers. If you use an obvious or well known username, you are open to brute force attacks on that username. So don&#8217;t use obvious users.</p><p><strong>5. Use Secure passwords</strong></p><p>Make sure that your users password is secure, use alpha numeric passwords with mixed case and try to use special characters in your password.</p><p><strong>6. Change the default ssh port</strong></p><p>On the same theme as changing the default settings, you should change the default ssh port.</p><p>Edit /etc/ssh/sshd_config</p><p>and change where it says &#8216;port 22&#8242; to a port number of your choice.</p><p>Then restart ssh by running /etc/init.d/ssh restart</p><p><strong>7. Keep OpenSSH up-to-date</strong></p><p>Make sure that you keep your whole system up-to-date especially OpenSSH</p><p>apt-get update<br
/> apt-get upgrade</p><p><strong>8. Always use ssh protocol 2</strong></p><p>Most modern versions of linux will already be configured to run with ssh protocol 2 by default but it is always worth checking</p><p>edit /etc/ssh/sshd_config</p><p>and check the protocol line says 2 and NOT 1</p><p>Protocol 2</p><p>Protocol 1 is vulnerable to man-in-the-middle attacks</p><p>Then restart ssh by running /etc/init.d/ssh restart</p><p><strong>9. Idle timeout</strong></p><p>The idle timeout terminates an ssh session after a given period of inactivity. This is especially useful to prevent vulnerabilities from unattended ssh sessions. This is not as much a hack, but an opportunist but it is worth considering depending on your situation.</p><p>edit /etc/ssh/sshd_config</p><pre>ClientAliveInterval 300
ClientAliveCountMax 0
Then restart ssh by running /etc/init.d/ssh restart<strong>
</strong></pre><p><strong>10. Use Keys</strong></p><p>A safe method of securing your SSH is by using keys. I will not go through the detailshere as they have been done before but take a look at the following tutorials:</p><p>http://www.ibm.com/developerworks/linux/library/l-keyc.html</p><p>http://www.cyberciti.biz/faq/ssh-password-less-login-with-dsa-publickey-authentication/</p><p>http://www.cyberciti.biz/faq/ssh-passwordless-login-with-keychain-for-scripts/</p><p><strong>11. Stop brute force attacks</strong></p><p>Brute force attacks are where a hacker keeps trying a username with different passwords until they find one that matches. You can use software such as <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.fail2ban.org/" >fail2ban</a> or <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.cyberciti.biz/faq/block-ssh-attacks-with-denyhosts/" >DenyHosts</a></p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/09/11-ssh-security-tips/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>20 Tips To Increase WordPress Security</title><link>http://www.matthouldsworth.com/2010/09/20-tips-to-increase-wordpress-security/</link> <comments>http://www.matthouldsworth.com/2010/09/20-tips-to-increase-wordpress-security/#comments</comments> <pubDate>Mon, 20 Sep 2010 17:54:35 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Amazon S3]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[hacked]]></category> <category><![CDATA[security]]></category> <category><![CDATA[web]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[website]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1790</guid> <description><![CDATA[I have recently been blogging about how my web servers have been compromised. I am fairly sure that the attackers gained access to the server via WordPress. I use WordPress as the backbone to 90% of my sites, this being so it is critically important that it is secure. I have therefore been researching methods &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/09/20-tips-to-increase-wordpress-security/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/feather-wordpress-theme-review/' rel='bookmark' title='Feather WordPress Theme Review'>Feather WordPress Theme Review</a> <small>Elegant themes have just launched another wordpress theme &#8216;Feather&#8217;, this is great news for me as I have only been a member of Elegant themes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I have recently been blogging about how my web servers have been compromised. I am fairly sure that the attackers gained access to the server via WordPress.</p><p>I use WordPress as the backbone to 90% of my sites, this being so it is critically important that it is secure. I have therefore been researching methods to make those installs more secure. Here is what I have found:</p><p><strong>The Obvious:</strong></p><p><strong>1. Keep up-to-date</strong></p><p>Always use the latest version of Wordpres, there is no excuse not to, WordPress now has an inbuilt update feature which is very simple to use. Make sure that you use the latest version of WordPress, All plugins and all themes, even if those plugins or themes are not active.</p><p><strong>2. Admin User</strong></p><p>Although WordPress 3.x allows you to  choose your WordPress admin username, many people still use &#8216;admin&#8217; especially if you have upgraded from older version of WordPress and have a pre-existing user.</p><p>The problem with this is that it is known by hackers who can try and use brute force attacks on your password. If they do not know your username they have to do a brute force attack on both your username and password and get them to match and as such the likelihood of getting the correct combination is reduced</p><p>Change your admin user to something else using the SQL command:</p><p>UPDATE wp_users SET user_login = &#8216;YourChosenUser&#8217; WHERE user_login = &#8216;Admin&#8217;;</p><p><strong>3. Use a secure password</strong></p><p>I use http://strongpasswordgenerator.com/to create strong passwords. Make sure you do not use dictionary words as many brute force attacks use dictionaries to work through tries on your password.</p><p>Tips are to use numbers and letters, mixes case and some characters.</p><p><strong>4. Add Keys to the wp-config.php file</strong></p><p>WordPress 3.x does this for you, but it is worth checking that you have the keys completed in your wp-config.php file. It should look something like:</p><pre>define('AUTH_KEY',        '19[9lL.u~lwAMWEv-HwZ+@Fm{1FP+&lt;jDgcq|GMF|G@Oklq_w;ftPlsXO@|S^4');</pre><pre>define('SECURE_AUTH_KEY', 'JiSUZrIM5T!7$z;rcS];qL&gt;L L)c@,Tqe~B=#M=V,Wgb:&gt;F|h$d0g55)!_9Ol-');</pre><pre>define('LOGGED_IN_KEY',   'm~ v--9/-l+9=[$VD($&lt;o-Afz(8uxH[p4yaVnTR3Zf5mbV6PUdu3W?J|Wr8/:`e');</pre><pre>define('NONCE_KEY',       '%i.WRYyslvZ.C*Np5L5S27t4 ihJF,HMhy~$aEKV0#=/`I~$o-Mu&lt;revq/fIhb+e');</pre><pre>define('AUTH_SALT',        '[J&amp;pERV+!rfO6|n0OzNo5g7 P .cOia|{^4A$Ol4w`([o-JC3:|D3nTXDx4S9H');</pre><pre>define('SECURE_AUTH_SALT', '%P)h3cUD=EX/2z+EY@/~i;%TjlB(EL]RB]N,B)7Tr+Rw(L2:i(V+N+VS5i2Obu0I');</pre><pre>define('LOGGED_IN_SALT',   'n|yRYtIi#y5Q|-3|Y~-y]f0t|1n,aE7M@ubchoibda?RDdeCwRC|~e)-d?u*JJMc');</pre><pre>define('NONCE_SALT',       'w|1+voiV-[q5,F3,M@wOLvOJJz*&gt;&amp;3Ui9drlQ{Q&gt;Ls2|#lZVzA46?&amp;+6&amp;Vrgg1x');</pre><p><strong>The Not-So Obvious</strong></p><p><strong>5. Database setup - user, password, and database</strong></p><p>Make sure you create a database for each blog, if one is compromised you do not want it affecting any other sites you may have on your server.</p><p>Make sure you create a username for each of the installs, do not share them between wordpress installs and DO NOT USE ROOT!</p><p>The user should be a limiuted userm grant it SELECT, INSERT, UPDATE privileges.<br
/> mysql&gt; GRANT SELECT, INSERT, UPDATE ON wordpress.* TO 'wordpress'@'localhost' IDENTIFIED BY 'newpassword';<br
/> mysql&gt; FLUSH PRIVILEGES;</p><p>Make sure that your user only has local access to your database, so that it can not access your database remotely.</p><p><strong>6. Do not use default wp_ table prefixes</strong></p><p>Don't use the default wp_ prefix to table names. This method is useful but should not be relied upon for a security fix, one a hacker has got as far as being able to conduct SQL injections or other hack then this method will not prevent them getting further for very long, but it will keep them guessing. Do not use the default wp_ prefix instead use a random one.</p><p>This is rather more difficult if you are trying to secure a site that has already been setup, but you can use the <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://wordpress.org/extend/plugins/wp-security-scan/" >WP Security Plugin</a> to do this</p><p><strong>7. SSL for wp-admin</strong></p><p>SSL connections are far more secure than normal http connections so, force SSL for admin add the line define('FORCE_SSL_ADMIN', true); to your wp-config.php file Options All -Indexes to your .htaccess file</p><p><strong>8. Allow access to your wp-admin from one IP Address</strong></p><p>Although this method worries me, due to loosing access to my files I have implemented it to see how it goes. If you have a static IP address you can Secure the wp-admin files from being edited. By default all but the wp-config.php file can be edited via the wordpress admin area.</p><p>If you add a .htaccess file to your wp-admin folder and add the following:</p><p>Order Deny,Allow<br
/> Allow from xx.xx.xx.xx<br
/> Deny from all</p><p>This will then only allow you to edit those files from the IP address specified</p><p>You can use other options in the IP address such as:</p><p>A (partial) domain-name - Example: Allow from apache.org<br
/> A full IP address - Example: Allow from 10.1.2.3<br
/> A partial IP address - Example: Allow from 10.1<br
/> A network/netmask pair - Example: Allow from 10.1.0.0/255.255.0.0<br
/> A network/nnn CIDR specification - Example: Allow from 10.1.0.0/16</p><p><strong>9. Deny access to the wp-config.php file</strong></p><p>Perhaps a safer method than the above would be to specifically deny access to your wp-config.php file, thus keeping your database username and password more secure.</p><p>Add the following line to you r.htaccess file in the root of your site</p><p>&lt;FilesMatch ^wp-config.php$&gt;deny from all&lt;/FilesMatch&gt;</p><p><strong>10. Move wp-config.php file to a directory below the one it is currently in </strong></p><p>for example if your is the is setup as such:</p><p>/var/www/domain.com/htdocs/Site files here</p><p>you can move the wp-config.php file to below the htdocs folder i.e.</p><p>/var/www/domain.com/</p><p>WordPress will handle this change automatically and allow you to have the wp-config.php file below the web root which is a great deal more secure.</p><p><strong>11. Add Apache Level security to wp-admin</strong></p><p>AuthType Basic<br
/> AuthName "Domain.com WordPress Admin"<br
/> AuthUserFile /var/www/domain.com/.auth/.htpasswd<br
/> Require user domainAdmin</p><p>htpasswd -cm /var/www/domain.com/.auth/.htpasswd domainAdmin</p><p><strong>12. Blacklist ip addresses</strong></p><p>Edit the .htaccess file in the root of your site and add the following:</p><p>&lt;Limit GET POST PUT&gt;<br
/> order allow,deny<br
/> allow from all<br
/> deny from 123.456.789<br
/> deny from 93.121.788<br
/> deny from 223.956.789<br
/> deny from 128.456.780<br
/> &lt;/LIMIT&gt;</p><p>Add the ip address of the visitor you want to ban, you can add multiple deny from xxx lines to ban multiple addresses.</p><p>This may not be as useful unless you are actively monitoring your logs, but it can be useful if you get a great deal of SPAM comments from one user.</p><p>You can also use the <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.bad-neighborhood.com/login-lockdown.html" >Lockdown plugin</a> to record all failed attempts to access your wordpress admin. You can then add the IP address to the ban list.</p><p><strong>13. Stop WordPress serving anything other than images from the wp-content/uploads folder</strong></p><p>You can secure the wp-content/uploads directory to stop it serving anything other than images</p><p>Order Allow,Deny<br
/> Deny from all<br
/> &lt;filesMatch  "\.(jpeg|jpg|gif|png|js|css)$"&gt;<br
/> Allow from all<br
/> &lt;/filesMatch&gt;</p><p>Remember if you want to include other file types in your WordPress posts you will have to add them to the list for example a pdf document, you would add pdf to the 'files' line.</p><p><strong>14. Stop SQL injection attacks</strong></p><p>Although WordPress should already do this for your you can ensure that you stop SQL injection attacks. SQL injection attacks are where malicious users use forms on your site to add code to database records.</p><p>Add the following to the .htaccess file in the root of your website.</p><p>Options +FollowSymLinks<br
/> RewriteEngine On<br
/> RewriteCond %{QUERY_STRING (\&lt;|%3C).*script.*(\&gt;|%3E) [NC,OR]<br
/> RewriteCond %{QUERY_STRING GLOBALS(=|\[|\%[0-9A-Z]{0,2) [OR]<br
/> RewriteCond %{QUERY_STRING _REQUEST(=|\[|\%[0-9A-Z]{0,2)<br
/> RewriteRule ^(.*)$ index.php [F,L]</p><p><strong>15. Remove your WordPress version</strong></p><p>Sounds crazy but you should really do this. If hackers find a vulnerability in a particular build of WordPress then they will use search engines to find sites using that version and then exploit that vulnerability.</p><p>edit functions.php file of your theme and add the following line to it remove_action('wp_head', 'wp_generator');</p><p><strong>16. Stop search engines indexing any of your WP- folders</strong></p><p>add the following to your robots.txt file:</p><p>Disallow: /wp-*</p><p>This in combination with not allowing browsing of these folders will stop those files from being accessed.</p><p><strong>17. Lockdown Plugin to stop brute force attacks</strong></p><p>Using the <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.bad-neighborhood.com/login-lockdown.html" >Lockdown plugin </a>to ban addresses after a certain number of failed login attempts will help prevent brute force attacks.</p><p><strong>18. Use WordPress Firewall plugin</strong></p><p>I have blogged before about the default set of plugins that I install, this is one of them, make sure you get it installed as it protects you against some of these holes especially SQL injection attacks.</p><p><strong>19 File permissions</strong></p><p>Here is a quick run down of some file permissions to check for your wordpress install are as follows:</p><p>../ 0755<br
/> ../wp-includes 0755<br
/> ../.htaccess 0644<br
/> index.php 0644<br
/> js/ 0755<br
/> ../wp-content/themes 0755<br
/> ../wp-content/plugins 0755<br
/> ../wp-admin 0755<br
/> ../wp-content 0755</p><p>On linux command line run 'chmod 0755 wp-includes -R' for example, or you can use your ftp client.</p><p>All my servers have ftp disabled as this is another potential security hole.</p><p><strong>20. Backup, Backup, Backup</strong></p><p>Ok this is not strictly a security fix, but it the worse happens it will help you to recover. Make sure you back everything up, WordPress install, uploaded files and critically the database. I use <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://wordpress.org/extend/plugins/backwpup/" >BackWPup </a>which can up your data to Amazon S3. Very cheap method of keeping secure backups of your blog., or to FTP.</p><p>It is worth pointing out that if your site is hacked make sure you check all the files in the backup you are using before you restore. If a backup has run after the hack then any malicious files may be present in the backup.</p><p>If you are in this situation use the backup for your database and for any uploaded files and get a fresh copy of WordPress and any plugins.</p><p><strong>Note:</strong></p><p>Even with all these methods you may still be vulnerable, holes in your web server security, holes in plugins that you use or any number of factors could allow you to be compromised, but with these methods you are gaining more of the upper hand in the battle against hackers.</p><p>As a WordPress plugin developer I am looking into the possibility of creating a plugin that does some if not all of these methods for you or at least checks them and gives you advice as to how to improve the security. During this research I have found many plugins out there that claim to do this, some work better than others, indeed some do not work at all, but none are comprehensive and as such I think I will attempt to code one up that will do or check this list of 20 tips.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/feather-wordpress-theme-review/' rel='bookmark' title='Feather WordPress Theme Review'>Feather WordPress Theme Review</a> <small>Elegant themes have just launched another wordpress theme &#8216;Feather&#8217;, this is great news for me as I have only been a member of Elegant themes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/09/20-tips-to-increase-wordpress-security/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>New Web Servers</title><link>http://www.matthouldsworth.com/2010/09/new-web-servers/</link> <comments>http://www.matthouldsworth.com/2010/09/new-web-servers/#comments</comments> <pubDate>Sun, 19 Sep 2010 12:25:06 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[email]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[hacked]]></category> <category><![CDATA[mail server]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[websites]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1781</guid> <description><![CDATA[The last two months have been a real problem for my web hosting. I have blogged here before about how I have been hacked. This last week the server has hacked again and phishing software installed. I was in the process of setting up a new server anyway but this has put the pressure on &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/09/new-web-servers/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>The last two months have been a real problem for my web hosting. I have blogged here before about how I have been hacked. This last week the server has hacked again and phishing software installed. I was in the process of setting up a new server anyway but this has put the pressure on again.</p><p>I have setup two new servers, one dedicated to email and the other to the webserver. I have still to setup all the mailboxes and websites, but if you are seeing this post then you are viewing this blog on the new web server.</p><p>The race is on over the next couple of days to setup all the websites again and get the DNS updated to the new IP addresses for both the A and MX records.</p><p>I think Debian 4 had significant vulnerabilities, recently the repros were all archived indicating that the developers had dropped support for it. I have therefore moved to a far more up-to-date OS in Ubuntu 10.04. I have other servers and VPS servers already running Ubuntu 10.04 so there is no problem with that at all. It is just the work involved in setting everything up again.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/09/new-web-servers/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Time For A New Web Server</title><link>http://www.matthouldsworth.com/2010/09/time-for-a-new-web-server/</link> <comments>http://www.matthouldsworth.com/2010/09/time-for-a-new-web-server/#comments</comments> <pubDate>Fri, 10 Sep 2010 19:54:42 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Affiliate Marketing]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[email server]]></category> <category><![CDATA[email web server]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[mx]]></category> <category><![CDATA[phishing]]></category> <category><![CDATA[spam]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1735</guid> <description><![CDATA[I run several web servers, some dedicated to clients, some dedicated to specific projects I have running, and one for the affiliate projects I run. I also have one dedicated to running my mail server. The latter two have been suffering from numerous malicious attacks. The email server was hacked a couple of months ago &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/09/time-for-a-new-web-server/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/a-time-for-a-change-self-employment-and-full-time-affiliate/' rel='bookmark' title='A Time For A Change &#8211; Self Employment And Full Time Affiliate'>A Time For A Change &#8211; Self Employment And Full Time Affiliate</a> <small>I am writing this post on Holiday in the Yorkshire Dales, we have a fantastic cottage in Carperby, with stunning views over Wensleydale. I am...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I run several web servers, some dedicated to clients, some dedicated to specific projects I have running, and one for the affiliate projects I run. I also have one dedicated to running my mail server.</p><p>The latter two have been suffering from numerous malicious attacks. The email server was hacked a couple of months ago and since then it has not been quite right, even though I have spent a great deal of time trying to fix it, emails are still getting spammed and the level of spam getting through and being delivered to mailboxes is very high. Some mailboxes seem to be affected more than others.</p><p>My Linux box running my affiliate websites was hacked yesterday, I was alerted by someone to the problem, and since then GoDaddy have contacted me saying that one of the domains registered with them has been compromised. Fortunately I already had a root SSH session open to the server, running a &#8216;who&#8217; command showed another active SSH session. It appeared they had created themselves another user on the system.</p><p>I say fortunately I had a root session open as it turned out that they had changed the root ssh password.</p><p>I am not sure how they got in but they have corrupted several of my sites and installed Phishing scripts. I have removed everything and I am in the process of repairing the damage, but I do think that it is time to start afresh with a new server for both my MX and affiliates projects servers.</p><p>The current servers are both Debian 4 and as such are now out of date in terms of their OS so I would be better off starting with a new server running the latest version of Ubuntu.</p><p>The only problem with it is I have 100&#8242;s of affiliate websites running on that server and quite a number of domains and mailboxes managed by the MX server. The time involved in this, changing DNS, setting up the domains and mailboxes will be quite considerable and at the moment I really do not have the time to dedicate to this.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/a-time-for-a-change-self-employment-and-full-time-affiliate/' rel='bookmark' title='A Time For A Change &#8211; Self Employment And Full Time Affiliate'>A Time For A Change &#8211; Self Employment And Full Time Affiliate</a> <small>I am writing this post on Holiday in the Yorkshire Dales, we have a fantastic cottage in Carperby, with stunning views over Wensleydale. I am...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/09/time-for-a-new-web-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Suffering Spam Problems</title><link>http://www.matthouldsworth.com/2010/09/suffering-spam-problems/</link> <comments>http://www.matthouldsworth.com/2010/09/suffering-spam-problems/#comments</comments> <pubDate>Mon, 06 Sep 2010 19:16:28 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[amazon import plugin]]></category> <category><![CDATA[clamav]]></category> <category><![CDATA[courier]]></category> <category><![CDATA[datafeed import plugin]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[email]]></category> <category><![CDATA[email server]]></category> <category><![CDATA[htc]]></category> <category><![CDATA[htd touch 3g]]></category> <category><![CDATA[mail server]]></category> <category><![CDATA[mx server]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[spam]]></category> <category><![CDATA[spam problems]]></category> <category><![CDATA[spamassasin]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1730</guid> <description><![CDATA[Over the last couple of months I have been struggling to deal with an increased level of SPAM. I run my own mail server (Debian, Postfix, Courier, ClamAV, SpamAssasin). About 2 months ago my server was hacked, at that time all I could find in terms of malicious damage was that the root password had &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/09/suffering-spam-problems/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/dont-unsubscribe-from-spam-emails/' rel='bookmark' title='Don&#8217;t Unsubscribe From Spam Emails'>Don&#8217;t Unsubscribe From Spam Emails</a> <small>In the interests of saving embarrassment, shall we say &#8216;A friend&#8217; has just clicked on an unsubscribe link in a SPAM email, and now has...</small></li><li><a
href='http://www.matthouldsworth.com/2011/03/spam-bait-posts/' rel='bookmark' title='Spam Bait Posts'>Spam Bait Posts</a> <small>We have all heard about link bait posts, but how about SPAM bait posts. The recent post I made &#8216;Are Nofollow Links Worthless?&#8216; has attracted...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/09/captcha-added-to-digitalquill-support-system/' rel='bookmark' title='Captcha Added To Digitalquill Support System'>Captcha Added To Digitalquill Support System</a> <small>I have today managed to add a CAPTCHA image to the Digitalquill Support Ticket system. Over the last month or so I have been struggling...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Over the last couple of months I have been struggling to deal with an increased level of SPAM. I run my own mail server (Debian, Postfix, Courier, ClamAV, SpamAssasin).</p><p><a
href="http://www.matthouldsworth.com/wp-content/uploads/2010/07/debian.png" ><img
class="aligncenter size-full wp-image-1596" title="debian" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/debian.png" alt="debian" width="179" height="61" /></a></p><p>About 2 months ago my server was hacked, at that time all I could find in terms of malicious damage was that the root password had been changed and all the other users had been removed from the sudo&#8217;ers list.</p><p>Since then I have been having great difficulty with the email side of the server, it always seems to have a large number of mails in the main queue, genuine emails are getting spammed (but only on specific addresses), both the volume of SPAM recieved and the amount of SPAM delivered as genuine mail has increased dramatically.</p><p>Take Saturday morning for example. I checked my email at around 7:30am and left all mailboxes with no uunread messages, deleting any spam and clearing them up. I then went to one of our properties to do some work and checked my email at around 9:30 and there were 21,000 emails that had been delivered to that mailbox.</p><p>My poor HTC Touch could not cope with that volume of emails and while trying to clear those emails it died, since that the phone has not been right, randomly re-booting even thought I have done a hard reset.</p><p>It has also come to my attention that emails from some of the feedback and contact forms on my websites are getting spammed and as such the customers for my plugins especially are unable to get support.</p><p>There is clearly something wrong with the configuration of SpamAssasin somewhere, but what is the big question. I am tempted to setup a temporary VPS and create a new MX server on that so that I can compare the setup, even move some of the mailboxes across to that, although I would not want that as a permanent solution as I have a high powered dedicated server which I would rather keep as my main server.</p><p>It has been said before that the few kill the internet for the rest of us, my server currently handles around 250,000 emails per week, with maybe 1000 of those genuine. The wasted server power and resources costs business a huge amount of money. I am not sure what to do about this, my most immediate action is to try and find out why emails from my feedback and contact forms are being spammed, perhaps I need to add some more headers to the php email.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/dont-unsubscribe-from-spam-emails/' rel='bookmark' title='Don&#8217;t Unsubscribe From Spam Emails'>Don&#8217;t Unsubscribe From Spam Emails</a> <small>In the interests of saving embarrassment, shall we say &#8216;A friend&#8217; has just clicked on an unsubscribe link in a SPAM email, and now has...</small></li><li><a
href='http://www.matthouldsworth.com/2011/03/spam-bait-posts/' rel='bookmark' title='Spam Bait Posts'>Spam Bait Posts</a> <small>We have all heard about link bait posts, but how about SPAM bait posts. The recent post I made &#8216;Are Nofollow Links Worthless?&#8216; has attracted...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/09/captcha-added-to-digitalquill-support-system/' rel='bookmark' title='Captcha Added To Digitalquill Support System'>Captcha Added To Digitalquill Support System</a> <small>I have today managed to add a CAPTCHA image to the Digitalquill Support Ticket system. Over the last month or so I have been struggling...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/09/suffering-spam-problems/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sheevaplug With Ubuntu And Dansguardian Update</title><link>http://www.matthouldsworth.com/2010/08/sheevaplug-with-ubuntu-and-dansguardian-update/</link> <comments>http://www.matthouldsworth.com/2010/08/sheevaplug-with-ubuntu-and-dansguardian-update/#comments</comments> <pubDate>Fri, 27 Aug 2010 06:52:22 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[clamav]]></category> <category><![CDATA[dansguardian]]></category> <category><![CDATA[sheevaplug]]></category> <category><![CDATA[squid proxy]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1712</guid> <description><![CDATA[In my last post I talked about how I setup ClamAV, Squid proxy and Dansguardian on a SheevaPlug. Overall this has been a great success. I have been testing it on my machines before I role it out onto the rest of the network. I have encountered one problem. When I go to sites such &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/08/sheevaplug-with-ubuntu-and-dansguardian-update/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>In my last post I talked about how I setup ClamAV, Squid proxy and Dansguardian on a SheevaPlug. Overall this has been a great success. I have been testing it on my machines before I role it out onto the rest of the network.</p><p>I have encountered one problem. When I go to sites such as Google Keyword tool, or I run some of my more complicated scripts that take longer to run it seems to create problems. I am wondering if this is some sort of time out fault that I will be able to change in the setup of Squid or if it is a power issue with the SheevaPlug.</p><p>This is not an issue for most normal users, I have tried it on things like YouTube and BBC Iplayer and it works fine with those so I suspect it is something specific to the style of those pages that causes a problem.</p><p><iframe
src="http://rcm-uk.amazon.co.uk/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=matthouldsworth-21&#038;o=2&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;asins=6132134344" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/08/sheevaplug-with-ubuntu-and-dansguardian-update/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Installing Clamav, Squid And Dansguardian On Ubuntu On The Sheevaplug</title><link>http://www.matthouldsworth.com/2010/08/installing-clamav-squid-and-dansguardian-on-ubuntu-on-the-sheevaplug/</link> <comments>http://www.matthouldsworth.com/2010/08/installing-clamav-squid-and-dansguardian-on-ubuntu-on-the-sheevaplug/#comments</comments> <pubDate>Tue, 24 Aug 2010 20:29:19 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[clamav]]></category> <category><![CDATA[content filtering]]></category> <category><![CDATA[dansguardian]]></category> <category><![CDATA[low power pc]]></category> <category><![CDATA[netnanny]]></category> <category><![CDATA[network]]></category> <category><![CDATA[sheevaplug]]></category> <category><![CDATA[squid]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1704</guid> <description><![CDATA[I took delivery of my Sheeva Plug Sata Multi today. I bought it yesterday online and it came first thing this morning. Indeed I made a mistake on the order when I bought it with an EU plug so I emailed and then called NewIT who were very helpful and changed over the order without &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/08/installing-clamav-squid-and-dansguardian-on-ubuntu-on-the-sheevaplug/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I took delivery of my Sheeva Plug Sata Multi today. I bought it yesterday online and it came first thing this morning. Indeed I made a mistake on the order when I bought it with an EU plug so I emailed and then called NewIT who were very helpful and changed over the order without any fuss.</p><p>If you remember from my previous post I wanted this device to run a network content filter, Squid and Dansguardian and also to take control of the network I have at home. I therefore, went for the 8GB SD card with Ubuntu 9.04 pre-installed. I will take an image of this before I start to play with it although one can be downloaded from the NewIT website if I need to. I also went for the Sata version so that I can add hard disk space to the device in the future to make it into a NAS drive as well as a network content filter.</p><p><strong>First Steps</strong></p><p>So my first step was to simply plug the device into my home network, a very simple task of plugging in a network cable and plugging in the power.</p><p>I then logged onto my router which currently runs my DHCP and found that a device called Ubuntu had been given an IP address.<br
/> Opening up Putty (My preferred SSH client) and ssh’ing to the ip address, I was able to log into the device with the root login and the default password of ‘nosoup4u’</p><p>The first impression of the device while navigating around the system via SSH and running the ‘top –d1’ command seemed to be fairly quick, ok the device is not doing anything other than running base Ubuntu but still a good sign at this stage.</p><p>I also ran ‘free -m’ which showed 472mb of free memory and df –f to find the free disk space showed:</p><pre>Filesystem            Size  Used Avail Use% Mounted on
tmpfs                 251M     0  251M   0% /lib/init/rw
varrun                251M   36K  251M   1% /var/run
varlock               251M     0  251M   0% /var/lock
udev                  251M  116K  251M   1% /dev
tmpfs                 251M     0  251M   0% /dev/shm
rootfs                7.4G  443M  6.6G   7% /</pre><p>All looks in order and I was ready to start playing with the system to see what it could do, but first I wanted to take an image of the system as a backup.</p><p><strong>Imaging the SD Disk</strong></p><p>I was not sure how I was going to do this so I did a little bit of research for the best method, but I plumped for a simple TAR of the whole system using linux its self:</p><pre>tar cvpzf backup.tgz --exclude=/backup.tgz /</pre><p>remembering to exclude the backup file its self otherwise it would get into some sort of loop! The tar of the whole system took only 2 minutes and created a file that was 135 Mb. I then sent this across to my Western Digital MyBookWorld NAS drive which has a hacked Linux operating system on it</p><pre>scp backup.tgz root@xxx.xxx.xxx.xxx:/shares/internal/backups/</pre><p>Happy that I had a backup of the system I then went ahead with a system update before trying a setup of Dansguardian.</p><p><strong>System update</strong></p><p>I ran apt-get update and then apt-get upgrade and upgraded the whole system. It wanted to upgrade the following:</p><pre>The following packages will be upgraded:
 <a href="mailto:root@ubuntu:/">root@ubuntu:/</a># apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
cron dhcp3-client dhcp3-common dpkg file gzip language-pack-en language-pack-en-base libcurl3-gnutls libgnutls26 libkrb53 libldap-2.4-2 libmagic1 libnewt0.52 libpam-modules libpam-runtime libpam0g
  libsasl2-2 libsasl2-modules libsqlite3-0 libssl0.9.8 libvolume-id1 libxcb1 lsb-base lsb-release ntpdate openssl perl perl-base perl-modules sudo tzdata udev wget whiptail
35 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 18.2MB of archives.
After this operation, 1565kB of additional disk space will be used.</pre><p>This process was again fairly quick taking just 5 minutes most of which was taken downloading the 18mb as Karoo Internet is simply rubbish!<br
/> I restarted the device just to check everything was still ok</p><pre>Shutdown –r now</pre><p>It took less than a minute to start back up and was back with me.</p><p>I then changed the root password ‘passwd’ and I was ready to start my install of dansguardian.</p><p><strong>Install of Dansguardian</strong></p><p>The setup I wanted was one with Squid for the proxy, ClamAV for virus scanning and then Dansguardian for the content filtering. I followed a tutorial guide on how to forge<br
/> <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.howtoforge.com/squid-proxy-server-on-ubuntu-9.04-server-with-dansguardian-clamav-and-wpad-proxy-auto-detection" >http://www.howtoforge.com/squid-proxy-server-on-ubuntu-9.04-server-with-dansguardian-clamav-and-wpad-proxy-auto-detection</a><br
/> but I would skip the auto-detection part as I did not need this and could always add it at a later date.</p><p>The first step is to install ClamAV</p><pre>apt-get install clamav-daemon clamav-freshclam</pre><p>I then needed to edit the ClamAV conf file so I ran</p><pre>Vim  /etc/clamav/freshclam.conf</pre><p>And found that vim was not installed so I installed it</p><pre>Apt-get install vim</pre><p>Once installed I could then edit the conf file above. FreshClam is the part of ClamAV that downloads the new virus definitions. The config file contains a line ‘checks 24’ which indicates that FreshClam will check for new definitions 24 times a day or once every hour. I decided that would be adequate o accepted the default values, So my freshclam.conf file looks like this:</p><pre># Automatically created by the clamav-freshclam postinst
# Comments will get lost when you reconfigure the clamav-freshclam package</pre><pre>DatabaseOwner clamav
UpdateLogFile /var/log/clamav/freshclam.log
LogVerbose false
LogSyslog false
LogFacility LOG_LOCAL6
LogFileMaxSize 0
LogTime no
Foreground false
Debug false
MaxAttempts 5
DatabaseDirectory /var/lib/clamav/
DNSDatabaseInfo current.cvd.clamav.net
AllowSupplementaryGroups false
PidFile /var/run/clamav/freshclam.pid
ConnectTimeout 30
ReceiveTimeout 30
ScriptedUpdates yes
CompressLocalDatabase no
NotifyClamd /etc/clamav/clamd.conf
# Check for new database 24 times a day
Checks 24
DatabaseMirror db.local.clamav.net
DatabaseMirror database.clamav.net</pre><p>You then need to restart ClamAV</p><pre>/etc/init.d/clamav-freshclam restart</pre><p>It was then time to install Squid, again an easy process with apt</p><pre>apt-get install squid</pre><p>Then to make some modifications to the squid conf files:</p><pre>Vim /etc/squid/squid.conf</pre><p>Just adding ‘http_port 3128’  to the bottom of the file and then restart squid</p><pre>/etc/init.d/squid reload</pre><p>Finally it was the turn of Dansguardian, again a simple task using apt:</p><pre>apt-get install dansguardian</pre><p>Again some modifications to the dansguardian conf files</p><pre>Vim /etc/dansguardian/dansguardian.conf</pre><p>I simply added my SheevaPlug Server IP address to the ‘filterip =’ line<br
/> Uncommented the line:</p><pre>contentscanner = '/etc/dansguardian/contentscanners/clamav.conf'</pre><p>to enable the ClamAV virus Scanning and then commented out the line:</p><pre>#UNCONFIGURED - Please remove this line after configuration</pre><p>Then restarted dansguardian:</p><pre>/etc/init.d/dansguardian restart</pre><p><strong>Testing the install</strong></p><p>The system was then ready and I added the proxy settings to my web browser with the address of the SheevaPlug server and then a port of 8080</p><p>I then tried Google which was accessed no problem, and then google’d for some adult terms which were blocked.</p><p>I do not like the default ‘blocked site’ template that dansguardian uses but I am sure I can change that as it looks like a simple HTML page.<br
/> I also need to re-configure the router to stop it handing out ip addresses and limit access to it to the ipaddress of the Sheevaplug and then add DHCP to the sheevaplug but I will carry on with this at a later date.</p><p><strong>The SheevaPlug review</strong></p><p>I am very pleased with how well this has gone and the performance of the Sheevaplug. I will continue to use this content filtering on my own laptop to see how it goes and test the performance of the Sheevaplug. The first impressions and results are very good indeed.</p><p><strong>EDIT:</strong></p><p>I should have given a link to NewIT who sell these little SheevaPlug systems they can be found at <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.newit.co.uk" >http://www.newit.co.uk</a> defiantly worth a try.</p><p><iframe
src="http://rcm-uk.amazon.co.uk/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=matthouldsworth-21&#038;o=2&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;asins=6132134344" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/08/installing-clamav-squid-and-dansguardian-on-ubuntu-on-the-sheevaplug/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Network Content Filtering</title><link>http://www.matthouldsworth.com/2010/08/network-content-filtering/</link> <comments>http://www.matthouldsworth.com/2010/08/network-content-filtering/#comments</comments> <pubDate>Thu, 12 Aug 2010 12:48:30 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[adult content]]></category> <category><![CDATA[content filtering]]></category> <category><![CDATA[dansguardian]]></category> <category><![CDATA[filter]]></category> <category><![CDATA[filter by keyword]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[netnanny]]></category> <category><![CDATA[network content filtering]]></category> <category><![CDATA[open source]]></category> <category><![CDATA[squid]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1652</guid> <description><![CDATA[Eva is rapidly growing up (2 years and 4 months) and it will not be long before she is surfing the web. She already asks for websites to be brought up, she loves the night garden website and asks &#8216;press the night garden button&#8217; every time I am sat with the laptop. Although I like &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/08/network-content-filtering/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/content-is-not-king/' rel='bookmark' title='Content Is Not King'>Content Is Not King</a> <small>I have just been reading an interesting article over on pro-blogger which was taking about measuring success of your blog. Throughout this article the guest...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Eva is rapidly growing up (2 years and 4 months) and it will not be long before she is surfing the web. She already asks for websites to be brought up, she loves the night garden website and asks &#8216;press the night garden button&#8217; every time I am sat with the laptop.</p><p>Although I like the idea of NetNanny and similar products, they are all focused around one PC and controlling that one PC or one profile on that PC. As an IT professional I have a number of computers all over the house, A Media Centre, a laptop for both Cheryl and myself and a PC in my office. With the new kitchen extension we will have another LCD TV along with a media centre PC. So the access to computers in the house is rather open.</p><p>I want to control the network we have at home rather better anyway. Currently I allow the router to do all the work, it handles the DHCP and the control of the network. I would like to have more control over that and as such a Linux server to control the network would be ideal.</p><p>This being so I would then be able to use Squid proxy to filter content on the network, I could then install Dansguardian on top of Squid to filter our Adult content and provide me with more control.</p><p>The only problem with this is that I do not like the idea of a server type PC, this both because I do not like the idea of having it running constantly as that could become costly, but also the size and noise of such a machine does not lend its self to the home environment.</p><p>I have been looking at low power PC options and have found the <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.newit.co.uk/shop/products.php?cat=5" >Sheeva plug system</a> which is an ARM based mini PC which is the size of a standard power supply.There are a few options but the one that I was looking at was the Sheeva Plug Multi which takes an SD card for the OS. You can optionally buy an SD with an OS pre-installed Debian 6 or Ubuntu 9. Or you can download the CD Card Images from their site.</p><div
id="attachment_1654" class="wp-caption aligncenter" style="width: 310px"><a
href="http://www.matthouldsworth.com/wp-content/uploads/2010/08/eSata-Sheeva2b.jpg" ><img
class="size-medium wp-image-1654" title="Sheva Plug" src="http://www.matthouldsworth.com/wp-content/uploads/2010/08/eSata-Sheeva2b-300x245.jpg" alt="Sheva Plug" width="300" height="245" /></a><p
class="wp-caption-text">Sheva Plug</p></div><p>This is ideal as I want to have a system running Ubuntu as my tests with Dansguardian in VirtualBox have all been with Ubuntu and the install went very easily.</p><p>The system has a 1.2Ghz ARM processor with 512Mb of Flash Ram and 512 Mb of DDR2 Memory.It has a Gigabit Ethernet port, USB2 port and ESATA type II port. It does not have a VGA or other monitor port, the idea behind this is that you would access it via SSH which suits me. It also has the ability for another SD card to be plugged in or the USB and ESATA ports give the opportunity to add storage to the device effectively giving you a NAS solution.</p><p>The power consumption at about 19w is a little higher than some &#8216;Low power PC&#8217; options, but at £89 I do not think that you can argue that, especially for the size of the device and being able to hide it away in a draw or behind a desk somewhere without it causing trouble with noise.</p><p>My only concern about this is that once I setup this system, I will change all the browsers settings of all the PCs on the network so that they run through the Squid proxy rather than directly to the router. I need to figure out how to stop the router accepting traffic from anything else other than the Squid proxy server so that you can not simply take out the proxy settings.</p><p>I have a fairly advanced Billion router (I forget the model) but I ams sure that somewhere on its configuration this will be possible.</p><p>I will be placing an order for this device and I will post her how my trials go with setting it up as both a home network server and as a content filter or net nanny.</p><p><iframe
src="http://rcm-uk.amazon.co.uk/e/cm?lt1=_blank&#038;bc1=000000&#038;IS2=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=matthouldsworth-21&#038;o=2&#038;p=8&#038;l=as4&#038;m=amazon&#038;f=ifr&#038;asins=6132134344" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/content-is-not-king/' rel='bookmark' title='Content Is Not King'>Content Is Not King</a> <small>I have just been reading an interesting article over on pro-blogger which was taking about measuring success of your blog. Throughout this article the guest...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/08/network-content-filtering/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Mysql Update Turns On Binary Logging</title><link>http://www.matthouldsworth.com/2010/07/mysql-update-turns-on-binary-logging/</link> <comments>http://www.matthouldsworth.com/2010/07/mysql-update-turns-on-binary-logging/#comments</comments> <pubDate>Sat, 31 Jul 2010 18:56:06 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[apt-get]]></category> <category><![CDATA[binary logging]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[log files]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[open source]]></category> <category><![CDATA[server crash]]></category> <category><![CDATA[upgrade]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1595</guid> <description><![CDATA[I recently ran an apt-get update on my Debian Etch server as I wanted to install pSpell for php. I found that the apt repros were out of date. After and Internet search I found that they have been archived. This is worrying that the OS that I am running is now seemingly obsolete but &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/07/mysql-update-turns-on-binary-logging/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I recently ran an apt-get update on my Debian Etch server as I wanted to install pSpell for php. I found that the apt repros were out of date. After and Internet search I found that they have been archived. This is worrying that the OS that I am running is now seemingly obsolete but this is a worry for another day.</p><p><a
href="http://www.matthouldsworth.com/wp-content/uploads/2010/07/debian.png" ><img
class="aligncenter size-full wp-image-1596" title="debian" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/debian.png" alt="debian" width="179" height="61" /></a></p><p>I changed my repros in /etc/apt/sources.list to:</p><p>deb http://archive.debian.org/debian etch main contrib non-free<br
/> deb http://archive.debian.org/debian-volatile etch/volatile main contrib non-free<br
/> deb http://archive.debian.org/debian-security etch/updates main contrib non-free</p><p>and then ran an apt-get update again, this updated the repros, before I installed pspell i decided to run an apt-get update to ensure that everything else was up-to-date. It upgraded some minor stuff, but it did upgrade both Amavis-new and MySQL server.</p><p>Amavis-new was no problem other than having to manually restart SpamAssasin and ClamAV, however, the upgrade to MySQL changed the my.cnf (/etc/mysql/my.cnf) config file for mysql and seemingly turned on binary logging.</p><p>I was happy that the upgrade had gone ok and proceeded to install pSpell and work on the project I was working on when the server became sluggish and unresponsive.</p><p>After looking I found that the server was out of space, after and investigation I found that the /var/logs/mysql/ folder was huge with many log files of 100mb and over.</p><p>After looking at the my.cnf file I found that the binary logging lines were uncommented:</p><p># WARNING: Using expire_logs_days without bin_log crashes the server! See README.Debian!<br
/> expire_logs_days       = 10<br
/> max_binlog_size         = 100M<br
/> binlog_do_db           = include_database_name<br
/> binlog_ignore_db       = include_database_name</p><p>So I commended out those lines and restarted mysql and after deleting 64Gb of Log files (created in a 2 hour period!) the server was back.</p><p>I will in future pay more attention to these upgrades. I have said this before but this is the very place that opensource software falls down. As a web host who runs several servers with many websites on each all earning money, I can not afford to have those servers go down.</p><p>If one can not rely on those updates to leave a perfectly working well configured server still working after the update one has to consider if this is the best OS to be using to host sites of any importance what  so ever.</p><p>When the open source community comes to the realization that the software that they create is relied upon by real people making real money and running real projects and it is not just some form of geeks project to see if we can make it work, and it pays more attention to its user base and ensuring continuity of the software then I am sure that open source of all forms will dominate the market, until such time one has to consider what is best for your business.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/outlook-is-unable-to-download-folder-null/' rel='bookmark' title='Outlook Is Unable To Download Folder (null)'>Outlook Is Unable To Download Folder (null)</a> <small>We have recently had an issue with outlook 2003 working with a new Courier IMAP Server. Connections would be made to the server and emails...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/07/mysql-update-turns-on-binary-logging/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Capital W Capital P</title><link>http://www.matthouldsworth.com/2010/07/capital-w-capital-p/</link> <comments>http://www.matthouldsworth.com/2010/07/capital-w-capital-p/#comments</comments> <pubDate>Thu, 08 Jul 2010 20:06:40 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[Wordpress Plugins]]></category> <category><![CDATA[amazon import]]></category> <category><![CDATA[bug]]></category> <category><![CDATA[capital w and p]]></category> <category><![CDATA[datafeed import]]></category> <category><![CDATA[function]]></category> <category><![CDATA[php]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1560</guid> <description><![CDATA[I have blogged before about WordPress 3.0 and all the new features packed into it. One that slipped past my overview and indeed slipped past almost all who have talked so much about this new version of wordpress is a nasty little bit of code hidden away and apparently surreptitiously included by the original developer &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/07/capital-w-capital-p/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/02/wordpress-3-1-release-and-and-digitalquill-plugin-updates/' rel='bookmark' title='WordPress 3.1 Release And And Digitalquill Plugin Updates'>WordPress 3.1 Release And And Digitalquill Plugin Updates</a> <small>Regular users of WordPress will already be aware that version 3.1 code named &#8216;Reinhardt&#8217; has just been released. This is the 14th release of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/datafeed-import-plugin-for-wordpress-april-discount/' rel='bookmark' title='Datafeed Import Plugin For WordPress April Discount'>Datafeed Import Plugin For WordPress April Discount</a> <small>We are offering our Datafeed Import Plugin for WordPress at a discounted price of £20 for the whole of April when you buy from the...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I have blogged before about WordPress 3.0 and all the new features packed into it. One that slipped past my overview and indeed slipped past almost all who have talked so much about this new version of wordpress is a nasty little bit of code hidden away and apparently surreptitiously included by the original developer of WordPress Matt Mullenweg in what some say is a personal mission.</p><p>The coe in question is fairly simple, and what it does is search all your posted content for the string &#8216;wordpress&#8217; and ensures that it is in the &#8216;correct&#8217; format with a capital W and capital P.</p><p>This code was applied by change set <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://core.trac.wordpress.org/changeset/14996" >14996</a> which includes the new function as seen below:</p><p><em> /** <br
/> * Forever eliminate &#8220;WordPress&#8221; from the planet (or at least the little bit we can influence). <br
/> * <br
/> * Violating our coding standards for a good function name. <br
/> * <br
/> * @since 3.0.0 <br
/> */ <br
/> function capital_P_dangit( $text ) { <br
/> return str_replace( &#8216;WordPress&#8217;, &#8216;WordPress&#8217;, $text ); <br
/> </em><br
/> The comments added to that function speaks volumes. It is rather ironic that from someone who preaches open source and allowing users to freely do what ever they wish with software and although it it a very minor point I do not see why they should insist that wordpress is written in the &#8216;correct&#8217; format.</p><p>Matt Mullenweg claims that this small piece of code will not have any impact on users what-so-ever, however, it is clear that he is wrong. I have had the situation today where an apparent bug with a link cloaking script in my WordPress Datafeed Import Plugin was indeed this silly little function messing up the URLS. I have a test area on my server where I install many versions of WordPress so that I can test my scripts and plugins. These are all within a folder called WordPress all in lowercase. When the masked urls are created wordpress finds the wordpress string and changes the case. This in turn breaks the link as Linux platforms are case sensative.</p><p>Since I found this and doing a little more digging, I have found that there are reports of people having problems with images named WordPress and indeed others who have their wordpress install in a wordpress folder, find that any internal links in their site will no-longer work.</p><p>I really do not understand this position, yes if this is the way that Matt Mullenweg origionally intended WordPress to be written it must be frustrating to see it written otherwise.  However, it does not make any different for SEO, Google is not case sennsative. I agree that they should control the image and the wordpress logo, however, when it is text in a blog post like this, and you subscribe to the full ethos of open source software then this sort of tinkering and forcing the hand of the blogger is simply out of order.</p><p>Install the <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://wordpress.org/extend/plugins/remove-wordpress-to-wordpress-filter/" >Remove WordPress to WordPress filter</a> which will disable this silly little function&#8230;</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/02/wordpress-3-1-release-and-and-digitalquill-plugin-updates/' rel='bookmark' title='WordPress 3.1 Release And And Digitalquill Plugin Updates'>WordPress 3.1 Release And And Digitalquill Plugin Updates</a> <small>Regular users of WordPress will already be aware that version 3.1 code named &#8216;Reinhardt&#8217; has just been released. This is the 14th release of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/mistakes-with-network-active-plugins-on-wordpress-multi-site/' rel='bookmark' title='Mistakes With Network Active Plugins On WordPress Multi-site'>Mistakes With Network Active Plugins On WordPress Multi-site</a> <small>Several days ago I was working on a network of WordPress sites I have setup, all using WordPress Multi Site, not an especially strange setup,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/04/datafeed-import-plugin-for-wordpress-april-discount/' rel='bookmark' title='Datafeed Import Plugin For WordPress April Discount'>Datafeed Import Plugin For WordPress April Discount</a> <small>We are offering our Datafeed Import Plugin for WordPress at a discounted price of £20 for the whole of April when you buy from the...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/07/capital-w-capital-p/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Cloudberry Online Backup &#8211; Amazon S3</title><link>http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/</link> <comments>http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/#comments</comments> <pubDate>Thu, 01 Jul 2010 18:01:14 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Affiliate Marketing]]></category> <category><![CDATA[Amazon S3]]></category> <category><![CDATA[Holiday]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Media Centre]]></category> <category><![CDATA[amazon]]></category> <category><![CDATA[amazon s3]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[cloudberry online backup]]></category> <category><![CDATA[digital photographs]]></category> <category><![CDATA[hd video]]></category> <category><![CDATA[media]]></category> <category><![CDATA[s3]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1506</guid> <description><![CDATA[Following my recent post about media and backup, Andy from Cloudberry contacted me about his companies product asking me to try it out. It has been some time since I got the software, but last night I finally got the time to give it a try. If you remember I was discussing the media that &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Following my recent post about media and backup, Andy from Cloudberry contacted me about his companies product asking me to try it out. It has been some time since I got the software, but last night I finally got the time to give it a try.</p><p>If you remember I was discussing the media that we kept, digital video of our Daughter growing up, priceless material and the problems I had of backing up the large amounts of data that this had become. My preferred option is Amazon S3, yes there is a small cost involved, but I currently backup all my digital photographs, web servers, email servers, project files, accounts and more to Amazon S3. I would like to keep all my backups in the same place, so that if the worse comes to the worse I can always recover those priceless memories.</p><p><a
href="http://www.matthouldsworth.com/wp-content/uploads/2010/07/cloudberrybackup.jpg" ><img
class="aligncenter size-full wp-image-1523" title="cloudberrybackup" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/cloudberrybackup.jpg" alt="" width="144" height="170" /></a></p><p><a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.shareit.com/product.html?productid=300319766&amp;backlink=http%3A%2F%2Fwww.matthouldsworth.com%2F2010%2F07%2Fcloudberry-online-backup-amazon-s3%2F&amp;cookies=1&amp;affiliateid=200118631" >Cloudberry online backup</a> as its name suggests is a Windows application that runs backups. It supports Amazon S3, Dunkel and Walrun backup services. I am of course only interested in the Amazon S3 part, but i do intend to checkout the other two as I have never heard of them. <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.shareit.com/product.html?productid=300319766&amp;backlink=http%3A%2F%2Fwww.matthouldsworth.com%2F2010%2F07%2Fcloudberry-online-backup-amazon-s3%2F&amp;cookies=1&amp;affiliateid=200118631" >Cloudberry online backup</a> costs $29.99 (about £15 ish) so not costly at all if it makes life a little easier and makes me able to secure all my data.</p><p>The install process works exactly as you would expect, a simple wizard takes you through the install process, and the download of the application was fairly small, just a couple of megabytes from memory, so even on my poor Internet connection no problems there.</p><p>I installed it on my Windows 7 Media centre, which is where all my media is kept and within 2  minutes I had a backup running, so very simple to use.</p><p>When you first open <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.shareit.com/product.html?productid=300319766&amp;backlink=http%3A%2F%2Fwww.matthouldsworth.com%2F2010%2F07%2Fcloudberry-online-backup-amazon-s3%2F&amp;cookies=1&amp;affiliateid=200118631" >Cloudberry online backup</a>, it shows you a welcome screen, which asks you what you want to do, backup wizard or recovery wizard. After adding in your security credentials for Amazon S3, as described above, creating a backup plan is as simple as following the wizard.  Once you have plans created, you can click on the tabbed interface to manage those backups and check their status. A history panel tells you the details of what has been going on, and on the welcome page it shows the progress of any active backups or when the next one is scheduled to run.</p> <a
href="http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/wizard/"  title='wizard'><img
width="150" height="150" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/wizard-150x150.png" class="attachment-thumbnail" alt="wizard" title="wizard" /></a> <a
href="http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/backedupversions/"  title='backedupversions'><img
width="150" height="150" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/backedupversions-150x150.png" class="attachment-thumbnail" alt="backedupversions" title="backedupversions" /></a> <a
href="http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/backup-plans/"  title='backup plans'><img
width="150" height="150" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/backup-plans-150x150.png" class="attachment-thumbnail" alt="backup plans" title="backup plans" /></a> <a
href="http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/filterbackup/"  title='filterbackup'><img
width="150" height="150" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/filterbackup-150x150.png" class="attachment-thumbnail" alt="filterbackup" title="filterbackup" /></a> <a
href="http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/firstscreen/"  title='firstScreen'><img
width="150" height="150" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/firstScreen-150x150.png" class="attachment-thumbnail" alt="firstScreen" title="firstScreen" /></a> <a
href="http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/whattobackup/"  title='whattobackup'><img
width="150" height="150" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/whattobackup-150x150.png" class="attachment-thumbnail" alt="whattobackup" title="whattobackup" /></a> <a
href="http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/cloudberrybackup/"  title='cloudberrybackup'><img
width="144" height="150" src="http://www.matthouldsworth.com/wp-content/uploads/2010/07/cloudberrybackup-144x150.jpg" class="attachment-thumbnail" alt="cloudberrybackup" title="cloudberrybackup" /></a><p>The backup wizard takes you through a series of questions asking you what you want to backup, you simply tick the folders and then choose some more options for if you want to compress the files or not, and in the case of Amazon S3 how many versions of each file do you want to keep. This means that you can recover past versions of changed files if you like. As my Media generally stays the same, I have saved cost on the backup storage and chosen to only keep one copy of each file which should be good enough for my needs, however if I start to use this application for other uses, backup of project files for example I may choose to keep many versions of files.</p><p>My First backup plan was for digital media, I chose some videos from our latest holidays, a folder of about 3.3Gb and Apart from the speed, which is my poor broadband (I live in Hull where the only broadband supplier is Karoo who are about 2 or 3 years behind the rest of the country, I get 6Mbs down and 200k up, and at peak times it just grinds to a halt) it seems to be working file, it is still backing up as we speak! It is going to take some time to backup the 100Gb+ that I have!</p><p>The system has a built in alerts system, you can choose an email address to have it send alerts to, these alerts can be simply if it encounters a problem, or if you are like me, you will want emails when it completes backups as well so you can monitor the progress.</p><p>As I say it has not completed its backup plan yet simply because of the size and the speed of my broadband, however, the files it has backed up to Amazon seem to be fine.</p><p>The software also optionally allows you to encrypt your files. I am not sure what type of encryption it uses and would think that this would mean that you have to use the cloudberry software to recover from any disaster, not that this is a problem, it has recovery wizards built into the software so that you can recover files as easily as you back them up. I chose not to encrypt as I like to have access to those files from other Amazon S3 clients such as the Firefox plugin and S3Sync.</p><p>A very useful feature is that you can choose to filter what files are backed up, so once you have chosen the folders you want to backup you can further refine that backup by either including or excluding files of a particular type, so in my case I have some log files which I do not want backing up as these just take up space so I exclude log files.</p><p>There were a couple of features that I would have liked to see.</p><p>Firstly you cant define where to back it up to in your S3 buckets, it just creates folders of the computer name, and then replicates the folder structure on your drive. This is perfectly ok for most scenarios and exactly what you want as a home user, just tick the boxes against what you want backing up and leave the software to it. However it would be nice to have an advanced option so that you can define where the files will be backed up to, so if like me you like to keep your Amazon S3 organized to suit you then the software could follow your choice.</p><p>Just to reiterate, the way it works now is fine for 99% of people, I always like that extra little bit of control.</p><p>The only other issue I found was that you cant schedule a backup plan that has items from networked drives in it, I run a NAS drive which I currently backup via S3Sync on Linux Command line, however this is difficult to maintain, I would have liked to move all my backups across to Cloudberry, and have the one machine (my media centre) running all the backups to Amazon S3. The software will do the backups but strangely you cant schedule regular backups if you have a networked drive included in the plan.</p><p>As a software designer and developer myself I understand the logic here, a network drive may not always exist, and as such it a backup tried to run where the drive was not there this would cause problems, however, perhaps this could be handled with a check to see if the drive was available before the backup started and email the alerts email address if it was not.</p><p>I have not yet tried the recovery wizard, but I expect that it is very much like the backup wizard. Recovery will be quicker as the way broadband works you have a far greater download bandwidth than upload bandwidth.</p><p>Would I recommend <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.shareit.com/product.html?productid=300319766&amp;backlink=http%3A%2F%2Fwww.matthouldsworth.com%2F2010%2F07%2Fcloudberry-online-backup-amazon-s3%2F&amp;cookies=1&amp;affiliateid=200118631" >Cloudberry online backup</a>? In a word Yes. Very simple to use, some great features even taking into account that I always want more! If it could do scheduled backups from network drives and also let you choose where in your Amazon Bucket you wanted it to backup to I would not be able to fault it, but as I say for most users these features would not be a necessity.</p><p>I have also noticed that on their website they have a coming soon section and they plan to add FTP support, I assume this means that you will be able to backup via FTP. They also have planned Storage cost estimates, which will be good when you select a folder with 100Gb of Data in it like I am about to do, to be able to know how much it will cost you before you start would be perfect.</p><p>You can get <a
rel="nofollow" href="http://www.matthouldsworth.com/goto/http://www.shareit.com/product.html?productid=300319766&amp;backlink=http%3A%2F%2Fwww.matthouldsworth.com%2F2010%2F07%2Fcloudberry-online-backup-amazon-s3%2F&amp;cookies=1&amp;affiliateid=200118631" >Cloudberry online backup by clicking here</a></p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/07/cloudberry-online-backup-amazon-s3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Amazon S3 Sync App For Windows</title><link>http://www.matthouldsworth.com/2010/06/amazon-s3-sync-app-for-windows/</link> <comments>http://www.matthouldsworth.com/2010/06/amazon-s3-sync-app-for-windows/#comments</comments> <pubDate>Mon, 14 Jun 2010 20:06:38 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Amazon S3]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Media Centre]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[amazon s3]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[digicam]]></category> <category><![CDATA[hd video]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[photographs]]></category> <category><![CDATA[s3sync]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[windows 7]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1443</guid> <description><![CDATA[As you will have recently ready I am backing up all my media to Amazon S3. My photographs are stored on my Western Digital MyBook World which I have hacked to open up the Linux shell, and as such i use S3Sync on command line to back up my photographs. I have even written a &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/06/amazon-s3-sync-app-for-windows/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li></ol>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.matthouldsworth.com/wp-content/uploads/2010/06/amazonwebserviceslogo.jpg" ><img
class="size-full wp-image-1455" title="Amazon Web Services" src="http://www.matthouldsworth.com/wp-content/uploads/2010/06/amazonwebserviceslogo.jpg" alt="Amazon Web Services" width="225" height="91" /></a></p><p>As you will have recently ready I am backing up all my media to Amazon S3. My photographs are stored on my Western Digital MyBook World which I have hacked to open up the Linux shell, and as such i use S3Sync on command line to back up my photographs. I have even written a bash script that does it as it backs up some other stuff as well.</p><p>The rest of the media is on an external drive on the Windows 7 media centre, I am looking for a decent app that will sit there and sync the videos from my digicam to Amazon S3. I have tried loads but they all seem to fall short, either they are buggy and do not work or they can not sync and just manage adhoc single transfers.</p><p>I need something that is automated that will sync once a day/week and any changes or new videos will be uploaded to Amazon.</p><p>If anyone can recommend any applications free or otherwise?</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/amazon-import-plugin-for-wordpress-live-demo-now-working/' rel='bookmark' title='Amazon Import Plugin For WordPress Live Demo Now Working'>Amazon Import Plugin For WordPress Live Demo Now Working</a> <small>I have just put the Live Demo of the Amazon import Plugin for WordPress Live again. I had hope to get this done yesterday, however,...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/06/amazon-s3-sync-app-for-windows/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux And Open Source Is Inherently Insecure</title><link>http://www.matthouldsworth.com/2010/06/linux-and-open-source-is-inherently-insecure/</link> <comments>http://www.matthouldsworth.com/2010/06/linux-and-open-source-is-inherently-insecure/#comments</comments> <pubDate>Mon, 07 Jun 2010 20:15:01 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bugs]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[flaws]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[hacked]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[open source]]></category> <category><![CDATA[security]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=1402</guid> <description><![CDATA[The title of this blog post will be a scandal in many people’s eyes; however, I will justify what I mean later in this post. In the technical circles there are many that continually bash the big commercial software companies, Microsoft, Apple, Adobe and so on for producing software that contains bugs and security flaws &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2010/06/linux-and-open-source-is-inherently-insecure/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/open-house-for-viewings-saturday-28th-may/' rel='bookmark' title='Open House For Viewings Saturday 28th May'>Open House For Viewings Saturday 28th May</a> <small>We are having an open house for viewings at our property on Belvedere road in Hessle, Saturday 28th May between 2pm and 4pm. If you...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/house-for-sale-open-day-belvedere-road-in-hessle-west-hull/' rel='bookmark' title='House For Sale Open Day Belvedere Road In Hessle West Hull'>House For Sale Open Day Belvedere Road In Hessle West Hull</a> <small>We are holding an open day at hour house that is for sale in Hessle, West Hull, East Yorkshire. If you are looking for a...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>The title of this blog post will be a scandal in many people’s eyes; however, I will justify what I mean later in this post.</p><p>In the technical circles there are many that continually bash the big commercial software companies, Microsoft, Apple, Adobe and so on for producing software that contains bugs and security flaws and to some extent rightly so, in an ideal world software that is released should be perfect, however, this is almost impossible to achieve.</p><p>I am recently recovering one of my servers for another hack, and as you may have gathered from the subject of this post, this server was not a Windows server but a Debian Linux software. While trawling through the logs trying to find how and where they got in, I started to think, I have four dedicated servers, two Microsoft (windows 2000 and windows 2003) and two Linux (Debian and Ubuntu 8.x), and you know what, the Linux boxes have been hacked more times than I care to count and to date the windows boxes have never been hacked, they have been subjected to a denial of service attack (DOS) but never actually hacked.</p><p>This is not due to the use of the servers either; all my servers are used for similar things, indeed the windows boxes host more websites in total than the Linux ones.</p><p>You are going to come back and tell me that with the move to Ubuntu, Debian is no longer recommended or being actively developed, and that Ubuntu 8.x is old, and you would be completely right, however, Windows 2000 is 10 years old, much older than the version of Debian I am using and is in much the same situation. One can not be expected to move hundreds of websites simply to upgrade from a distro that the open source community has chosen to drop.</p><p>As a project manager on a large software development project (circa £3 million) I know very well the problems faced by software companies in producing fault free software. The amount of times that we have released a new version of our software only to find that a change to feature Z has actually broken something in feature A that we developed 3 years ago. It is the inherent problem with large software projects, to maintain the balance between testing and actually getting to the software released.</p><p>Risk management is key, we operate a system where the company critical aspects of the software have more rigorous testing than those within the bells and whistles functions that if broken would not jeopardies the running of the company.</p><p>I therefore recognise the difficulties faced by both software companies and the open source community; however, in our little software development team we have to answer to the company board as to why we have released buggy software, fortunately for us our Managing Director understands these difficulties.</p><p><strong>Open source software has no commercial liability</strong></p><p>Open source software has no commercial liability to keep it in check, by this I mean that the large software companies such as Microsoft have a commercial standing to maintain, share holders to answer to and balance sheets to tally. If they release bad software, all that is put into jeopardy, their commercial standing is damaged and as such they will do everything in their power to ensure that their software is as faultless as possible, and when faults are found that they patch them.</p><p>Open source software has no such commercial checks to keep it in line, and the very nature of community development results in a free for all in development with no management or corporate responsibility keeping it in check. This results in software that maybe fantastically feature rich and cleaver but just does not deliver the secure and stable environment now let alone in the future when the community chooses at a whim to drop that particular distro.</p><p>As both an web master and web host security is the most important aspect of my business. Down time for servers costs money, I am therefore considering my strategic position at this time.</p><p>It is something that I have often said, open source is not free, and perhaps the cost of the windows server license is actually worth it in comparison to the cost of the down time.</p><p>Simply because it is free just does not cut it anymore, if Linux and open source are to get to the standing that they want to, if they are to take a larger proportion of the desktop market, if they are to continue to establish themselves in the web hosting and server industries they need to become rather more commercially aware and commercially structures to deliver the stable secure systems that corporations and business require.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/open-house-for-viewings-saturday-28th-may/' rel='bookmark' title='Open House For Viewings Saturday 28th May'>Open House For Viewings Saturday 28th May</a> <small>We are having an open house for viewings at our property on Belvedere road in Hessle, Saturday 28th May between 2pm and 4pm. If you...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/house-for-sale-open-day-belvedere-road-in-hessle-west-hull/' rel='bookmark' title='House For Sale Open Day Belvedere Road In Hessle West Hull'>House For Sale Open Day Belvedere Road In Hessle West Hull</a> <small>We are holding an open day at hour house that is for sale in Hessle, West Hull, East Yorkshire. If you are looking for a...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2010/06/linux-and-open-source-is-inherently-insecure/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Virtualbox &#8211; Part 2</title><link>http://www.matthouldsworth.com/2009/01/virtualbox-part-2/</link> <comments>http://www.matthouldsworth.com/2009/01/virtualbox-part-2/#comments</comments> <pubDate>Wed, 28 Jan 2009 20:23:32 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[apt-get]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[update]]></category> <category><![CDATA[upgrade]]></category> <category><![CDATA[Virtualbox]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=219</guid> <description><![CDATA[Having just posted a good write-up of Virtualbox I am having a strange problem with my Ubuntu Desktop. I decided to update it all, so ran the &#8216;apt-get update&#8217; which was fine, but when I ran an &#8216;apt-get upgrade&#8217; it decided it needed to download 150mb or updates. This was expected so I allowed to &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2009/01/virtualbox-part-2/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Having just posted a good write-up of Virtualbox I am having a strange problem with my Ubuntu Desktop. I decided to update it all, so ran the &#8216;apt-get update&#8217; which was fine, but when I ran an &#8216;apt-get upgrade&#8217; it decided it needed to download 150mb or updates. This was expected so I allowed to to go and get them, which was when the problems started.</p><p>The whole PC ground to a halt, task manager showed Virtualbox was using 100% of the CPU constantly.</p><p>I managed to get back onto the Virtualbox and cancel the upgrade which then released the CPU. However after repeating the upgrade the same thing happened.</p><p>Doing the same on the Virtual Debian works fine&#8230;</p><p>Very strange&#8230; Anyone else had any similar problems?</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/07/wordpress-3-2-released-i-hope-you-are-ready/' rel='bookmark' title='WordPress 3.2 Released I Hope You Are Ready!'>WordPress 3.2 Released I Hope You Are Ready!</a> <small>WordPress 3.2 has been released this morning, I hope that you are ready! As I mentioned in my review of the release candidate of WordPress...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2009/01/virtualbox-part-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Virtualbox</title><link>http://www.matthouldsworth.com/2009/01/virtualbox/</link> <comments>http://www.matthouldsworth.com/2009/01/virtualbox/#comments</comments> <pubDate>Tue, 27 Jan 2009 20:43:58 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Apple Mac]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Virtualisation]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[ispconfig]]></category> <category><![CDATA[mac osx]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[Virtualbox]]></category> <category><![CDATA[windows 7 beta]]></category> <category><![CDATA[windows vista ultimate]]></category> <category><![CDATA[windows xp]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=212</guid> <description><![CDATA[Following my recent re-install of my desktop machine I have followed the direction we are heading at work and setup Virtualbox with several environments each with a different OS. The Desktop PC I am running is relatively old, Pentium 4 1.8Ghz with 3Gb of RAM. I have the following running in Virtualbox Windows XP Windows &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2009/01/virtualbox/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Following my recent re-install of my desktop machine I have followed the direction we are heading at work and setup Virtualbox with several environments each with a different OS.</p><p>The Desktop PC I am running is relatively old, Pentium 4 1.8Ghz with 3Gb of RAM.</p><p>I have the following running in Virtualbox</p><ul><li>Windows XP</li><li>Windows Vista Ultimate</li><li>Windows 7 Beta (more of that later)</li><li>Ubuntu 8.10 Desktop</li><li>Ubuntu 8.10 Server</li><li>Debian 4</li><li>Debian 4 with ISPConfig Installed (again more of that later)</li><li>Ubuntu Studio.</li></ul><p>I have been trying to get Mac OSX working, which apparently is possible, but as yet I have had no luck.</p><p>I want to get Windows 2003 Server up and running as this will then replicate my windows server.</p><p>The main idea behind this is so that I have have environments that I can test things in before implementing on my live servers. I have been playing with ISPConfig on a virtual environment to see if there is any mileage with utilizing it. It looks promising.</p><p>The main advantage of virtualisation is that firstly you are in an enclosed, non-live environment thus no real harm can be done, and secondly if a mistake is made you can roll back to a saved point in time. It also allows me to save a copy of a basic Ubuntu or Debian setup and quickly create environments from it, meaning that testing things like ISPConfig can be done easily.</p><p>In addition to testing software, I have environments setup that are exactly the same as my live web servers, each with a copy of any websites deployed on them, allowing me to check any changes work on the most critical sites before releasing them to the live server.</p><p>I would like to be able to &#8216;mirror&#8217; at least my Linux server to a virtual environment, probably on a day-by-day basis using the rsync&#8217;d archive backup.</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/media-centre-and-network-storage-solution/' rel='bookmark' title='Media Centre And Network Storage Solution'>Media Centre And Network Storage Solution</a> <small>I have spent the past week moving 100&#8242;s of terabytes of data from disk to disk, trying to find the best solution for the central...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/how-to-check-if-you-are-ready-for-wordpress-3-2/' rel='bookmark' title='How To Check If You Are Ready For WordPress 3.2'>How To Check If You Are Ready For WordPress 3.2</a> <small>If you have ready my previous post about a first view of WordPress 3.2, you will have noted that there are some significant requirements changes...</small></li><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2009/01/virtualbox/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Memopal Online Backup Service</title><link>http://www.matthouldsworth.com/2009/01/memopal-online-backup-service/</link> <comments>http://www.matthouldsworth.com/2009/01/memopal-online-backup-service/#comments</comments> <pubDate>Sat, 17 Jan 2009 20:20:00 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Amazon S3]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Photogtaphy]]></category> <category><![CDATA[Web/Mail Servers]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[memopal]]></category> <category><![CDATA[online backup. amazon s3]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=207</guid> <description><![CDATA[I have suffered several computer failures in the past month or so, including a big failure of my web server. This has caused allot of problems for me personally and my businesses. I have therefore been looking at online backup services which seem to have been popping up all over the place recently. My first &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2009/01/memopal-online-backup-service/">Continue reading &#187;</a> No related posts.]]></description> <content:encoded><![CDATA[<p>I have suffered several computer failures in the past month or so, including a big failure of my web server. This has caused allot of problems for me personally and my businesses.</p><p>I have therefore been looking at online backup services which seem to have been popping up all over the place recently.</p><p>My first port of call was the most well known one from Amazon S3 however their payment options do not suit my requirements, so while searching I found Memopal.</p><p>After signing up for their free trial, I was quickly impresses and signed up for their 150gb service which should allow me to backup most of my important stuff.</p><p>The service comes with a client which you install, the windows client has a GUI which is easy to use and setup, you just choose the folders you want to backup and it just does it in the background, it monitors those folders for changes or new items and backs them up as well.</p><p>It also keeps revisions of your files, although I have yet to test this.</p><p>They also have a linux client, which can be run from command line. This is ideal for backing things up from my NAS drive and directly from my web servers.</p><p>The system is fairly quick although I have asked it to backup my 60gb digital photograph archive which says it will take over 5 days, which I gues is not bad, and this will only be an issue at the start as it catches up with the archive of files.</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2009/01/memopal-online-backup-service/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How To Change The Timezone In Linux</title><link>http://www.matthouldsworth.com/2009/01/how-to-change-the-timezone-in-linux/</link> <comments>http://www.matthouldsworth.com/2009/01/how-to-change-the-timezone-in-linux/#comments</comments> <pubDate>Wed, 14 Jan 2009 22:07:19 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[date]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[server]]></category> <category><![CDATA[time]]></category> <category><![CDATA[timezone]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=176</guid> <description><![CDATA[Firstly you should log in as root, and run `date`. This will show you the current time, date and timezone and then backup your current timezone setting mv /etc/localtime /etc/localtime-old Create a symbolic link the timezone you want from /usr/share/zoneinfo to /etc/localtime. For example: ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime Related posts: Disk Space Monitor Bash Script &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2009/01/how-to-change-the-timezone-in-linux/">Continue reading &#187;</a> Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/a-time-for-a-change-self-employment-and-full-time-affiliate/' rel='bookmark' title='A Time For A Change &#8211; Self Employment And Full Time Affiliate'>A Time For A Change &#8211; Self Employment And Full Time Affiliate</a> <small>I am writing this post on Holiday in the Yorkshire Dales, we have a fantastic cottage in Carperby, with stunning views over Wensleydale. I am...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>Firstly you should log in as root, and run `date`. This will show you the current time, date and timezone and then backup your current timezone setting</p><p>mv /etc/localtime  /etc/localtime-old</p><p>Create a symbolic link the timezone you want from /usr/share/zoneinfo to /etc/localtime.</p><p>For example:</p><p>ln -sf /usr/share/zoneinfo/Europe/London /etc/localtime</p><p>Related posts:<ol><li><a
href='http://www.matthouldsworth.com/2011/05/disk-space-monitor-bash-script-for-linux/' rel='bookmark' title='Disk Space Monitor Bash Script For Linux'>Disk Space Monitor Bash Script For Linux</a> <small>Having setup the media storage and samba shares on the network at home, I do loose some control via windows of monitoring the space left...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/a-time-for-a-change-self-employment-and-full-time-affiliate/' rel='bookmark' title='A Time For A Change &#8211; Self Employment And Full Time Affiliate'>A Time For A Change &#8211; Self Employment And Full Time Affiliate</a> <small>I am writing this post on Holiday in the Yorkshire Dales, we have a fantastic cottage in Carperby, with stunning views over Wensleydale. I am...</small></li><li><a
href='http://www.matthouldsworth.com/2011/06/home-computer-network-finally-finished/' rel='bookmark' title='Home Computer Network Finally Finished'>Home Computer Network Finally Finished</a> <small>Recently I have posted about my tribulations with setting up my perfect network at home. A quick re-cap is that we have two Windows Media...</small></li></ol></p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2009/01/how-to-change-the-timezone-in-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Disabling Root Ssh Access In Debian</title><link>http://www.matthouldsworth.com/2009/01/disabling-root-ssh-access-in-debian/</link> <comments>http://www.matthouldsworth.com/2009/01/disabling-root-ssh-access-in-debian/#comments</comments> <pubDate>Tue, 13 Jan 2009 22:33:11 +0000</pubDate> <dc:creator>Digitalquill</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[root]]></category> <category><![CDATA[security]]></category> <category><![CDATA[ssh]]></category> <guid
isPermaLink="false">http://www.matthouldsworth.com/?p=202</guid> <description><![CDATA[Following the disaster that I has with the web/mail servers I have taken an additional step to secure the servers as I am still not clear what the causes of the failure were. I have disabled direct root ssh login (which in debian is allowed by default) so you have to login as a non-privileged &#8230;</p><p><a
class="more-link block-button" href="http://www.matthouldsworth.com/2009/01/disabling-root-ssh-access-in-debian/">Continue reading &#187;</a> No related posts.]]></description> <content:encoded><![CDATA[<p>Following the disaster that I has with the web/mail servers I have taken an additional step to secure the servers as I am still not clear what the causes of the failure were.</p><p>I have disabled direct root ssh login (which in debian is allowed by default) so you have to login as a non-privileged user and then su to root</p><p>to do this edit sshd_config</p><p><em>vim /etc/ssh/sshd_config</em></p><p>then find the line:</p><p><em>PermitRootLogin yes</em></p><p>and change it to</p><p><em>PermitRootLogin no</em></p><p>the restart ssh</p><p><em>/etc/init.d/ssh restart</em></p><p>Remember to make sure that you have a non-privileged account that works and you can su from that account to root before you do this.</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.matthouldsworth.com/2009/01/disabling-root-ssh-access-in-debian/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
