You are not logged in.
I'm an LXDE user; I'm mainly here for the community, which in my opinion is far more awesome than either #! or BL. Whether LXDE itself is more awesome than BL is a horse race though, and I've applied a few of the #!/BL twerks tweaks to my lxde-rc.xml.
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
"Selfless hobby" works for me to describe them. They are a great bunch of guys that I have a lot of respect for. One DEV doesn't even use Linux for his daily OS - Free BSD I believe, and he's as much as said so around the forums, so I'm hot giving away secrets. Another uses ARCH, if your care to go searching. And more. These are the BunsenLabs Dev team you owe a thank you to for this great distro. And hhh, I think he deserves a special mention - he taught himself how to make live ISOs so you have a BunsenLabs ISO to put on a DVD, USB stick - and a CD sized one as well.
So yea, you called it right, Eraph, 'selfless hobby' fits like a glove for the devs here whether they use Bunsen or not because BunsenLabs is a team effort.
Me, I'm a Bunsen user and on the dev team, but I'm just along for the ride as an ex-#! mod, I can't program a thing. I still have #! "Wheezy" running here. That's #! Waldorf without the #! repos, now classified as Debian Old Stable. All other distros I had are gone. Wiped out the last three not long ago freeing up 155GB on my HDD.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
I usually prefer a tiling window manager of some sort for my desktop but I don't think such an environment is fit for general consumption [1]
In case anybody is interested, my daily driver at the moment is:
empty@alpine ~ % cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.3.3
PRETTY_NAME="Alpine Linux v3.3"
HOME_URL="http://alpinelinux.org"
BUG_REPORT_URL="http://bugs.alpinelinux.org"
Anyway, I have always considered BunsenLabs to be a gateway distribution leading the user gently away from the mollycoddling, abstracted, GUI configuration tools offered by the main desktops and towards a purer, more UNIX-like experience 8)
Such a thing is surely worth tending
Offline
BL is my main distro...
If we hadn't produced Bunsenlabs I would be running a Debian netinstall with Openbox, with #! scripts brought up-to-date...
So actually Bunsenlabs is my perfect distro (especially with a window snapping script)!
This was why I started using #! and why I'm here now. Debian(originally Ubuntu)+openbox was what I was aiming for, and Philip saved me the trouble of tweaking it all nicely, and did a better job on the graphics than I could have.
#!'s tweakability was another draw, and of course my BL has been altered a bit from the default. I'm not sure if it's OK to even mention this kind of thing here, but I like to just throw files on the desktop to deal with when I get round to it (just like real life), so use xfdesktop4. I also use an auto-regenerating menu. I'm just too lazy to edit menu.xml every time I install something.
Now I've said it. Don't be too hard on me. :8
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
#!'s tweakability was another draw, and of course my BL has been altered a bit from the default.
And that's the key John. #!/Bunsen tweakability. Mine certainly isn't an OOTB Bunsen, but it is still Bunsen.
Now IF someone did a weekly podcast on Bunsen that should be one of the main points brought up.
Anyway, I have always considered BunsenLabs to be a gateway distribution leading the user gently away from the mollycoddling, abstracted, GUI configuration tools offered by the main desktops and towards a purer, more UNIX-like experience 8)
Such a thing is surely worth tending
And I could have sworn you were the BSD guy. {pop} goes that bubble. Doesn't matter you're still our walking, talking, living, breathing encyclopedia of Linux answers. You , damo and xaos52 seem to be 'everywhere' answering everything. At least I see the three of you three more often then some of the others.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
NOTE to self.... "People are noticing, so Get a Life" ]:D
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
life has many facets.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
And I could have sworn you were the BSD guy.
I was using OpenBSD but I had problems with iwn(4) and I didn't have time to debug it properly
Alpine Linux is very similar to OpenBSD in respect of basic system administration and it's a lot faster as well, though less secure.
Offline
Sector11 wrote:And I could have sworn you were the BSD guy.
I was using OpenBSD but I had problems with iwn(4) and I didn't have time to debug it properly
Alpine Linux is very similar to OpenBSD in respect of basic system administration and it's a lot faster as well, though less secure.
Date: Thu, 5 May 2016 11:09:27 +0200
To: Boris Rieken <boris.rieken@outlook.com>
Cc: misc@openbsd.org
User-Agent: Mutt/1.5.24 (2015-08-30)
From: Stefan Sperling <stsp@stsp.name>
Subject: Re: iwi and rsu driver not working in 5.9You need this commit to fix iwi on 5.9.
Not sure about rsu(4) but perhaps this will fix it, too./usr/src/sys/net80211/ieee80211_node.c
----------------------------
revision 1.100
date: 2016/03/03 07:20:45; author: gerhard; state: Exp; lines: +3 -1; commitid:
+t8jeYaoxQko1CuFD;
Restore assignment of ic_curmode that was accidentally removed when
moving the ERP code to post-assoc phase. Fixes iwi(4) fatal firmware
errors.ok stsp@, sobrado@
----------------------------Index: ieee80211_node.c
===================================================================
RCS file: /cvs/src/sys/net80211/ieee80211_node.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -p -r1.99 -r1.100
--- ieee80211_node.c 25 Jan 2016 15:14:22 -0000 1.99
+++ ieee80211_node.c 3 Mar 2016 07:20:45 -0000 1.100
@@ -630,6 +630,8 @@ ieee80211_end_scan(struct ifnet *ifp)
goto notfound;
(*ic->ic_node_copy)(ic, ic->ic_bss, selbs);
ni = ic->ic_bss;
+
+ ic->ic_curmode = ieee80211_chan2mode(ic, ni->ni_chan);if (ic->ic_flags & IEEE80211_F_RSNON)
ieee80211_choose_rsnparams(ic);
Offline
@nobody -- isn't that for the iwi(4) driver?
My device uses iwn(4)
EDIT: Also, I was using -current for some months after that commit date so I should have already had that patch.
Thanks anyway though
Offline
Sector11 wrote:And I could have sworn you were the BSD guy.
I was using OpenBSD but I had problems with iwn(4) and I didn't have time to debug it properly
Alpine Linux is very similar to OpenBSD in respect of basic system administration and it's a lot faster as well, though less secure.
OH OK, so I wasn't wrong.
I see on the Alpine Linux page:
About
Alpine Linux is an independent, non-commercial, general purpose Linux distribution designed for power users and is way above Sector11's level, who appreciate security, simplicity and resource efficiency.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
I see on the Alpine Linux page:
About
Alpine Linux is an independent, non-commercial, general purpose Linux distribution designed for power users and is way above Sector11's level, who appreciate security, simplicity and resource efficiency.
![]()
Lol, Don't worry Sector11, I see a very similar message catered to "Horizon_Brave" in every Man Page and IT book I read!
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
^
We must be cousins.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Truth...all truth. http://s20.postimg.org/s50shye2x/The_Beard_1.jpg
My God, you're a handsome man. Or is it all jacked up from the nose upwards?
hhh wrote:I'm going to go ahead
Lol, nice.
I don't care what you do at home. Would you care to explain?
Offline
Offline
^ Trust me, all jhacked up ... have a sip for me.
Last edited by Sector11 (2016-05-06 02:05:04)
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
For you? I'm going to the bar.
Weird, right now there's a rendering artifact in the j of "jhacked" [sic]. 8o
I don't care what you do at home. Would you care to explain?
Offline
^ because you said:
My God, you're a handsome man. Or is it all jacked up from the nose upwards?
jacked - I wanted to say hacked up so I stroked out the j
Did show my mug cuz that's just it: A mug.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
At some point several posts ago, this became a Spider-Man thread. Therefore:
My douche face. Prost!
https://cdn.scrot.moe/images/2016/05/06/IMG_20160430_17044190d06.jpg
Full-size for effect, sorry for no thumbnail.
I like how your elbow is in focus. What kind of potato was used to take that?
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
I like how your elbow is in focus.
What kind of potato was used to take that?
I think her name was Meg.
I don't care what you do at home. Would you care to explain?
Offline