<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[nixers - BSD]]></title>
		<link>https://nixers.net/</link>
		<description><![CDATA[nixers - https://nixers.net]]></description>
		<pubDate>Mon, 04 May 2026 16:48:49 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[rm -i]]></title>
			<link>https://nixers.net/Thread-rm-i</link>
			<pubDate>Sun, 21 Nov 2021 11:16:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=2034">pfr</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-rm-i</guid>
			<description><![CDATA[Possibly a stupid question:<br />
<br />
I have 'rm' aliased to 'rm -i' which is not uncommon. However, I get frustrated when deleting large directories with 'rm -r' as the command 'rm -i -r' will ask me for confirmation to delete every single file within the directory. <br />
<br />
Is there any way around this? Ideally I'd like it to ask me to confirm when deleting single files but when multiple files are being deleted I'd love for it to just ask me once to confirm deleting recursively. <br />
<br />
Any way of achieving this?]]></description>
			<content:encoded><![CDATA[Possibly a stupid question:<br />
<br />
I have 'rm' aliased to 'rm -i' which is not uncommon. However, I get frustrated when deleting large directories with 'rm -r' as the command 'rm -i -r' will ask me for confirmation to delete every single file within the directory. <br />
<br />
Is there any way around this? Ideally I'd like it to ask me to confirm when deleting single files but when multiple files are being deleted I'd love for it to just ask me once to confirm deleting recursively. <br />
<br />
Any way of achieving this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[BSD Certification]]></title>
			<link>https://nixers.net/Thread-BSD-Certification</link>
			<pubDate>Mon, 15 Jun 2020 08:50:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=2043">zzzcoder</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-BSD-Certification</guid>
			<description><![CDATA[Trying to dig-down and search out courses (ideally online, with kudos) in *BSD.  Seems a few linux sites, bsdmag and others offer them but would like opinions and advice from those in the know.<br />
<br />
<br />
Looking at:<br />
<br />
<a href="https://bsdmag.org" target="_blank" rel="noopener" class="mycode_url">https://bsdmag.org</a><br />
<br />
Linux Academy<br />
<br />
lpi.org<br />
<br />
So far.<br />
<br />
Linux academy had 0 *BSD stuff only text searches inside their content provided a reference to FreeBSD but I am under the understanding that they are sharing conferences or similar.<br />
<br />
lpi - outdated materials and reference to an exam somewhere.<br />
<br />
bsdmag.org has (expensive) courses - not certain how "viable" they would be once taken in the field of work.<br />
<br />
Hoping those of you that have attended events have any ideas or those that have acquired said certification have feedback, or any others might help chime in?<br />
<br />
Hope this discussion might help those of us with a love of *BSD get certification , credibility, etc as it seems other than writing in your C.V or Resume you have *BSD knowledge there's a lot of dead ends.<br />
<br />
I also think it's nice to complete courses due to potentially learning aspects you may of overlooked.<br />
<br />
Thanks for any help<br />
<br />
zzz]]></description>
			<content:encoded><![CDATA[Trying to dig-down and search out courses (ideally online, with kudos) in *BSD.  Seems a few linux sites, bsdmag and others offer them but would like opinions and advice from those in the know.<br />
<br />
<br />
Looking at:<br />
<br />
<a href="https://bsdmag.org" target="_blank" rel="noopener" class="mycode_url">https://bsdmag.org</a><br />
<br />
Linux Academy<br />
<br />
lpi.org<br />
<br />
So far.<br />
<br />
Linux academy had 0 *BSD stuff only text searches inside their content provided a reference to FreeBSD but I am under the understanding that they are sharing conferences or similar.<br />
<br />
lpi - outdated materials and reference to an exam somewhere.<br />
<br />
bsdmag.org has (expensive) courses - not certain how "viable" they would be once taken in the field of work.<br />
<br />
Hoping those of you that have attended events have any ideas or those that have acquired said certification have feedback, or any others might help chime in?<br />
<br />
Hope this discussion might help those of us with a love of *BSD get certification , credibility, etc as it seems other than writing in your C.V or Resume you have *BSD knowledge there's a lot of dead ends.<br />
<br />
I also think it's nice to complete courses due to potentially learning aspects you may of overlooked.<br />
<br />
Thanks for any help<br />
<br />
zzz]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[BSD on a Mac Mini G4]]></title>
			<link>https://nixers.net/Thread-BSD-on-a-Mac-Mini-G4</link>
			<pubDate>Mon, 25 May 2020 15:42:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1973">ckester</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-BSD-on-a-Mac-Mini-G4</guid>
			<description><![CDATA[My latest project is to install BSD on an old Mac Mini G4 I pulled from the back of a closet.<br />
<br />
First attempt was with NetBSD 9.0-macppc, but I found the instructions too confusing.  I guess I'm not as hardcore as I used to be.  ;-)<br />
<br />
Second try was with FreeBSD 12.0 powerpc.  That went well; the install program knew what to do with this hardware and it wasn't any more difficult than with an x86 or amd64 machine. Then ran portsnap to fetch and extract the ports tree.  But when I tried to build the ksh93 port I discovered that 12.0 was already end-of-life'd and therefore the port system refused to build anything.  Arghh, I wish they'd told me that sooner!<br />
<br />
So back to the FreeBSD site and grab the ISO for 12.1 powerpc.  So far so good.  Installed, and currently building ksh93.<br />
<br />
Does anyone else have experiences with BSD on this hardware they want to share?]]></description>
			<content:encoded><![CDATA[My latest project is to install BSD on an old Mac Mini G4 I pulled from the back of a closet.<br />
<br />
First attempt was with NetBSD 9.0-macppc, but I found the instructions too confusing.  I guess I'm not as hardcore as I used to be.  ;-)<br />
<br />
Second try was with FreeBSD 12.0 powerpc.  That went well; the install program knew what to do with this hardware and it wasn't any more difficult than with an x86 or amd64 machine. Then ran portsnap to fetch and extract the ports tree.  But when I tried to build the ksh93 port I discovered that 12.0 was already end-of-life'd and therefore the port system refused to build anything.  Arghh, I wish they'd told me that sooner!<br />
<br />
So back to the FreeBSD site and grab the ISO for 12.1 powerpc.  So far so good.  Installed, and currently building ksh93.<br />
<br />
Does anyone else have experiences with BSD on this hardware they want to share?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OpenBSD on personal laptop?]]></title>
			<link>https://nixers.net/Thread-OpenBSD-on-personal-laptop</link>
			<pubDate>Wed, 06 Dec 2017 14:29:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1826">Rue</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-OpenBSD-on-personal-laptop</guid>
			<description><![CDATA[Been wanting to run BSD (especially OpenBSD) for a while, but:<br />
<br />
1. I'm currently looking for a laptop, and because BSD's hardware support is very lacklustered, that would mean settling for intel gpu intead of nvidia and subsequently, an integrated gpu instead of a discrete (dedicated) gpu :(<br />
(Reason this is even a concern is because I do need to/plan on running dual boot with Windows)<br />
<br />
2. Having to give up the options for a lot of AUR and software that are otherwise possible on linux.<br />
<br />
I know some of you run BSD, and OpenBSD seems to be a crowd favor on the forum judging by the recent threads, so I was wondering if anyone could shed some light on your decision process when making the switch and describe a little what kind of computer you typically install OpenBSD on? Personal computer? server? and perhaps what kind of stuff do you usually do on it, mostly for coding? everyday use? ever feel frustrated because certain things aren't supported? etc.<br />
<br />
Thanks in advance.]]></description>
			<content:encoded><![CDATA[Been wanting to run BSD (especially OpenBSD) for a while, but:<br />
<br />
1. I'm currently looking for a laptop, and because BSD's hardware support is very lacklustered, that would mean settling for intel gpu intead of nvidia and subsequently, an integrated gpu instead of a discrete (dedicated) gpu :(<br />
(Reason this is even a concern is because I do need to/plan on running dual boot with Windows)<br />
<br />
2. Having to give up the options for a lot of AUR and software that are otherwise possible on linux.<br />
<br />
I know some of you run BSD, and OpenBSD seems to be a crowd favor on the forum judging by the recent threads, so I was wondering if anyone could shed some light on your decision process when making the switch and describe a little what kind of computer you typically install OpenBSD on? Personal computer? server? and perhaps what kind of stuff do you usually do on it, mostly for coding? everyday use? ever feel frustrated because certain things aren't supported? etc.<br />
<br />
Thanks in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Logical volume management on NetBSD]]></title>
			<link>https://nixers.net/Thread-Logical-volume-management-on-NetBSD</link>
			<pubDate>Wed, 27 Sep 2017 20:49:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1591">Tmplt</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Logical-volume-management-on-NetBSD</guid>
			<description><![CDATA[After a Western Digital sale I managed to get my hands on a decently sized HDD in preparation for a NAS I'm gonna build. The plan was to use OpenBSD and a logical volume manager so that I could just throw all disks in a pool and easiy add more when I have more drives, but that is apparently something OpenBSD lack. Instead, I found that NetBSD has a port of the Linux LVM2 tools. Neat! But when it comes to redundancy I'm still a bit miffed. A probable general LVM question, but I don't know if the NetBSD port is 1:1.<br />
<br />
I can't setup a good redundacy with the drives I have currently — 6TB + 2x 1TB + 4TB. Is it possible to configure redundacy when I have the drives for it, or must this be done during initial LVM configuration?<br />
<br />
When I have multiple drives in a pool, which are the actual data written to. Are they all written to ala RAID0, or is only one drive in use until it's filled up? I presume this is configurable? I'm surprised I haven't found much on this, but it might just be a case where I don't know what to search for.]]></description>
			<content:encoded><![CDATA[After a Western Digital sale I managed to get my hands on a decently sized HDD in preparation for a NAS I'm gonna build. The plan was to use OpenBSD and a logical volume manager so that I could just throw all disks in a pool and easiy add more when I have more drives, but that is apparently something OpenBSD lack. Instead, I found that NetBSD has a port of the Linux LVM2 tools. Neat! But when it comes to redundancy I'm still a bit miffed. A probable general LVM question, but I don't know if the NetBSD port is 1:1.<br />
<br />
I can't setup a good redundacy with the drives I have currently — 6TB + 2x 1TB + 4TB. Is it possible to configure redundacy when I have the drives for it, or must this be done during initial LVM configuration?<br />
<br />
When I have multiple drives in a pool, which are the actual data written to. Are they all written to ala RAID0, or is only one drive in use until it's filled up? I presume this is configurable? I'm surprised I haven't found much on this, but it might just be a case where I don't know what to search for.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I go about sharing an external HDD between GNU/Linux, FreeBSD and OpenBSD?]]></title>
			<link>https://nixers.net/Thread-How-do-I-go-about-sharing-an-external-HDD-between-GNU-Linux-FreeBSD-and-OpenBSD</link>
			<pubDate>Wed, 16 Aug 2017 17:04:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1803">Nagase Iori</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-How-do-I-go-about-sharing-an-external-HDD-between-GNU-Linux-FreeBSD-and-OpenBSD</guid>
			<description><![CDATA[The external HDD is 1TB and it will mostly contain media.<br />
What file system would be best to use?<br />
The best one that comes to mind is ext2, since all three support it.<br />
Is using ext2 a good idea, because the HDD might contain some important stuff too, besides anime.<br />
Are there any better options?]]></description>
			<content:encoded><![CDATA[The external HDD is 1TB and it will mostly contain media.<br />
What file system would be best to use?<br />
The best one that comes to mind is ext2, since all three support it.<br />
Is using ext2 a good idea, because the HDD might contain some important stuff too, besides anime.<br />
Are there any better options?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FreeBSD on Dell E7250]]></title>
			<link>https://nixers.net/Thread-FreeBSD-on-Dell-E7250</link>
			<pubDate>Wed, 12 Apr 2017 23:03:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1613">robotchaos</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-FreeBSD-on-Dell-E7250</guid>
			<description><![CDATA[Dell E7250 running i5-5300U and HD Graphics 5500... i cannot get X to load without the scfb driver. intel and vesa both don't work. does anyone have this chipset, or anyone have any suggestions? i saw one fellow was able to load by adding his device id into the kernel, do i need to do something similar? i have tried 11-RELEASE, 11-STABLE, and 12-CURRENT.<br />
<br />
i loaded up trueOS to find out if that would load X alright, and it seemed to...<br />
<br />
please provide any tips. i also don't mind running scfb if i can change the blasted resolution. everytime i try<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>xrandr --mode 1366x768</code></div></div><br />
it tells me --mode must be used after --output and i can't find which output i am on]]></description>
			<content:encoded><![CDATA[Dell E7250 running i5-5300U and HD Graphics 5500... i cannot get X to load without the scfb driver. intel and vesa both don't work. does anyone have this chipset, or anyone have any suggestions? i saw one fellow was able to load by adding his device id into the kernel, do i need to do something similar? i have tried 11-RELEASE, 11-STABLE, and 12-CURRENT.<br />
<br />
i loaded up trueOS to find out if that would load X alright, and it seemed to...<br />
<br />
please provide any tips. i also don't mind running scfb if i can change the blasted resolution. everytime i try<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>xrandr --mode 1366x768</code></div></div><br />
it tells me --mode must be used after --output and i can't find which output i am on]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[BSD on my new laptop?]]></title>
			<link>https://nixers.net/Thread-BSD-on-my-new-laptop</link>
			<pubDate>Sun, 27 Nov 2016 00:09:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=233">berk</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-BSD-on-my-new-laptop</guid>
			<description><![CDATA[Hi guys! Haven't posted in here in a long time (years maybe?)<br />
<br />
I got a Lenovo y50-70. I know, I'm not part of the masterrace - but I had a few questions about hardware compatibility. Where can I read about supported features? I'd say WiFi and sleep/hibernation is essential.<br />
<br />
Thanks in advance]]></description>
			<content:encoded><![CDATA[Hi guys! Haven't posted in here in a long time (years maybe?)<br />
<br />
I got a Lenovo y50-70. I know, I'm not part of the masterrace - but I had a few questions about hardware compatibility. Where can I read about supported features? I'd say WiFi and sleep/hibernation is essential.<br />
<br />
Thanks in advance]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Statusbar with icons for spectrwm]]></title>
			<link>https://nixers.net/Thread-Statusbar-with-icons-for-spectrwm</link>
			<pubDate>Tue, 05 Jan 2016 14:08:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1001">nopc0de</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Statusbar-with-icons-for-spectrwm</guid>
			<description><![CDATA[Hey folks,<br />
<br />
Do any of you have a statusbar with icons working with spectrwm?<br />
<br />
I tried using spectrwm's status_bar with conky.<br />
I tried using conky | dzen2<br />
I tried using xmobar<br />
<br />
In none of those I can get icons working. I tried using the siji font and FontAwesome font.<br />
<br />
I can see all the siji fonts using xfd (both with the FontStruct format and xft format).<br />
xfd -fa siji = works<br />
xfd -fn -wuncon-siji-.. = works<br />
<br />
But my terminals and bars show white squares...<br />
<br />
If I set the font to siji on dzen2, I get icons but no text.<br />
Do I need to run multiple dzen2 instances? One for every icon? (That sounds terrible workaround).<br />
<br />
Thanks in advance]]></description>
			<content:encoded><![CDATA[Hey folks,<br />
<br />
Do any of you have a statusbar with icons working with spectrwm?<br />
<br />
I tried using spectrwm's status_bar with conky.<br />
I tried using conky | dzen2<br />
I tried using xmobar<br />
<br />
In none of those I can get icons working. I tried using the siji font and FontAwesome font.<br />
<br />
I can see all the siji fonts using xfd (both with the FontStruct format and xft format).<br />
xfd -fa siji = works<br />
xfd -fn -wuncon-siji-.. = works<br />
<br />
But my terminals and bars show white squares...<br />
<br />
If I set the font to siji on dzen2, I get icons but no text.<br />
Do I need to run multiple dzen2 instances? One for every icon? (That sounds terrible workaround).<br />
<br />
Thanks in advance]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[building lemonbar for openbsd]]></title>
			<link>https://nixers.net/Thread-building-lemonbar-for-openbsd</link>
			<pubDate>Sun, 27 Dec 2015 18:43:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1445">sth</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-building-lemonbar-for-openbsd</guid>
			<description><![CDATA[Has anyone successfully built lemonbar for OpenBSD? If so, what modifications to the Makefile did you have to make to get it to compile?]]></description>
			<content:encoded><![CDATA[Has anyone successfully built lemonbar for OpenBSD? If so, what modifications to the Makefile did you have to make to get it to compile?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Favorite Terminal Applications]]></title>
			<link>https://nixers.net/Thread-Favorite-Terminal-Applications</link>
			<pubDate>Thu, 05 Nov 2015 06:24:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=1414">bogachev</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Favorite-Terminal-Applications</guid>
			<description><![CDATA[Music / Video Streamer: mps / mpsyt<br />
File Manager: ranger<br />
IRC Client: weechat<br />
Terminal Emulator: rxvt-unicode<br />
System Monitor: htop <br />
Text Editor: vim<br />
Screenshot: scrot<br />
Torrent Client: transmission]]></description>
			<content:encoded><![CDATA[Music / Video Streamer: mps / mpsyt<br />
File Manager: ranger<br />
IRC Client: weechat<br />
Terminal Emulator: rxvt-unicode<br />
System Monitor: htop <br />
Text Editor: vim<br />
Screenshot: scrot<br />
Torrent Client: transmission]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[BSD Guru]]></title>
			<link>https://nixers.net/Thread-BSD-Guru</link>
			<pubDate>Thu, 03 Sep 2015 02:51:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=0">October</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-BSD-Guru</guid>
			<description><![CDATA[I recently discovered this place, <a href="http://bsdguru.in" target="_blank" rel="noopener" class="mycode_url">http://bsdguru.in</a>, which is basically a place to ask questions and BSD Gurus help you out with your problem. Thought maybe some of you would enjoy it.]]></description>
			<content:encoded><![CDATA[I recently discovered this place, <a href="http://bsdguru.in" target="_blank" rel="noopener" class="mycode_url">http://bsdguru.in</a>, which is basically a place to ask questions and BSD Gurus help you out with your problem. Thought maybe some of you would enjoy it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OpenBSD Native Hypervisor]]></title>
			<link>https://nixers.net/Thread-OpenBSD-Native-Hypervisor</link>
			<pubDate>Mon, 31 Aug 2015 21:08:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=242">apk</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-OpenBSD-Native-Hypervisor</guid>
			<description><![CDATA[Afternoon nixers,<br />
<br />
was on lobsters today when I saw <a href="http://marc.info/?l=openbsd-tech&amp;m=144104398132541&amp;w=2" target="_blank" rel="noopener" class="mycode_url">this</a>.<br />
<br />
I'm not intelligent enough to understand the number applications this software has, but I can kind of guess it to be intriguing. Almost unorthodox given OpenBSD's way of doing things. Nevertheless, I think OpenBSD's secure and consistent platform should bode well with virtualization software.]]></description>
			<content:encoded><![CDATA[Afternoon nixers,<br />
<br />
was on lobsters today when I saw <a href="http://marc.info/?l=openbsd-tech&amp;m=144104398132541&amp;w=2" target="_blank" rel="noopener" class="mycode_url">this</a>.<br />
<br />
I'm not intelligent enough to understand the number applications this software has, but I can kind of guess it to be intriguing. Almost unorthodox given OpenBSD's way of doing things. Nevertheless, I think OpenBSD's secure and consistent platform should bode well with virtualization software.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Which BSD do you use?]]></title>
			<link>https://nixers.net/Thread-Which-BSD-do-you-use</link>
			<pubDate>Mon, 24 Aug 2015 22:52:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=0">October</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Which-BSD-do-you-use</guid>
			<description><![CDATA[I recently started using OpenBSD and so far everything is great. Especially the support on my laptop. I love the fact that the devs of OpenBSD care about security/privacy, which is a big plus for me and others.]]></description>
			<content:encoded><![CDATA[I recently started using OpenBSD and so far everything is great. Especially the support on my laptop. I love the fact that the devs of OpenBSD care about security/privacy, which is a big plus for me and others.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Following OpenBSD-current]]></title>
			<link>https://nixers.net/Thread-Following-OpenBSD-current</link>
			<pubDate>Thu, 06 Aug 2015 22:34:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://nixers.net/member.php?action=profile&uid=242">apk</a>]]></dc:creator>
			<guid isPermaLink="false">https://nixers.net/Thread-Following-OpenBSD-current</guid>
			<description><![CDATA[Yo yo yo yo yo yo yooooooooooooooo nixers,<br />
<br />
Gotta question about following -current. Today I compiled the source tree and installed it on my machine (despite being told that is a bad idea by multiple sources) to understand the build process for OpenBSD and to generally refresh my brain (I am a returning user). Now, I am perfectly okay with using source and don't mind updating via source, but I was wondering if it is possible to do a binary upgrade from snapshots. Basically what I'm getting at is, even though I'm running a version I compiled, is it possible to go back to binary snaphots just by upgrading, or do I need to reinstall?<br />
<br />
Thanks guys]]></description>
			<content:encoded><![CDATA[Yo yo yo yo yo yo yooooooooooooooo nixers,<br />
<br />
Gotta question about following -current. Today I compiled the source tree and installed it on my machine (despite being told that is a bad idea by multiple sources) to understand the build process for OpenBSD and to generally refresh my brain (I am a returning user). Now, I am perfectly okay with using source and don't mind updating via source, but I was wondering if it is possible to do a binary upgrade from snapshots. Basically what I'm getting at is, even though I'm running a version I compiled, is it possible to go back to binary snaphots just by upgrading, or do I need to reinstall?<br />
<br />
Thanks guys]]></content:encoded>
		</item>
	</channel>
</rss>