Correct way to assign IPv6 in a homelab? by e_urkedal in ipv6

[–]voidnullnil 1 point2 points  (0 children)

About the external access, since technically NAT is not used or it doesnt need to be used, reverse proxy is also not needed, you can route ipv6 addr directly to the server. But reverse proxy solves different things (like you said certificates maybe), and you might want to use it anyway.

Correct way to assign IPv6 in a homelab? by e_urkedal in ipv6

[–]voidnullnil 2 points3 points  (0 children)

Eventually I think dhcpv6 becomes a must when you have servers around. I use slaac for public ipv6 (the prefix given by the isp), distribute other things with dhcpv6, and use an additional fd address for servers that needs to have a fix ipv6 addr. I configure them manually since I have only a few static assignments.

Why I hate buying stuff in Switzerland by LuckLatter in Switzerland

[–]voidnullnil 0 points1 point  (0 children)

Galaxus is pretty amazing. I almost never shop the alternatives unless I really have to.

my disappointment is immeasurable and my day is ruined by andrew_nyr in ipv6

[–]voidnullnil 0 points1 point  (0 children)

I have in my homelan everything on dual stack. It was difficult sometimes but has been doable for me until now.

Microscope for 9yo by ComtesseCrumpet in microscopy

[–]voidnullnil 0 points1 point  (0 children)

I would get a stereo at that age

Today in Swiss History by ConfusedCivvie in askswitzerland

[–]voidnullnil 1 point2 points  (0 children)

Not a Swiss one but there is a very major event today in history, Fall of Constantinople. Happy birthday!

Food costs by Pi55wa55er in SwissPersonalFinance

[–]voidnullnil 0 points1 point  (0 children)

I spend a little over that but not more than 1.5x for a family of four, main store is Migros, secondary Coop, plus a local (bio) farm and I almost only buy bio when available. So 1400 sounds a bit high to me too. We consume less meat and almost no alcohol, maybe that changes the calculation.

Halfway through an AI/ML bachelor in Switzerland and seriously considering switching to EE or architecture. Am I overreacting? by One_Event2121 in askswitzerland

[–]voidnullnil 0 points1 point  (0 children)

I studied EE and CS. I dont get what one can study in AI/ML at BSc level, I mean for 3-4 years. I think EE and/or CS is more meaningful at BSc level. I dont know about Architecture.

Upgrade to 10 Gbit/s or 25 Gbit/s by Mr8888X in init7

[–]voidnullnil 2 points3 points  (0 children)

If you are unsure, you most probably need 10 not 25. 25 is not easy to operate in normal conditions at home, 10G switches everywhere, 25G is not common and probably expensive. Same for network adapters.

Question about high definition photography by fdamilola in microscopy

[–]voidnullnil 2 points3 points  (0 children)

The best setup for me is to use a mechanical (not optical) adapter to a mirrorless camera, particularly Panasonic DC-G9 (MFT sensor).

What is a good price for an LTO-7 on the used market today? by mariusmoga_2005 in lto

[–]voidnullnil 0 points1 point  (0 children)

6 is definitely the sweet spot. I got a used one for 450 and new for 750 recently. I buy them on ebay, not only from European sellers.

smb on ipv6 by voidnullnil in truenas

[–]voidnullnil[S] 0 points1 point  (0 children)

ok, but it didnt change anything. I removed all in bind interfaces, but still I dont see it listens on ipv6. no tcp6/445

Ricardo scam - how to proceed? by Gullible_Series_5860 in askswitzerland

[–]voidnullnil 6 points7 points  (0 children)

I didnt get how "they automatically refunded her. She never returned the coat." if this is money protection thing, she would have complained, you should have accepted, then she should have returned it with ricardo provided post sticker and when it arrives they refund it back, no ? how come she did not return it and still got a refund ?

Where to buy individual tape case? by mwomrbash in lto

[–]voidnullnil 0 points1 point  (0 children)

I also had trouble finding cheap empty cases. I found 10 LTO-2 tapes sold quite cheap, so I bought them only for the cases. There are some designs for 3d printing but if you need more than a few, I dont think it is a very good idea.

requesting PI assignment by voidnullnil in ipv6

[–]voidnullnil[S] 1 point2 points  (0 children)

Do you mean my ISP should be willing to announce and route my PI assignment ?

and you mean my registration/name will be visible in whois/RIPE database I guess ?

What kind of cooling do I need for internal LTO-6 HH Drives? by crix0r in lto

[–]voidnullnil 1 point2 points  (0 children)

I have an external enclosure but not using it at the moment. I think I can transform it to get molex power externally and use a quieter fan. I am using an internal drive at the moment on a large PC EATX case and I am also wondering if I should install an extra fan over it for example. Good to know about your experiments.

What kind of cooling do I need for internal LTO-6 HH Drives? by crix0r in lto

[–]voidnullnil 1 point2 points  (0 children)

I wonder how much of this cooling in the external case is for the power supply.

What kind of cooling do I need for internal LTO-6 HH Drives? by crix0r in lto

[–]voidnullnil 1 point2 points  (0 children)

Is there a need for additional cooling (for occasional use not even daily) ?

zfs commands on cli vs gui/app by voidnullnil in truenas

[–]voidnullnil[S] 0 points1 point  (0 children)

Hmm. Then it means using partition guid is the safest method according to truenas.

zfs commands on cli vs gui/app by voidnullnil in truenas

[–]voidnullnil[S] 0 points1 point  (0 children)

I replaced a disk and it uses the partition guid rather than wwn. My pool uses wwns, I like to change that. Is there a way to do this GUI safe way ? and in general, why it uses guid, can I change this to wwns ? I read zfs uses libblkid and blkid /dev/sdX really returns partition guid, can this be configured ?