<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: REcycling an old Win XP computer in Tech Help - Software/Hardware etc</title>
    <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957526#M95836</link>
    <description>&lt;P&gt;Often bootable devices are not seen in the BIOS unless inserted and available at boot time….&lt;/P&gt;
&lt;P&gt;my 2010 HP works this way.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 13:03:47 GMT</pubDate>
    <dc:creator>Champnet</dc:creator>
    <dc:date>2024-02-09T13:03:47Z</dc:date>
    <item>
      <title>REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957450#M95819</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I've been asked to dispose of am old Win XP tower PC. I need to clean the hard drive. I thought I had some old XP installation CDs but I chucked them out thinking I'd never need them again. There's no recovery partition to access either. I'd have taken the HDDs out and put them in a caddy to clean them that way but they are IDE and I don't have that interface.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a good way of doing this using a linux live CD ?&lt;/P&gt;
&lt;P&gt;Sorry Linux isn't really my thing but I will follow clear instructions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would appreciate some help &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@104CD63F9302A50EF5EC70FE32BB8AA1/images/emoticons/smiley.gif" alt="Smiley" title="Smiley" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 15:37:51 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957450#M95819</guid>
      <dc:creator>the_groundsman</dc:creator>
      <dc:date>2024-02-08T15:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957451#M95820</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt; I don't think they need 'cleaning' - personally, I'd just take a lump-hammer to them.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 15:41:19 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957451#M95820</guid>
      <dc:creator>jab1</dc:creator>
      <dc:date>2024-02-08T15:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957453#M95821</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp; if you really want to leave it intact but 'clean' then I'd use the systemrescue live CD &lt;A href="https://www.system-rescue.org/Download/" target="_blank"&gt;https://www.system-rescue.org/Download/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Its got shred, wipe and nwipe included &lt;A href="https://www.system-rescue.org/manual/Secure_Deletion_of_Data/" target="_blank"&gt;https://www.system-rescue.org/manual/Secure_Deletion_of_Data/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 15:46:27 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957453#M95821</guid>
      <dc:creator>MisterW</dc:creator>
      <dc:date>2024-02-08T15:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957457#M95822</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you were to boot into a live Linux environment from a flash drive (or DVD)&lt;/P&gt;
&lt;P&gt;It is likely that if there is only one XP physical drive, then the HDD will probably be identified as device "&lt;STRONG&gt;/dev/sda&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;If you open a terminal window and type the following command -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sudo dd if=/dev/zero of=/dev/sda bs=1M count=1 status=progress&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... that will write binary zero's from start to end of the drive surface&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:26:12 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957457#M95822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-08T16:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957458#M95823</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hitting them with a hammer sounds easy but some of these old discs are housed in very solid cases. Personally I always take the actual platters out and destroy them individually, there can be several. You’ll be surprised how tough some are, others shatter so care is required. There’s also some very powerful magnets that can be useful.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:17:27 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957458#M95823</guid>
      <dc:creator>Baldrick1</dc:creator>
      <dc:date>2024-02-08T16:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957461#M95824</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say "dispose" of a tower PC are you talking about scraping or re-cycling it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the latter then a data clense is all you need leaving the XP operating system in place. There might be a buyer for the PC with XP - if not then they could install Linux. Alternatively you could install Linux which I think re-formats the entire drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:31:53 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957461#M95824</guid>
      <dc:creator>bmc</dc:creator>
      <dc:date>2024-02-08T16:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957462#M95825</link>
      <description>&lt;P&gt;Like&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/38823"&gt;@Baldrick1&lt;/a&gt;&amp;nbsp;my method of secure erasure is to dismantle the drives and apply serious damage to the platter(s) inside.&lt;/P&gt;
&lt;P&gt;Most drives are quite easy to take apart with a&amp;nbsp; few appropriate (usually Torx) drivers.&lt;/P&gt;
&lt;P&gt;Even if the system itself is to be repurposed you probably want to destroy the hard drive and replace it, possibly with an SSD.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 16:39:16 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957462#M95825</guid>
      <dc:creator>HPsauce</dc:creator>
      <dc:date>2024-02-08T16:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957464#M95826</link>
      <description>&lt;P&gt;Thanks for all the helpful comments. I'm doing this for a friend and they asked for a clean up but actually they just want the giant thing out of their life. Having a look in the Bios, booting from floppy, cd and HDD are all that's available, so that explains why trying to boot from flash or dvd fails. I have no blank&amp;nbsp; cds to hand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Amazingly one of the people in my little village has some XP installation cds so I'll give that a go before going down the route of trying to dismantle the drives.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 17:45:56 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957464#M95826</guid>
      <dc:creator>the_groundsman</dc:creator>
      <dc:date>2024-02-08T17:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957470#M95827</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’m a little confused what you will do with the installation disks? How are they used to securely wipe a disk?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 21:12:22 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957470#M95827</guid>
      <dc:creator>Baldrick1</dc:creator>
      <dc:date>2024-02-08T21:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957472#M95828</link>
      <description>If I remember right, the installation cd loads in ram and includes a few utilities, including the ability to format the drives. Pretty sure I checked that recently but I may be wrong. It's been years since I touch XP. &lt;BR /&gt;&lt;BR /&gt;Does that sound crazy then?&lt;BR /&gt;&lt;BR /&gt;Would have preferred to run a live Linux distro and clean up the drives that way but struggling to find a way to do that. &lt;BR /&gt;&lt;BR /&gt;If necessary I will be going down the physical distruction route</description>
      <pubDate>Thu, 08 Feb 2024 21:30:00 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957472#M95828</guid>
      <dc:creator>the_groundsman</dc:creator>
      <dc:date>2024-02-08T21:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957477#M95829</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp; You&amp;nbsp; can burn a linux distro using WIndows to a CD ROM&amp;nbsp;&lt;/P&gt;
