<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — hyperbola first install experience]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=429</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=429&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in hyperbola first install experience.]]></description>
		<lastBuildDate>Tue, 11 May 2021 18:45:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: hyperbola first install experience]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=3005#p3005</link>
			<description><![CDATA[<div class="quotebox"><cite>rachad wrote:</cite><blockquote><div class="quotebox"><blockquote><p>for avoiding DUID dhcpcd.conf tells us (send MAC-adress clientdid)<br /></p><div class="codebox"><pre><code>clientid
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
#duid</code></pre></div></blockquote></div><p>i think sending nothing by deleting dhcpcd.duid is better than sending MAC-adress clientid, correct me if im wrong!</p></blockquote></div><p>Commenting it out I believe disables it also.</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Tue, 11 May 2021 18:45:15 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=3005#p3005</guid>
		</item>
		<item>
			<title><![CDATA[Re: hyperbola first install experience]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=2992#p2992</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>for avoiding DUID dhcpcd.conf tells us (send MAC-adress clientdid)<br /></p><div class="codebox"><pre><code>clientid
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
#duid</code></pre></div></blockquote></div><p>i think sending nothing by deleting dhcpcd.duid is better than sending MAC-adress clientid, correct me if im wrong!</p>]]></description>
			<author><![CDATA[null@example.com (rachad)]]></author>
			<pubDate>Mon, 10 May 2021 19:04:58 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=2992#p2992</guid>
		</item>
		<item>
			<title><![CDATA[Re: hyperbola first install experience]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=2382#p2382</link>
			<description><![CDATA[<p>Thanks for the insights about dhcpcd and the configuration! <img src="https://forums.hyperbola.info/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Fri, 13 Nov 2020 01:27:08 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=2382#p2382</guid>
		</item>
		<item>
			<title><![CDATA[Re: hyperbola first install experience]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=2373#p2373</link>
			<description><![CDATA[<p>very usefull</p><p>im usually cheating with usb tethering connection to bypass all the fuss for first time install tough</p>]]></description>
			<author><![CDATA[null@example.com (dikasp2)]]></author>
			<pubDate>Tue, 10 Nov 2020 23:51:04 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=2373#p2373</guid>
		</item>
		<item>
			<title><![CDATA[hyperbola first install experience]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=2372#p2372</link>
			<description><![CDATA[<p>i am quite impressed by hyperbola!</p><p>it looks nice , package selection is great (some are quite old though - but that&#039;s the price of debian-stability <img src="https://forums.hyperbola.info/img/smilies/wink.png" width="15" height="15" alt="wink" /> )<br />((as for request for newer packages i would like a newer cryptsetup - the rest is (mostly) fine for me))</p><p>also the blacklist is great. </p><p>the installation was straight forward, but the wifi connection failed because the was no <br /></p><div class="codebox"><pre><code>nohook wpa_supplicant</code></pre></div><p>in the dhcpcd.conf (or the dhcpcd-hook clobbers the wpa_supplicant config from before)</p><br /><p>also i would like to mention that the dhcpcd-config leads to many data leaks, (vendoridclass is really bad - it sends os, kernel version etc.)<br />i guess the dhcpcd.conf is the vanilla one, but a commented line like this could be useful:</p><div class="codebox"><pre><code>#uncomment this for a more privacy aware behaviour
#nooption 4 7 14 17 19 20 21 27 40 41 42 69 70 71 72 73 75 76
#nohook hostname</code></pre></div><br /><br /><p>there is a package called dhcpcd_hardened (which calls /usr/libexec/dhcpcd/dhcpcd_hardened.sh <br />) to achieve this, but it seems really broken to me and i cannot recommend it, because it does tihs:<br /></p><div class="codebox"><pre><code>#!/bin/sh
# This script wipes hostname and DUID so that DHCP can&#039;t send it over the network
echo &#039;hostname=&quot;localhost&quot;&#039; &gt; /etc/conf.d/hostname
# Properly sets our new host in /etc/hosts file
sed -i &#039;/127.0.0.1/c\127.0.0.1       localhost.localdomain   localhost &#039;localhost&#039;&#039; /etc/hosts
# Avoids need to reboot before showing our new hostname in terminals, etc
hostname localhost
# Delete DUID
rm -rf /etc/dhcpcd.duid</code></pre></div><br /><p>for avoiding DUID dhcpcd.conf tells us (send MAC-adress clientdid)<br /></p><div class="codebox"><pre><code>clientid
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
#duid</code></pre></div><p>thx and have a nice day!</p>]]></description>
			<author><![CDATA[null@example.com (the_hype)]]></author>
			<pubDate>Fri, 06 Nov 2020 08:39:43 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=2372#p2372</guid>
		</item>
	</channel>
</rss>
