<?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=2011&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [NEW]-FluXuan Linux-[RELEASE]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2011</link>
		<description><![CDATA[The most recent posts in [NEW]-FluXuan Linux-[RELEASE].]]></description>
		<lastBuildDate>Sat, 09 Jan 2021 04:01:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26670#p26670</link>
			<description><![CDATA[<p>Hey ulysses_ sorry for the really late reply but as key worker I really have no time to do anything during these harsh times .<br />As a reply make a bash script put it in /sbin then edit /etc/sudoers and add under %sudo line<br />%sudo ALL(ALL) NOPASSWD: /sbin/yourscript.sh<br />Make it executable chmod +x yourscript.sh<br />Then just add it in fluxbox startup <br />exec sudo /sbin/yourscript.sh</p><p>It will run with no password</p>]]></description>
			<author><![CDATA[dummy@example.com (wdq)]]></author>
			<pubDate>Sat, 09 Jan 2021 04:01:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26670#p26670</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=23066#p23066</link>
			<description><![CDATA[<p>Hello. Need to launch a terminal window at login automatically and run a script in it as root. So far it is in .fluxbox/startup as the following line that prompts for a password to become root. Where is the proper place to put this in fluxuan? So it does not prompt for a password? </p><div class="codebox"><pre><code>sakura -e &quot;bash -c &#039;trap bash 2; \
   echo Need root permissions.; sudo /home/user/my-script.sh; \
   if [ \\\$? != 0 ]; then echo FAILED, exiting in 10 s; sleep 10; fi&#039; &quot; &amp;</code></pre></div><p>Some of the script follows.</p><div class="codebox"><pre><code>ifconfig $WIFI_DONGLE up $NETWORK_PREFIX.1 netmask 255.255.255.0
route add -net $NETWORK_PREFIX.0 netmask 255.255.255.0 gw $NETWORK_PREFIX.1
echo 1 &gt; /proc/sys/net/ipv4/ip_forward
hostapd hostapd.conf  </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Ulysses_)]]></author>
			<pubDate>Sun, 28 Jun 2020 09:31:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=23066#p23066</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22676#p22676</link>
			<description><![CDATA[<p>hello Fluxuaners <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><div class="quotebox"><cite>wdq wrote:</cite><blockquote><div><p>Is That Time again i did updated the first post in here but i will post here too.</p><p>I`ll wait for Good and Bad Reply`s Thank You !</p><p>You can get it from - <a href="https://fluxuan.sourceforge.io/" rel="nofollow">FluXuan Website</a></p></div></blockquote></div><p>cool deriv-distro indeed!&#160; I love the flux-open/box wm</p><p>I&#039;m constantly trying to recycle computers instead of buying a new one and... yes! Devuan is great for <em>&quot;old machines&quot; </em>no matter what flavor you choose.</p><p>During pandemic times, with Fluxuan I&#039;m refurbishing a Toshiba Satellite laptop from 2006&#160; <strong>\ o /</strong></p><div class="codebox"><pre class="vscroll"><code> 

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Devuan GNU/Linux 3 (beowulf)
Release:        3
Codename:       beowulf

$ uname -a
Linux chante01 4.19.0-9-686-pae #1 SMP Debian 4.19.118-2 (2020-04-29) i686 GNU/Linux

$ lscpu
Architecture:        i686
CPU op-mode(s):      32-bit
Byte Order:          Little Endian
Address sizes:       32 bits physical, 32 bits virtual
CPU(s):              1
On-line CPU(s) list: 0
Thread(s) per core:  1
Core(s) per socket:  1
Socket(s):           1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               13
Model name:          Intel(R) Pentium(R) M processor 1.73GHz
Stepping:            8
CPU MHz:             1067.000
CPU max MHz:         1733.0000
CPU min MHz:         800.0000
BogoMIPS:            2129.44
Flags:               fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx bts cpuid est tm2 pti</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (vlax)]]></author>
			<pubDate>Sun, 14 Jun 2020 16:53:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22676#p22676</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22547#p22547</link>
			<description><![CDATA[<p>Refractainstaller has only been used on x86 architectures. I don&#039;t know what changes you&#039;d need to make for arm.</p><p>If you wanted to use an existing fluxuan iso with the pi-imager, I think you would unpack the iso, then unpack filesystem.squashfs and use that in place of the debootstrapped system. Then make whatever changes you need to make to it.</p><p>Edit: Of course, that won&#039;t work. Packages are for the wrong arch.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Tue, 09 Jun 2020 22:46:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22547#p22547</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22537#p22537</link>
			<description><![CDATA[<p>Hi ShorTie and welcome you can install FluXuan with the Refracta installer that you can find in the right-click menu.<br />I orderd a Raspberry pi on ebay and I am waiting for delivery so I can build a FluXuan version for it I will just need a bit of time , Thank you</p>]]></description>
			<author><![CDATA[dummy@example.com (wdq)]]></author>
			<pubDate>Tue, 09 Jun 2020 17:31:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22537#p22537</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=22362#p22362</link>
			<description><![CDATA[<p>I&#039;d love to add it to my raspberry pi4 image.<br />Is the basic install script any where ??<br />Or maybe you could just add it into it ??<br /><a href="https://git.devuan.org/ShorTie/Devuan-imager" rel="nofollow">https://git.devuan.org/ShorTie/Devuan-imager</a></p>]]></description>
			<author><![CDATA[dummy@example.com (ShorTie)]]></author>
			<pubDate>Thu, 04 Jun 2020 23:35:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=22362#p22362</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21972#p21972</link>
			<description><![CDATA[<p>Hello,<br />It seems the nice fit for a arm desktop version,<br />In the meantime,<br />Downloading for my i686 machine <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Congratz &amp; thanks for this amazing work!</p>]]></description>
			<author><![CDATA[dummy@example.com (tuxd3v)]]></author>
			<pubDate>Thu, 21 May 2020 02:20:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21972#p21972</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21510#p21510</link>
			<description><![CDATA[<p>OK so thinking of this , i got to realiza that most of devuan derivatives websites are on sourceforge so i decided to buy a domain and offer free subdomain to every devuan derivative <br />Domain that you will have your subdomain is <br />Devuan.club just got it so your domain will look like <br />Fluxuan.devuan.club<br />*.devuan.club<br />The main devuan.club will redirect to main devuan website so if you want a subdomain please email me for now and later on i will create a new thread where you can request it.</p>]]></description>
			<author><![CDATA[dummy@example.com (wdq)]]></author>
			<pubDate>Thu, 07 May 2020 19:36:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21510#p21510</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21504#p21504</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>wdq wrote: So please feel free to email me so i can return the kind coffee by making that website for you.</p></div></blockquote></div><p>A most generous and certainly very kind offer, let me kick it around a bit and let you know. Really don&#039;t owe me, the Fluxan distro is a great project and I&#039;m impressed. <img src="https://dev1galaxy.org/img/smilies/cool.png" width="15" height="15" alt="cool" /></p><p>Stay well and safe</p><p>cheers</p><p>zephyr</p>]]></description>
			<author><![CDATA[dummy@example.com (zephyr)]]></author>
			<pubDate>Thu, 07 May 2020 16:17:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21504#p21504</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21503#p21503</link>
			<description><![CDATA[<p>Zephyr , thank you very much i will be very happy to help you with your website if you want, there are a few things i want to try with google docs .<br /> So please feel free to email me so i can return the kind coffee by making that website for you.</p>]]></description>
			<author><![CDATA[dummy@example.com (wdq)]]></author>
			<pubDate>Thu, 07 May 2020 15:26:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21503#p21503</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21502#p21502</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>wdq wrote: I`ll wait for Good and Bad Reply`s Thank You !</p></div></blockquote></div><p>Congratulations on the New Flxuan release...downloading! <img src="https://dev1galaxy.org/img/smilies/cool.png" width="15" height="15" alt="cool" /></p><p>Attractive website to boot!&#160; &#160; ...Enjoy your coffee! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>cheers</p><p>zephyr</p>]]></description>
			<author><![CDATA[dummy@example.com (zephyr)]]></author>
			<pubDate>Thu, 07 May 2020 14:51:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21502#p21502</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=21441#p21441</link>
			<description><![CDATA[<p>Is That Time again i did updated the first post in here but i will post here too.</p><p>I`ll wait for Good and Bad Reply`s Thank You !</p><p>You can get it from - <a href="https://fluxuan.sourceforge.io/" rel="nofollow">FluXuan Website</a><br />This how it looks--<br /><span class="postimg"><img src="https://fluxuan.sourceforge.io/upload/sc1.png" alt="FluXuanLinux" /></span></p><p>And you can get it from - <a href="https://fluxuan.sourceforge.io/" rel="nofollow">FluXuan Website</a></p>]]></description>
			<author><![CDATA[dummy@example.com (wdq)]]></author>
			<pubDate>Tue, 05 May 2020 05:45:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=21441#p21441</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20548#p20548</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>So see you as soon as UK closes everything HEHEHEHEH !!!!</p></div></blockquote></div><p>The US is shutting down shop too! Here in the SW things have been slower happening but now school have closed locally!</p><p>Will check out your website, take care and do avoid the big crowds! Stay safe! <img src="https://dev1galaxy.org/img/smilies/cool.png" width="15" height="15" alt="cool" /></p><p>cheers</p><p>zephyr</p>]]></description>
			<author><![CDATA[dummy@example.com (zephyr)]]></author>
			<pubDate>Wed, 18 Mar 2020 02:00:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20548#p20548</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20541#p20541</link>
			<description><![CDATA[<p>@zephyr - Thank you very much !!!</p><p>With all this madness in the world had a bit more time so i updated the FluXuan website - &gt; <a href="https://FluXuan.sourceforge.io" rel="nofollow">https://FluXuan.sourceforge.io</a>&#160; as a first step<br />Second step i already started to work on a beowulf release and made the decision what programs will always be installed in all the releases that i will make .</p><p>Third step i started working to make a method to install FluXuan as a choice as WM from the Devuan netinstaller!</p><p>So see you as soon as UK closes everything HEHEHEHEH !!!!</p>]]></description>
			<author><![CDATA[dummy@example.com (wdq)]]></author>
			<pubDate>Tue, 17 Mar 2020 18:51:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20541#p20541</guid>
		</item>
		<item>
			<title><![CDATA[Re: [NEW]-FluXuan Linux-[RELEASE]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=20239#p20239</link>
			<description><![CDATA[<p>@wdq: Downloaded latest FluXuan v2 x86_64, very fast and fun distro! <img src="https://dev1galaxy.org/img/smilies/cool.png" width="15" height="15" alt="cool" /> </p><p>Fluxbox is one of my most enjoyed wm&#039;s, always enjoy to see what others are doing with it! Look forward to next release! <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>cheers</p><p>zephyr</p>]]></description>
			<author><![CDATA[dummy@example.com (zephyr)]]></author>
			<pubDate>Thu, 27 Feb 2020 02:58:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=20239#p20239</guid>
		</item>
	</channel>
</rss>