&lt;P&gt;scroll down a bit to the second option on this link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://tutonics.com/articles/how-to-create-a-bootable-live-cddvd/" target="_blank" rel="noopener"&gt;https://tutonics.com/articles/how-to-create-a-bootable-live-cddvd/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I would suggest earlier version of Linux Mint...&amp;nbsp; 12 or 14..( both are 32 bit ) ...( current version is 21.3 .) for smaller size .iso file&lt;/P&gt;
&lt;P&gt;Here is a link to download and install Mint 14.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.getmyos.com/linux-mint-14-nadia" target="_blank" rel="noopener"&gt;https://www.getmyos.com/linux-mint-14-nadia&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Download button is on the right above the Description title . ! .&lt;/P&gt;
&lt;P&gt;After download, and burn to cdrom...&amp;nbsp; insert the CDROM... boot up the machine... and boot to the cdrom.&lt;/P&gt;
&lt;P&gt;it should then "run" and evntually give you a "desktop" with LM in the middle of screen.... you should be able to use the cdrom to do an install on the hdd... one of the options will be to "wipe the entire drive" (or similar) and install Linux Mint" .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 21:59:45 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957477#M95829</guid>
      <dc:creator>shutter</dc:creator>
      <dc:date>2024-02-08T21:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957479#M95830</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assumed that you wanted to securely wipe the disks, not just reformat ithem.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 23:17:18 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957479#M95830</guid>
      <dc:creator>Baldrick1</dc:creator>
      <dc:date>2024-02-08T23:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957496#M95831</link>
      <description>I was tasked with safely getting rid of the pc. I thought a full format of the HDD would be secure but may be not. Thanks for your advice. &lt;BR /&gt;&lt;BR /&gt;I'll try dismantling now. There's nothing too sensitive on the machine AFAIK but there's no benefit in taking a risk of data being recovered from it</description>
      <pubDate>Fri, 09 Feb 2024 08:44:29 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957496#M95831</guid>
      <dc:creator>the_groundsman</dc:creator>
      <dc:date>2024-02-09T08:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957501#M95832</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With a full format the data is not removed from the disk and can be recovered with the appropriate software tools and patience. Wiping involves writing over every data cell on the disk, ideally with 0s and1s. This is sometimes repeated several times when wiping sensitive data. This process can take many hours for just a single pass.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 09:48:26 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957501#M95832</guid>
      <dc:creator>Baldrick1</dc:creator>
      <dc:date>2024-02-09T09:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957503#M95833</link>
      <description>&lt;P&gt;I use Darik's Boot and Nuke (DBAN)&lt;/P&gt;
&lt;P&gt;&amp;lt;&lt;A href="https://dban.org/" target="_blank"&gt;https://dban.org/&lt;/A&gt;&amp;gt;&lt;/P&gt;
&lt;DIV class="logo_container"&gt;&lt;A href="https://dban.org/" target="_blank"&gt; &lt;IMG src="https://dban.org/wp-content/uploads/2016/12/dban-logo.svg" border="0" alt="Darik's Boot And Nuke" data-height-percentage="54" data-actual-width="1076" data-actual-height="67" /&gt; &lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Feb 2024 10:30:49 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957503#M95833</guid>
      <dc:creator>MartinGoose</dc:creator>
      <dc:date>2024-02-09T10:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957516#M95834</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can run a live Linux distro from a USB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 12:22:20 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957516#M95834</guid>
      <dc:creator>bmc</dc:creator>
      <dc:date>2024-02-09T12:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957523#M95835</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/44575"&gt;@bmc&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4611"&gt;@the_groundsman&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Having a look in the Bios, booting from floppy, cd and HDD are all that's available, so that explains why trying to boot from flash or dvd fails. I have no blank&amp;nbsp; cds to hand.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 09 Feb 2024 12:49:20 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957523#M95835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-09T12:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957526#M95836</link>
      <description>&lt;P&gt;Often bootable devices are not seen in the BIOS unless inserted and available at boot time….&lt;/P&gt;
&lt;P&gt;my 2010 HP works this way.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 13:03:47 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957526#M95836</guid>
      <dc:creator>Champnet</dc:creator>
      <dc:date>2024-02-09T13:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: REcycling an old Win XP computer</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957528#M95837</link>
      <description>Not for me unfortunately. I even tried different usb ports. &lt;BR /&gt;&lt;BR /&gt;Doesn't matter now anyway.</description>
      <pubDate>Fri, 09 Feb 2024 13:09:57 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/REcycling-an-old-Win-XP-computer/m-p/1957528#M95837</guid>
      <dc:creator>the_groundsman</dc:creator>
      <dc:date>2024-02-09T13:09:57Z</dc:date>
    </item>
  </channel>
</rss>

