<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3024&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3024</link>
		<description><![CDATA[The most recent posts in [mini-i2p-mimo] New 'Devuan-based' release:.]]></description>
		<lastBuildDate>Thu, 12 Sep 2019 06:37:55 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17812#p17812</link>
			<description><![CDATA[<p>mini-i2p-mimo-32 iso build ~ is uploaded at pcloud, and ready to be..served! <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[dummy@example.com (stanz)]]></author>
			<pubDate>Thu, 12 Sep 2019 06:37:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17812#p17812</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17806#p17806</link>
			<description><![CDATA[<p><span class="bbc">man rsync</span>&#160; --That was one of the best &#039;man&#039; page reads, I&#039;ve had!..<br />Working on 1st cup of coffee here...<br />This worked out the long way...so to say. And I&#039;ll re-visit rsync&#039;s example, thx fsr - for including that!</p><div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>Or, you could probably do what the snapshot excludes file does...</p></div></blockquote></div><p>yep~</p><div class="codebox"><pre><code># and exclude anything else beginning with &quot;p&quot;
- /home/*/.moonchild productions/pale moon/*.default/bookmarkbackups
- /home/*/.moonchild productions/pale moon/*.default/storage
- /home/*/.moonchild productions/pale moon/*.default/[a-o,A-Z]*
- /home/*/.moonchild productions/pale moon/*.default/[q-z]*
- /home/*/.moonchild productions/pale moon/*.default/permissions.sqlite
- /home/*/.moonchild productions/pale moon/*.default/persdict.dat
- /home/*/.moonchild productions/pale moon/*.default/places.sqlite
- /home/*/.moonchild productions/pale moon/*.default/places.sqlite-shm
- /home/*/.moonchild productions/pale moon/*.default/places.sqlite-wal</code></pre></div><p>Since I&#039;m working with cd&#039;s here, getting back that &quot;+10MB&#039;s&quot;, really made the difference!</p><p>I&#039;m really glad MiyoLinux caught that!! That little convenience for user&#039;s, makes a difference.<br />And to..</p><div class="quotebox"><cite>bgstack15 wrote:</cite><blockquote><div><p>There is a place Pale Moon browser default preferences can go....</p></div></blockquote></div><p>I&#039;m gonna look into that also! <br />I&#039;m only concerned with having proxy settings in place, so user&#039;s just start surfing. (reason Tor is using it&#039;s own)<br />If the user chooses to adjust proxy settings after that (as done in the past), no problem!</p><p>Thanks for the assist!! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />asta,<br />stanz</p>]]></description>
			<author><![CDATA[dummy@example.com (stanz)]]></author>
			<pubDate>Wed, 11 Sep 2019 17:20:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17806#p17806</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17789#p17789</link>
			<description><![CDATA[<p>There is a place Pale Moon browser default preferences can go.</p><div class="codebox"><pre><code>/usr/lib/palemoon/browser/defaults/preferences/distro-prefs.js</code></pre></div><p> but that&#039;s also for when I built the dpkg... It appears to search for all *.js files in that directory.</p><p>You would use contents similar to:</p><div class="codebox"><pre><code>pref(&quot;general.warnOnAboutConfig&quot;, false);</code></pre></div><p>So for your release, you could make sure you have the right proxy attributes defined in a prefs.js file for that directory. Beware! The proxy settings probably span multiple config entries, especially if you use the checkbox for &quot;Use for all protocols.&quot;</p><p>And a reference I have commented in my prefs.js: <a href="https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig" rel="nofollow">https://support.mozilla.org/en-US/kb/cu … autoconfig</a></p><p>Now, these settings can be overridden by the users, but if they delete their customizations (by removing the entries in their own prefs.js, as opposed to blanking out the values for the entries) it reverts to the distro-defined options here.</p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Tue, 10 Sep 2019 16:58:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17789#p17789</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17782#p17782</link>
			<description><![CDATA[<p>Here&#039;s an example from &#039;man rsync showing how to keep one file and remove everything around and above it&#039;</p><div class="codebox"><pre><code>+ /some/
+ /some/path/
+ /some/path/this-file-is-found
+ /file-also-included
- *</code></pre></div><p>I think you can do it like this:</p><div class="codebox"><pre><code>+ /home/*/.moonchild_productions/
+ /home/*/.moonchild_productions/pale_moon/
+ /home/*/.moonchild_productions/pale_moon/*.default/
+ /home/*/.moonchild_productions/pale_moon/*.default/prefs.js
- /home/*/.moonchild_productions</code></pre></div><p>Or, you could probably do what the snapshot excludes file does with ~/.mozilla - exclude Cache and the sqlite files, and let everything else stay.</p><div class="codebox"><pre><code>- /home/*/.mozilla/*/Cache/*
- /home/*/.mozilla/*/urlclassifier3.sqlite
- /home/*/.mozilla/*/places.sqlite
- /home/*/.mozilla/*/cookies.sqlite
- /home/*/.mozilla/*/signons.sqlite
- /home/*/.mozilla/*/formhistory.sqlite
- /home/*/.mozilla/*/downloads.sqlite</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 10 Sep 2019 13:23:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17782#p17782</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17775#p17775</link>
			<description><![CDATA[<p>Hello fsmithred...<br />Yep ~ my thoughts also, as I figured I tweaked the exclude.list - a-tad much! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />The only file I found (prefs.js) with adjusted proxy settings (in the build system - well, all my systems),<br /><span class="bbc">/home/*/.moonchild productions/pale moon/6bctxfis.default/<strong>prefs.js</strong></span></p><p>I found my old addition, that gave palemoon it&#039;s &quot;first run&quot; instance, for the new user - also &#039;excluding&#039; that prefs.js file!<br />This made that happen:<br /><span class="bbc">- /home/*/.moonchild productions/*</span></p><p>My correction needs to include that &#039;1&#039; file - &#039;prefs.js&#039;, while excluding &quot;5 other &#039;p&#039; files &amp; the remaining files,<br />plus the 3 folders.. - for that purpose (if possible!).<br />I&#039;d like to exclude for sure:<br /><span class="bbc">- /home/*/.moonchild productions/pale moon/*.default/<strong>places.sqlite</strong>&#160; #and save <strong>10MB&#039;s</strong>.</span></p><p>Your technique on excluding everything in /var/log looks use-able, but tricky for my mind. <img src="https://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /><br />Tweaked example, excludes anything beginning with &quot;p&quot; (and the one I&#039;m trying to include)<br /><span class="bbc">- /home/*/.moonchild productions/pale moon/*.default/[a-o,A-Z].*<br />- /home/*/.moonchild productions/pale moon/*.default/q-z].*</span></p><p>Then somehow, narrow it down to...move into second letter?<br /><span class="bbc">- /home/*/.moonchild productions/pale moon/*.default/[pa-pl].*</span></p><p>Ok, thinking too much -- time for a scotch...be back tomorrow.<br />Thx and asta`la-way`go...<br />stanz</p>]]></description>
			<author><![CDATA[dummy@example.com (stanz)]]></author>
			<pubDate>Tue, 10 Sep 2019 06:41:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17775#p17775</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17763#p17763</link>
			<description><![CDATA[<p>Figure out where the proxy settings are stored, and we can probably adjust the snapshot excludes file to keep them.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 09 Sep 2019 10:21:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17763#p17763</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17762#p17762</link>
			<description><![CDATA[<p>That&#039;s really, really, good to read!! Sooo nice when things work as expected ~ or soon after!&#160; <img src="https://dev1galaxy.org/img/smilies/lol.png" width="15" height="15" alt="lol" /><br />And you are welcome MiyoLinux!<br />This ain&#039;t no &quot;heads or tails&quot;, (lol) but something else, needing to be available...freely!</p><div class="quotebox"><blockquote><div><p><span class="bbu">Made Possible By:</span><br />Devuan<br />MiyoLinux<br />Fsmithred<br />I2P Dev&#039;s<br />Gallons of Caffeine</p></div></blockquote></div><p>Now back to the 32bit release... <img src="https://dev1galaxy.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p>]]></description>
			<author><![CDATA[dummy@example.com (stanz)]]></author>
			<pubDate>Mon, 09 Sep 2019 07:30:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17762#p17762</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17761#p17761</link>
			<description><![CDATA[<p>Thanks so much stanz! That was the ticket and worked just like you said! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I think your work with mini-i2p-mimo is absolutely fantastic for people who want more security and anonymity while online. Thank you! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Mon, 09 Sep 2019 07:02:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17761#p17761</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17734#p17734</link>
			<description><![CDATA[<p><span class="bbu"><strong>:: Important FYI Update Notice ::</strong></span>&#160; &#160;I got it now, <em>~Test - Check it - Test, test, test again!</em></p><p>I found out Palemoon&#039;s <em>Network Proxy Settings</em>, do not get included in the iso! <br />You&#039;ll have to <strong><span class="bbu">Manually</span></strong> adjust <em>Proxy Settings</em> - yourself, for Palemoon to use - i2p proxy &amp; work!</p><p><a href="https://postimg.cc/N9HN22GF" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/N9HN22GF/palemoon-proxy.png" alt="palemoon-proxy.png" /></span></a></p><div class="quotebox"><blockquote><div><p>Palemoon: Check - &#039;<em>Manual proxy configuration</em>&#039;<br />- HTTP Proxy: 127.0.0.1&#160; Port:4444<br />- SSL Proxy: 127.0.0.1&#160; &#160;Port:4445<br />- FTP Proxy: 127.0.0.1&#160; &#160;Port:4444<br />- SOCKS Host: &#039;empty&#039;&#160; &#160;&#160; &#160; Port: 0<br />- Check - &#039;SOCKS v5&#039;<br />- No Proxy for: localhost, 127.0.0.1<br />-- Nothing else is checked--<br /><span class="bbc">- <strong>Shut-Down Palemoon Browser-</strong> <em>start i2p-router</em> - Palemoon opens, - <span class="bbu">enjoy anonymity!</span></span></p></div></blockquote></div><p>An update made to downloads links..<br />We got a &#039;working&#039; link at &#039;pcloud&#039;.&#160; <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />and,<br />32bit release coming -very soon! <br />(...I guess I do need version release names/numbers now!?? <img src="https://dev1galaxy.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p>]]></description>
			<author><![CDATA[dummy@example.com (stanz)]]></author>
			<pubDate>Sat, 07 Sep 2019 21:14:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17734#p17734</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17663#p17663</link>
			<description><![CDATA[<p>Made a change &amp; correction:</p><p>Tor Browser: I Left &#039;default proxy settings&#039;, so user can surf web - without starting i2p-router.<br />Palemoon: <strong>See Next Post!</strong> ...as i2p uses palemoon at router startup.</p><p>Switched-out -- &#039;Ring&#039; for &#039;OnionShare&#039;, because I didn&#039;t test if Ring works with i2p proxy! <img src="https://dev1galaxy.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /><br />(I&#039;ll bring Ring back in basic-mini)</p><p>32bit release coming soon! <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /><br />(do I need version release numbers now!?? <img src="https://dev1galaxy.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /> )<br />asta...</p>]]></description>
			<author><![CDATA[dummy@example.com (stanz)]]></author>
			<pubDate>Tue, 03 Sep 2019 20:38:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17663#p17663</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17551#p17551</link>
			<description><![CDATA[<p>Thank you MiyoLinux!</p><p>I started this &#039;hobby&#039;, just to have my system on a disk- to reinstall when I broke it! <img src="https://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Awesome to hear you installed it! I am relieved to know it worked - whew! <img src="https://dev1galaxy.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /><br />You...fsr and refracta made this all possible.<br />And your mixes - Voo-du and other derivatives, offered good examples to follow!</p><p>Keeping the base system lite, leaves room to introduce other awesome packages,<br />like &#039;Ring&#039; and &#039;i2p&#039;.&#160; You&#039;ve done the same!!</p><p>Thanks for telling us to, Make It Your Own...so I did, Made It My Own!&#160; <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I couldn&#039;t help it...I had to spread the Devuan word &amp; iso&#039;s on the i2p &#039;dark web&#039;&#160; LoL<br />Just natural, to wanna talk about what works and has a kewl community of participants!<br /><img src="https://dev1galaxy.org/img/smilies/cool.png" width="15" height="15" alt="cool" /></p>]]></description>
			<author><![CDATA[dummy@example.com (stanz)]]></author>
			<pubDate>Tue, 27 Aug 2019 06:51:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17551#p17551</guid>
		</item>
		<item>
			<title><![CDATA[Re: [mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17549#p17549</link>
			<description><![CDATA[<p>Great work stanz! <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>I have it installed on a partition. Great and lightweight system without much pre-installed software.</p><p>Ring is an interesting addition...I had never heard of it until now.</p><p>Thanks so much for helping spread the &quot;Devuan word&quot; to more users! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (MiyoLinux)]]></author>
			<pubDate>Tue, 27 Aug 2019 03:26:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17549#p17549</guid>
		</item>
		<item>
			<title><![CDATA[[mini-i2p-mimo] New 'Devuan-based' release:]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=17537#p17537</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>mini-i2p-mimo ~ translation: &quot;Minimal + i2p = Made-It-My-Own&quot;.</p></div></blockquote></div><p>Comments: miyoisomix at pm.me&#160; -or- stanz at i2pmail.org<br /><strong>Important Update in Post #5 !!</strong></p><p><a href="https://postimages.org/" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/sQMBjYmB/done-logo.png" alt="done-logo.png" /></span></a></p><p>Released: Sept 3, 2019<br />Build: Base pkgs/system, is &quot;Devuan&quot;, Ascii stable release &lt;devuan.org&gt;.<br />Arch: &quot;32 and 64bit builds&quot;.<br />sha256sum: <span class="bbc">With the iso&#039;s on pcloud: link below</span></p><div class="quotebox"><blockquote><div><p>“mini-i2p-mimo”, is live media (created with refractasnapshot), and is easy to boot into, and check out.<br />Boot from a cd or usb, it will run mini-i2p-mimo, giving you plenty of time, to check out everything installed, without making &#039;any&#039; changes to your current Operating System or Hard-drive.<br />If you do like it - then you can install it, while it&#039;s running - with the included “RefractaInstaller”!</p><p>mini-i2p-mimo, is built with your privacy and anonymity considered.<br />[Quote from the ‘geti2p.net’ website]<br />“What does I2P do for you?<br />The I2P network provides strong privacy protections for communication over the Internet. Many activities that would risk your privacy on the public Internet can be conducted anonymously inside I2P. “<br />Please visit: “http://geti2p.net/en/about/intro”, to learn more about i2p and using the installed packages!</p></div></blockquote></div><p><strong><span class="bbu">Installed Packages of interest:</span></strong><br />Lightdm: Simple display manager.<br />Openbox: A stand-alone window manager.<br />Dynamic Right-click Menu (with or without icons)<br />tint2: Lightweight taskbar.<br />Spacefm: file manager.<br />Geany: A fast and lightweight IDE.<br />Yad: A tool for creating graphical dialogs from shell scripts.<br />OnionShare: Securely and anonymously share files of any size.<br />Palemoon: Web browser. (Currently needing manual network Proxy Configuration - Post #5, below)<br />Tor and Tor Web browser: Anonymizing overlay network for TCP<br />i2p-router, &quot;i2p-webbrowser--64bit only&quot;: Invisible Internet Project ( <a href="https://geti2p.net/en/" rel="nofollow">I2P</a> ) - anonymous network.<br />Refractainstaller-gui: A tool to install a running live-CD to hard drive.<br />Refractasnapshot-base: A tool to create a live-CD from the running system.<br />Xfburn, Hexchat, Gparted, Bleachbit, qterminal,<br />and some other &quot;Standard System Utilities&quot;.</p><p><span class="bbu"><strong>Download locations:</strong></span><br />= miyoisomix.i2p [on i2p network]<br />= pcloud: <a href="https://my.pcloud.com/publink/show?code=kZz8v5kZytadEcShXBbN4v5bpYtoOJJamngX" rel="nofollow">Link to both the iso &amp; shasum</a><br />=Using OnionShare, to transfer the iso, using your Tor Browser.</p><p>That&#039;s what I got right now... ideas welcome!&#160; <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (stanz)]]></author>
			<pubDate>Mon, 26 Aug 2019 17:32:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=17537#p17537</guid>
		</item>
	</channel>
</rss>
