<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with download]]></title><description><![CDATA[A list of topics that have been tagged with download]]></description><link>http://community.onion.io/tags/download</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 11:25:40 GMT</lastBuildDate><atom:link href="http://community.onion.io/tags/download.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Mar 2017 01:19:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Omega 2+: first setup firmware upgrade fails]]></title><description><![CDATA[This might be also a interesting question:
https://community.onion.io/topic/1804/
]]></description><link>http://community.onion.io/topic/1801/omega-2-first-setup-firmware-upgrade-fails</link><guid isPermaLink="true">http://community.onion.io/topic/1801/omega-2-first-setup-firmware-upgrade-fails</guid><dc:creator><![CDATA[Luciano S.]]></dc:creator><pubDate>Mon, 13 Mar 2017 01:19:02 GMT</pubDate></item><item><title><![CDATA[Auto-download certain URLs, hourly?]]></title><description><![CDATA[@Daniel-Boese Something along the lines of should do:
#!/bin/sh
while true; do
datetime=$(date +%d-%m-%y--%H-%M)
mkdir -p $datetime
if [ $? -eq 0 ]; then
cd $datetime
wget http://whatever.url/some.file
cd ..
fi
sleep 1h
done

Note that it doesn't do any error-checking or anything. Add error-checking and whatnot, however it suits your needs.
]]></description><link>http://community.onion.io/topic/1548/auto-download-certain-urls-hourly</link><guid isPermaLink="true">http://community.onion.io/topic/1548/auto-download-certain-urls-hourly</guid><dc:creator><![CDATA[WereCatf]]></dc:creator><pubDate>Wed, 01 Feb 2017 13:55:01 GMT</pubDate></item><item><title><![CDATA[Where could I find a factory default Omega Firmware?]]></title><description><![CDATA[@Lazar-Demin sorry for the late reply.
I meant was that I want to have Openwrt or LEDE but without the OnionConsole or other extra software.
As I could see LEDE project is only available for Onion Omega 2 and Omega 2+ but not for the original Omega. Maybe I didn't search on the right place but I couldn't find anything related to LEDE for the original Omega.
I also try compiling but it failed at some point following this guide: https://wiki.onion.io/tutorials/cross-compile on the step 6a.
Any help would be highly appreciated.
Regards.
]]></description><link>http://community.onion.io/topic/691/where-could-i-find-a-factory-default-omega-firmware</link><guid isPermaLink="true">http://community.onion.io/topic/691/where-could-i-find-a-factory-default-omega-firmware</guid><dc:creator><![CDATA[Juan Biondi]]></dc:creator><pubDate>Tue, 12 Sep 2017 12:23:36 GMT</pubDate></item></channel></rss>