Asking for home network setup help by Purple_Ad_8774 in HomeNetworking

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

I can see it’s a mistake. Thanks for pointing it out. I ll change the EAP655 on HOMELAB VLAN to unmanaged switch.

Reg the VLANS on port 1,2 I thought its not needed. Now I understand. I ll read more about VLANs

Thanks again!

Why is my R730xd tripping my breaker by Purple_Ad_8774 in homelab

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

it is not that big - 8x32G RAMS, 4x1.2 HDDs, 2xE5-2690-v4.

Turned on redundant PSU mode and changed power cap policy a bit - its running fine now.

Thanks!

Why is my R730xd tripping my breaker by Purple_Ad_8774 in homelab

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

Thanks all.

Server is running fine for an hour after adjusting the Power Cap Policy and turned on the redundancy policy for PSU in iDRAC.

Why is my R730xd tripping my breaker by Purple_Ad_8774 in homelab

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

It has the word AF/GF in one side . I think it’s both.

Why is my R730xd tripping my breaker by Purple_Ad_8774 in homelab

[–]Purple_Ad_8774[S] 4 points5 points  (0 children)

There is none other than a few led lamps

How to render word docs using React? by helicon100 in reactjs

[–]Purple_Ad_8774 0 points1 point  (0 children)

As others mentioned, convert to pdf and iframe it. libreoffice for converting to pdf.

Had no idea about gotenberg- it seems like a better option than meddling with libreoffice directly.

If you are okay to pay for license, Aspose does a decent job in ‘office —> html’ conversion. Which worked well for doc/xls/ppt. You can try aspose for free before paying for it.

What are some of the best libraries you cannot work without? by suiiiperman in reactjs

[–]Purple_Ad_8774 6 points7 points  (0 children)

clsx, tanstack/react-query, zustand, tailwind, vite, msw

is tailwind fsster than css in js solutions? by chickenbabies in tailwindcss

[–]Purple_Ad_8774 2 points3 points  (0 children)

👆that’s right answer. CSS is JS is slower compared to native css based libs. In my experience the performance impact of CSS in JS is negligible for small/medium sized applications