<?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=4280&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] noob-ish question]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4280</link>
		<description><![CDATA[The most recent posts in [SOLVED] noob-ish question.]]></description>
		<lastBuildDate>Sat, 24 Apr 2021 19:38:25 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29327#p29327</link>
			<description><![CDATA[<p>Please open a new thread for your new query. Try to stick to one question per thread and please choose a title that succinctly describes the actual problem at hand so as to aid SEO. Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 24 Apr 2021 19:38:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29327#p29327</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29326#p29326</link>
			<description><![CDATA[<p>Question.</p><p>I have my openbox tint2 udevil spacefm desktop looking and working great.</p><p>Except it seems like it doesn&#039;t want to write to my usb thumb drives.</p><p>Copy paste no errors, can even leave the folder and return and files are listed</p><p>But remove the drive and reinsert and the file were never written</p><p>Am I missing something?</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (Rpisp)]]></author>
			<pubDate>Sat, 24 Apr 2021 19:33:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29326#p29326</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29319#p29319</link>
			<description><![CDATA[<p>@trizen is the author, I just supply the Debian &amp; *buntu packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 24 Apr 2021 07:57:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29319#p29319</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29317#p29317</link>
			<description><![CDATA[<p>Are you the Head_on_a_stick from obmenu-generator?</p><p>I use that and love it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Rpisp)]]></author>
			<pubDate>Sat, 24 Apr 2021 05:21:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29317#p29317</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29316#p29316</link>
			<description><![CDATA[<p>Interesting my raspberry pi wifi script works flawlessly on debian</p>]]></description>
			<author><![CDATA[dummy@example.com (Rpisp)]]></author>
			<pubDate>Sat, 24 Apr 2021 02:46:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29316#p29316</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29284#p29284</link>
			<description><![CDATA[<p>I have a zenity script I wrote for my Raspberry Pi that uses wpa_supplicant.<br />It asks you to select interface, then scans for networks.<br />It then asks if you want to select a network and connects.</p><p>Lot of awk work in that one but some parts are raspberry pi os specific I think.</p>]]></description>
			<author><![CDATA[dummy@example.com (Rpisp)]]></author>
			<pubDate>Thu, 22 Apr 2021 20:39:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29284#p29284</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29281#p29281</link>
			<description><![CDATA[<div class="quotebox"><cite>Rpisp wrote:</cite><blockquote><div><p>Is there a frontend for that</p></div></blockquote></div><p>The wpagui package works with /etc/network/interfaces if this line is used instead of the <span class="bbc">wpa-ssid</span> &amp; <span class="bbc">wpa-psk</span> lines:</p><div class="codebox"><pre><code>   wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf</code></pre></div><p>Then create the configuration file with these options listed to allow it to be altered by wpagui:</p><div class="codebox"><pre><code>ctrl_interface=/run/wpa_supplicant
update_config=1</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 22 Apr 2021 19:35:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29281#p29281</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29280#p29280</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>Rpisp wrote:</cite><blockquote><div><p>I may use that d/l to save on some installation time for my minimal desktop</p></div></blockquote></div><p>Note that ♯! is based on Debian and so uses systemd. For a systemd-free openbox-based distribution try <a href="https://sourceforge.net/projects/crowz/" rel="nofollow">CROWZ</a>, <a href="https://sourceforge.net/projects/miyolinux/" rel="nofollow">MIYO</a>, <a href="https://sourceforge.net/projects/linnix" rel="nofollow">Star</a> or <a href="https://gitlab.com/souperdoupe/thomos" rel="nofollow">ThomOS</a>.</p><div class="quotebox"><cite>Rpisp wrote:</cite><blockquote><div><p>connman vs nm</p></div></blockquote></div><p>They&#039;re both bloat. Use /etc/network/interfaces instead:</p><p><a href="https://wiki.debian.org/WiFi/HowToUse#WPA-PSK_and_WPA2-PSK" rel="nofollow">https://wiki.debian.org/WiFi/HowToUse#W … d_WPA2-PSK</a></p></div></blockquote></div><p>Will check CROWZ and ThomOS out.</p><p>That is very cool. (Wifi)</p><p>Is there a frontend for that or should I start scripting?</p><p>Thanks for the info</p>]]></description>
			<author><![CDATA[dummy@example.com (Rpisp)]]></author>
			<pubDate>Thu, 22 Apr 2021 19:00:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29280#p29280</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29277#p29277</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>andyprough wrote:</cite><blockquote><div><p>Does that method require dbus?</p></div></blockquote></div><p>Connecting via /etc/network/interfaces &amp; ifupdown does not require dbus.</p></div></blockquote></div><p>Nice! I need to start hacking the guts out of antiX again and give it another shot. I gave up too easily when connman wasn&#039;t responding.</p>]]></description>
			<author><![CDATA[dummy@example.com (andyprough)]]></author>
			<pubDate>Thu, 22 Apr 2021 16:04:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29277#p29277</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29276#p29276</link>
			<description><![CDATA[<div class="quotebox"><cite>andyprough wrote:</cite><blockquote><div><p>Does that method require dbus?</p></div></blockquote></div><p>Connecting via /etc/network/interfaces &amp; ifupdown does not require dbus.</p><div class="quotebox"><cite>andyprough wrote:</cite><blockquote><div><p>Then I believe you could use iwctl to make connections</p></div></blockquote></div><p>/etc/network/interfaces uses wpa_supplicant rather than iwd. The iwd version in beowulf is pre-release and so probably should not be used.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 22 Apr 2021 15:59:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29276#p29276</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29275#p29275</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>Rpisp wrote:</cite><blockquote><div><p>I may use that d/l to save on some installation time for my minimal desktop</p></div></blockquote></div><p>Note that ♯! is based on Debian and so uses systemd. For a systemd-free openbox-based distribution try <a href="https://sourceforge.net/projects/crowz/" rel="nofollow">CROWZ</a>, <a href="https://sourceforge.net/projects/miyolinux/" rel="nofollow">MIYO</a>, <a href="https://sourceforge.net/projects/linnix" rel="nofollow">Star</a> or <a href="https://gitlab.com/souperdoupe/thomos" rel="nofollow">ThomOS</a>.</p><div class="quotebox"><cite>Rpisp wrote:</cite><blockquote><div><p>connman vs nm</p></div></blockquote></div><p>They&#039;re both bloat. Use /etc/network/interfaces instead:</p><p><a href="https://wiki.debian.org/WiFi/HowToUse#WPA-PSK_and_WPA2-PSK" rel="nofollow">https://wiki.debian.org/WiFi/HowToUse#W … d_WPA2-PSK</a></p></div></blockquote></div><p>Does that method require dbus? You could use eiwd, which is iwd without dbus: <a href="https://github.com/dylanaraps/eiwd" rel="nofollow">https://github.com/dylanaraps/eiwd</a><br />Then I believe you could use iwctl to make connections. This is all theoretical, I haven&#039;t tried it yet. Might be worth trying though. Last time I removed dbus from antiX, I had everything basically working except networking.</p>]]></description>
			<author><![CDATA[dummy@example.com (andyprough)]]></author>
			<pubDate>Thu, 22 Apr 2021 15:29:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29275#p29275</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29271#p29271</link>
			<description><![CDATA[<div class="quotebox"><cite>Rpisp wrote:</cite><blockquote><div><p>I may use that d/l to save on some installation time for my minimal desktop</p></div></blockquote></div><p>Note that ♯! is based on Debian and so uses systemd. For a systemd-free openbox-based distribution try <a href="https://sourceforge.net/projects/crowz/" rel="nofollow">CROWZ</a>, <a href="https://sourceforge.net/projects/miyolinux/" rel="nofollow">MIYO</a>, <a href="https://sourceforge.net/projects/linnix" rel="nofollow">Star</a> or <a href="https://gitlab.com/souperdoupe/thomos" rel="nofollow">ThomOS</a>.</p><div class="quotebox"><cite>Rpisp wrote:</cite><blockquote><div><p>connman vs nm</p></div></blockquote></div><p>They&#039;re both bloat. Use /etc/network/interfaces instead:</p><p><a href="https://wiki.debian.org/WiFi/HowToUse#WPA-PSK_and_WPA2-PSK" rel="nofollow">https://wiki.debian.org/WiFi/HowToUse#W … d_WPA2-PSK</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 22 Apr 2021 05:43:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29271#p29271</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29269#p29269</link>
			<description><![CDATA[<p>Actually I would love to hear your thoughts on connman vs nm.</p><p>I am currently using connman myself.</p>]]></description>
			<author><![CDATA[dummy@example.com (Rpisp)]]></author>
			<pubDate>Wed, 21 Apr 2021 20:19:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29269#p29269</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29268#p29268</link>
			<description><![CDATA[<p>Thank you</p><p>That was exactly what I needed</p><p>Also I just checked the link by your name and saw the sharp bang</p><p>It&#039;s very interesting to me because I use a minimal desktop with openbox and tint2</p><p>I&#039;ve created a start menu however or root menu using xdotool and an autogen script</p><p>(Just the openbox menu being called by xdotool on a button click)</p><p>Also several zenity scripts of my own making to make it all more user friendly.</p><p>I may use that d/l to save on some installation time for my minimal desktop</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (Rpisp)]]></author>
			<pubDate>Wed, 21 Apr 2021 20:10:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29268#p29268</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] noob-ish question]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=29267#p29267</link>
			<description><![CDATA[<div class="quotebox"><cite>Rpisp wrote:</cite><blockquote><div><p>is that all there is to it ?</p></div></blockquote></div><p>Yes. But it might be worth resetting the hardware clock &amp; /etc/adjtime after the system clock has been updated:</p><div class="codebox"><pre><code># hwclock --systohc</code></pre></div><p>If you need to change the time zone use this first:</p><div class="codebox"><pre><code># dpkg-reconfigure tzdata</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 21 Apr 2021 19:15:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=29267#p29267</guid>
		</item>
	</channel>
</rss>
