<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for phildawson</title><link>http://disqus.com/by/phildawson/</link><description></description><atom:link href="http://disqus.com/phildawson/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 28 Dec 2025 04:17:30 -0000</lastBuildDate><item><title>Re: GB heybroadband</title><link>https://downdetector.com/c/45818/?v=2025#comment-6815565874</link><description>&lt;p&gt;Banbury down from 10:20pm last night 27 Dec and still down as of 9:15am 28 Dec 2025. Their status page shows 100% operational both 27th and 28th which can't be the case so they are either fudging the stats or it's failing to detect issues. Downdetector shows it's pretty widespread downtime between Brum and London&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Sun, 28 Dec 2025 04:17:30 -0000</pubDate></item><item><title>Re: Transforming Evidence</title><link>http://transforming-evidence/resources/report-example#comment-4962753204</link><description>&lt;p&gt;test&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Sun, 21 Jun 2020 12:12:01 -0000</pubDate></item><item><title>Re: Transforming Evidence</title><link>http://transforming-evidence/projects/example#comment-4962437752</link><description>&lt;p&gt;another&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Sun, 21 Jun 2020 05:42:09 -0000</pubDate></item><item><title>Re: Transforming Evidence</title><link>http://transforming-evidence/projects/example#comment-4962436482</link><description>&lt;p&gt;third&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Sun, 21 Jun 2020 05:39:39 -0000</pubDate></item><item><title>Re: Transforming Evidence</title><link>http://transforming-evidence/projects/example#comment-4962434896</link><description>&lt;p&gt;another&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Sun, 21 Jun 2020 05:36:51 -0000</pubDate></item><item><title>Re: Transforming Evidence</title><link>http://transforming-evidence/projects/example#comment-4962429541</link><description>&lt;p&gt;test&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Sun, 21 Jun 2020 05:25:38 -0000</pubDate></item><item><title>Re: phil has a blog - How to enable Linksys [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01) on Ubuntu 7.10</title><link>http://phildawson.tumblr.com/post/22267163#comment-4866873</link><description>&lt;p&gt;Hi Jason,&lt;/p&gt;&lt;p&gt;I would suggest to continue with the steps then install the backports for your Ubuntu version and reboot.&lt;/p&gt;&lt;p&gt;This can be done with:&lt;/p&gt;&lt;p&gt;1. System &amp;gt; Administraion &amp;gt; Software Sources &amp;gt; Updates&lt;/p&gt;&lt;p&gt;Tick Unsupported updates (hardy-backports)&lt;/p&gt;&lt;p&gt;2. In Terminal or using Synaptic install the generic linux-backports-modules for your Ubuntu.&lt;br&gt;(You can just change the word hardy to gutsy | intrepid | jaunty but assuming your on 8.04 it would be)&lt;/p&gt;&lt;p&gt;sudo apt-get install linux-backports-modules-hardy-generic&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Sat, 03 Jan 2009 11:47:31 -0000</pubDate></item><item><title>Re: phil has a blog - Message: split() [function.split]: REG_EMPTY</title><link>http://phildawson.tumblr.com/post/56549583#comment-4052748</link><description>&lt;p&gt;@Pedro&lt;br&gt;The pipe or any other character which has special meaning in regular expressions will need to escaped. In this case without the escape it means "OR" and will give you a REG_EMPTY warning as you aren't specifying multiple values. &lt;a href="http://uk2.php.net/split" rel="nofollow noopener" target="_blank" title="http://uk2.php.net/split"&gt;http://uk2.php.net/split&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Here's an example splitting by either , OR -&lt;/p&gt;&lt;p&gt;$string = "Jaguar-Panther,Tiger-Leopard";&lt;/p&gt;&lt;p&gt;$array = split(',|-', $string);&lt;/p&gt;&lt;p&gt;print_r($array);&lt;/p&gt;&lt;p&gt;You can split the string by as many values as you need by adding more pipes..&lt;/p&gt;&lt;p&gt;$array = split('a|e|i|o|u', $string);&lt;/p&gt;&lt;p&gt;Hope this helps answer your question.&lt;br&gt;Phil&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Fri, 28 Nov 2008 13:26:13 -0000</pubDate></item><item><title>Re: phil has a blog - How to enable Linksys [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01) on Ubuntu 7.10</title><link>http://phildawson.tumblr.com/post/22267163#comment-1037784</link><description>&lt;p&gt;Hi Zé,&lt;/p&gt;&lt;p&gt;In step 4 did you get either of these messages?&lt;/p&gt;&lt;p&gt;  Installed ndis drivers:&lt;br&gt;  {name of driver} driver present, hardware present&lt;/p&gt;&lt;p&gt;or&lt;/p&gt;&lt;p&gt;  {name of driver} : driver installed&lt;br&gt;       device ({Chipset ID}) present&lt;/p&gt;&lt;p&gt;If you didn't then you should try using another driver first, if you got a successful message then I would check it using iwconfig or ifconfig in Terminal to see if it has been detected. You should see an entry next to wlan0 with its status/info.&lt;/p&gt;&lt;p&gt;You could try viewing more lines of the messages for clues&lt;/p&gt;&lt;p&gt;tail -n 30 /var/log/messages&lt;/p&gt;&lt;p&gt;Hope this helps, let me know how it goes.&lt;/p&gt;&lt;p&gt;Phil&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Tue, 29 Jul 2008 12:53:01 -0000</pubDate></item><item><title>Re: phil has a blog - Install GD Library on Leopard in 5 easy steps</title><link>http://phildawson.tumblr.com/post/33026975#comment-457366</link><description>&lt;p&gt;Hi Donato,&lt;/p&gt;&lt;p&gt;Well "Error 1045 - Acess denied for 'root@localhost' using password YES" just means that your username or password are incorrect. If you haven't changed the defaults, try using 'root' as the username and no password. If this doesn't work you could try resetting the password. &lt;a href="http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html" rel="nofollow noopener" target="_blank" title="http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html"&gt;http://dev.mysql.com/doc/re...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;However I don't see why loading the new module would affect this.&lt;/p&gt;&lt;p&gt;Phil&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil</dc:creator><pubDate>Tue, 13 May 2008 14:19:08 -0000</pubDate></item></channel></rss>