cablepick

joined 1 year ago
[–] cablepick@lemmy.cablepick.net 5 points 1 year ago* (last edited 1 year ago) (1 children)
[–] cablepick@lemmy.cablepick.net 5 points 1 year ago (4 children)

From google images it looks like this PSU has an IEC C20 male connector on it meaning you would need an IEC C19 end on your cable. C19/20 is a higher amperage version of C13/14 which is what could be considered standard on a normal consumer PSU. Google C19 to whatever plug your 220v outlet needs and you should find the appropriate cable.

[–] cablepick@lemmy.cablepick.net 0 points 1 year ago (1 children)

I've found the solution to this problem is to not have friends.

Oh no I hope i can get a refund.

[–] cablepick@lemmy.cablepick.net 2 points 1 year ago* (last edited 1 year ago)

The lemmy user in the database needs superuser privilages. Add superuser to the lemmy account, drop the database, and then recreate it.

sudo -iu postgres psql -c "ALTER USER lemmy WITH SUPERUSER;"
sudo -iu postgres psql -c "DROP DATABASE lemmy;"
sudo -iu postgres psql -c "CREATE DATABASE lemmy WITH OWNER lemmy;"

Edit: they may have fixed this but I'm not sure what version it's in. Let me know if that doesn't work. https://github.com/LemmyNet/lemmy/pull/3002

[–] cablepick@lemmy.cablepick.net 1 points 1 year ago (1 children)

It allows for different hashes on the front end so individual users can still delete their upload. The sled database maps front end to back end hashes. At least this is what I read from the developer in their matrix chat room.

[–] cablepick@lemmy.cablepick.net 1 points 1 year ago (1 children)

If you use a local postfix relay it should queue messages and retry to send on failures.

[–] cablepick@lemmy.cablepick.net 0 points 1 year ago (3 children)

Pict-rs uses a database to match the uri hash to the file name on disk or object store. This allows for deduplication. It always needs to sit between storage and requests. I have my instance setup to use a separate CDN domain and caching servers to reduce load in my instance. One day soon I hope to get a write done on how to do it.

Scroll down to do a complete reload doesnt work on my iphone but other than that it's great.

I think that’s the websocket connection that they are working on removing in the next version. Should make the loading issues on mobile go away.

[–] cablepick@lemmy.cablepick.net 2 points 1 year ago (1 children)

Nice! All my servers are 10gbe and at one point were 40gbe. I've had no issues but i also use bridge interfaces and not hardware pass-through for opnsense. I have ran opnsense with hardware pass-through or native in the past and had no issues. Both pfSense and opnsense are bsd based and anything working in one should work in the other.

My next step is to replace my brocade 6610 with a Mikrotik to further reduce power. I listed my full specs here: https://lemmy.cablepick.net/comment/62260

view more: next ›