curbstickle

joined 8 months ago
[–] [email protected] 1 points 4 hours ago

Oh he is not a good author by any stretch. The sci-fi equivalent of eating sugar - technically reading, has that fun sci-fi bits, but nothing of real value underneath.

C.S. Friedman is a highly undervalued SciFi/Fantasy writer IMO, I think she played in a lot of the same themes as Hubbard but with way better writing and much more interesting stories.

Hubbard was good at churn and rock solid as a swindler, and Mission Earth IMO was just him throwing his last "screw you"s to the people he conned.

A stupid but moderately entertaining read, with insane alien sex scenes, mostly from the perspective of a (I swear I'm not joking) small dicked trickster alien who keeps screwing up his own plans. I think its Hubbard's self insert.

I wouldn't bother with it though.

[–] [email protected] 1 points 4 hours ago (2 children)

Ohhh.... No, not battlefield earth.

Mission Earth. 10 book series.

[–] [email protected] 1 points 5 hours ago* (last edited 5 hours ago) (4 children)

The sheer number of different religions and the general talk about any religion, as well as the laughter at the idea of a god other than power, would have me disagree on that.

But that's the fun thing about books - everyone gets their own interpretation of the message!

[–] [email protected] 1 points 7 hours ago (6 children)

There are parts of it where he explicitly has the aliens talking about how stupid humans are for following dumbass religions, and how easily religious leaders - of any religion - can be bribed with power, money, and sex.

Its definitely not in support of any religion

[–] [email protected] 1 points 8 hours ago (8 children)

Eh, maybe early on. Scientology was founded in the 50s, the Mission Earth series that made fun of religion and the people who followed it blindly was in the 80s just before he died, so I don't think he bought into his own bs. I think that was him saying "You schmucks will still follow this crap after I die".

[–] [email protected] 2 points 11 hours ago (10 children)

I don't believe in the slightest he though he created a novel approach to psychology.

He has other books he's written where, plain as day, he points out the absurdity of religion and people following it. He put out a sci-fi book as a self help book because he thought it was funny and would make more money. He then made it a religion because he knew people were easily manipulated.

I am basing this on other things i've read from him, such as the Mission Earth series. I don't believe in the slightest that he believed in any of it, from the junk science on up.

[–] [email protected] 1 points 2 days ago* (last edited 2 days ago)

Was that the file transfer allowed for remote code execution one? That'd be the one that sticks out to me. 3 or 4 years ago iirc?

Edit: CVE-2021-27649 is the one that came to mind, not sure if that's the one you're referring to.

[–] [email protected] 1 points 1 week ago (1 children)

You were responding to me, and I most definitely didn't equate the two. Maybe you meant to respond to someone else.

In any case, you can route between vlans (and subnets), but without a route you aren't communicating between those vlans or.between subnets.

Also, you can have multiple subnets in a vlan, but you can't have a single subnet across vlans.

The range (x.x.10.x and x.x.20.x from your example) is only the subnet side, you could have both of those subnets in one vlan. But you could not, for example, have x.x.10.x/24 exist in vlan 10 and vlan 20.

[–] [email protected] 15 points 2 weeks ago* (last edited 2 weeks ago)

Just to have a straightforward reply....

Let's start with the concept piece, which you dont need to explicitly follow, but is a decent ref. You dont need to use this explicitly, this is more about how far/close to enterprise you want, whether its for fun, for practice, whatever. From an enterprise perspective, you'll typically have:

  • Management - The only things that belongs here are network devices. Router, switches, etc, but notably not servers. This also - from just a general security perspective - should not be the default network, the vlan you get an IP from ifz you randomly connect to a port. In the enterprise, this is so people dont see the vlan switches are on, at home its just... Good practice at best.
  • Services - servers you trust go here. Ones that are providing local services, not accessed by the outside (except via VPN). This could be auth services, a wiki, automation tools - proxmox servers, as an example, would go here. You may also put a jump service here - a single VM with access to management and logging, so that this becomes the only logical means of access (and a physical on the router or a locked up switch for example)
  • Workstations - trusted user accessible devices would go here. Your desktop, laptop, etc go here. If an ssid is associated to this network, its typically hidden.
  • IoT (no internet) - IoT devices you dont fully trust (as in, pretty much any IoT device) will get put into a VLAN without internet access. Prevents them from phoning home, usually these are closed off devices. Again, not a requirement for home use, but for personal privacy not a bad choice. This became a problem more recently in the enterprise with people buying more consumer-ish stuff at the direction of someone in C Suite who wants their office to behave like their home office. Also put your TV here. Seriously, don't give smart tvs internet access. Block them and plug in a Linux box or something.
  • Guest - Where everyone else goes, a guest vlan with internet only access. Ideally they will each get NATd and can't see each other either. If you want these guests to be able to cast/airplay/etc though, you also would want/have:
  • Media Services VLAN - this is where you would have a Chromecast, AppleTV, mersive solstice pod, airparrot, crestron air media, etc. So your receiving device lives here, in the one vlan you allow some bonjour, and allow men's forwarding from workstation and guest to both hit this network (and its devices). Security risk. Manageable, but a risk.

There are MANY variations and unique versions of this. This is more or less a typical enterprise with we home media uses mixed in.

Now for structure purposes, you basically would have:

  • Management is inaccessible by anything not a switch, with the exception of that one locked down physical port and maybe that jump VM.
  • Each VLAN has its own gateway, each gateway is also NTP and DNS. You then have the upstream DNS provider be your pihole (or technitium, or pihole container, etc - I have 3 that I use so something is always up. DNS is not priority ordering, diff conversation, but having multiple is a good idea. Now your devices get their DNS from the gateway IP, and that gets it from your pihole, so you dont need to expose your pihole to those devices directly
  • guest has access to NOTHING. Just internet. Maybe the media services if you're into that sort of thing.
  • IoT can be accessed from other vlans, but should have access to nothing else. As in, initiated from outside (workstation, services, etc) passes, initiated.from inside (a roomba) you block.
  • the rest generally doesn't need too much security, its more device management - workstation, servers, etc.

OK so there are the generics, let's go back to yours.

192.168.1.x - sounds like default to me. Risky to use for proxmox and network management on a vlan generic endpoints will land in. If you have a different one for default - great! Ignore this. If its management, id move Proxmox into 200 instead.

192.168.100.x - solid choice to group up your externally facing riskier stuff and funnel it all through one connection. I'd make sure when that connection goes down everything else loses connectivity - confirm that kill switch works. Bind their network interfaces to the virtual network that goes to your VPN connection (I'm assuming a docker container here).

192.168.200.x - yup, logical group, makes sense to do. I'd probably put your hypervisor here.

Now LXC vs Docker.... I'd call that mostly preference. I prefer LXC. I also keep things at a stable version and upgrade when needed, not automatically. If you want automated, your best bet is docker. If you want rock stable, and d9nt mind.manual updates, LXC is great. You can automate some with ansible and the like, but that can be a lot to set up for minimal need. YMMV.

Anything I build from source (honestly, most of what I do) I put in an LXC. Anything I take someone else's image (rare, but happens), is docker. I have a local git repo I keep synced to projects on codeberg, github, and the like, so my setups are all set to build from that local repo. Makes sure I've got the latest if something is taken down, but also a local spot to make changes, test, etc for anything I may push back upstream.

Hope that helps!

Edit: Forgot to talk security!

OK first off, figure out your threat model. Where would threats come from? How serious would they be? What risks are worth taking, which are not?

Security is an ogre (onion) - its got layers. For example, I have zero concern with region blocking. No one is hitting my network from China, so I'm not allowing some random to try and get in.

What I am concerned about is user credentialing for access - one login for all services, MFA is hard required, and I don't do text/email as MFA - that's baby town frolics levels of security, I don't like it.

Best way to think of it is a row of bikes. A thief is going to come by and steal one. Which one will they go for?

Do you need to have 7 bike locks and encase the whole thing in concrete? Or do you need to be enough of a pain in the ass (u lock, braided steel cable or chain looped through the wheel and frame) that the other bike (with a $5 cable lock you can pop open with a bic pen).

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

Take a networking class. You have numerous fundamental misunderstandings and make wild assumptions on bridging gaps that has specific requirements to occur, which also requires a complete lack of any other security methods.

Take a networking class, please. You need it.

Edit: You're mad and still down voting, I want to point out you dont even understand the link you provided.

You should probably read that. But looooooong before then, you should take an actual class on networking.

You need it.

[–] [email protected] 1 points 2 weeks ago (2 children)

Take a networking class instead of spewing nonsense please.

[–] [email protected] 1 points 2 weeks ago (4 children)

HOW WOULD YOU GET SHELL ACCESS TO HIS ROUTER FROM A FIREWALLED OFF VLAN THAT DOES NOT GAIN ACCESS TO THE MANAGEMENT VLAN THE ROUTER IS ON.

Holy crap dude.

BASIC networking.

17
eBook Library Structure (lemmy.dbzer0.com)
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

TL;DR: How do you sort your books for your book server?


I'm thinking of reworking my eBook/comic/etc library, and I'm curious how other people structure things.

I don't want to separate fiction out by genre or anything since some can fit multiple genres, so I'm leaning towards Dewey decimal system categories personally.

I'm also planning a bit ahead since my daughter is now starting to read more than sight words books, so I'm thinking of separating kids fiction and adult fiction.

I also currently have a section for comics, manga, and LNs. Those are separated mostly for who goes to what, and what they do/don't want to read. So my library right now (plus the kids section) will look like:

  • Kids Fiction
  • Adult Fiction
  • Comics
  • Manga
  • Light/Web Novels
  • Non-Fiction

Simple for navigation, and searchable, but maybe not the best for browsing. So I was thinking maybe the Dewey categories:

  • Computer Science, Knowledge, and Systems
  • Philosophy & Psychology
  • Social Sciences
  • Language
  • Science
  • Technology
  • Arts
  • Adult Fiction
  • Kids Fiction
  • History/Geography

Nicely browsable, but some of those sections will be really light on books.

What method of sorting do you use? Any librarians out there with thoughts on better approaches than the Dewey decimal system?

EDIT: I really like what @[email protected] mentioned, which I've currently adapted to:

  • Instructional (How-to, manuals, gardening, etc)
  • Tech (Electronics reference materials, programming reference books, etc).
  • Equine (all my wife's horse stuff)
  • Kids Fiction
  • Kids Non-Fiction (I've got some geography books and such my daughter likes, I'm sure it will expand over time)
  • Adult Fiction
  • Adult Non-Fiction
  • Comics
  • Manga
  • LN/WN

I can easily allow the kids accounts to have access to the Kids section, not include the comics/manga/tech my wife has no interest in, etc.

view more: next ›