I’ve been doing things the wrong way for a long time and now it’s time to pass my incompetence onto others.
- 0 Posts
- 71 Comments
cablepick@lemmy.cablepick.netto
Selfhosted@lemmy.world•I have a 220 volt outlet, my PSU supports 115-240v, but the plug is only a standard 120v plug. How doninokug it in?English
5·3 年前Appliance connectors: https://en.wikipedia.org/wiki/IEC_60320
North American connectors: https://en.wikipedia.org/wiki/NEMA_connector
Worldwide industrial connectors: https://en.wikipedia.org/wiki/IEC_60309
Worldwide standard connectors: https://en.wikipedia.org/wiki/AC_power_plugs_and_sockets
cablepick@lemmy.cablepick.netto
Selfhosted@lemmy.world•I have a 220 volt outlet, my PSU supports 115-240v, but the plug is only a standard 120v plug. How doninokug it in?English
5·3 年前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.
I’ve found the solution to this problem is to not have friends.
cablepick@lemmy.cablepick.netto
World News@lemmy.ml•Owner of the submersible that imploded during Titanic dive suspends operationsEnglish
61·3 年前Oh no I hope i can get a refund.
cablepick@lemmy.cablepick.nettoLemmy Support@lemmy.ml•DB Migration Errors - Installing from scratch (manual)English
2·3 年前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.netto
Selfhosted@lemmy.world•Pro-tip: Self-hosting Lemmy? You can use object storage to back pict-rs (image hosting) to save a lot of moneyEnglish
1·3 年前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.nettoLemmy Support@lemmy.ml•Accounts blackholed when instance email is not working
1·3 年前If you use a local postfix relay it should queue messages and retry to send on failures.
cablepick@lemmy.cablepick.netto
Selfhosted@lemmy.world•Pro-tip: Self-hosting Lemmy? You can use object storage to back pict-rs (image hosting) to save a lot of moneyEnglish
0·3 年前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.
cablepick@lemmy.cablepick.netto
Technology@beehaw.org•Maybe a controversial opinion, but Lemmy is pretty great as a PWAEnglish
1·3 年前Scroll down to do a complete reload doesnt work on my iphone but other than that it’s great.
cablepick@lemmy.cablepick.netto
Meta (slrpnk.net)@slrpnk.net•Is the metadata from pics wiped automatically here like mainstream social media?English
6·3 年前I tested images with the default setup for pict-rs and it removed all exit data. Having said that you should test the instance your using with sample pictures and check for yourself. It’s possible to disable that feature if an operator really wants it on.
cablepick@lemmy.cablepick.netto
Lemmy.World Announcements@lemmy.world•An attempt to make Lemmy look betterEnglish
3·3 年前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.
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
cablepick@lemmy.cablepick.netto
Chat@beehaw.org•People who raised their kids without exposing them far too much to smartphones, tablets and modern tech, how did you do it? Were there any challenges involved?English
4·3 年前It’s tough because you don’t want them to be technically inept in this day and age. There is also peer pressure amongst friends and a certain social status that for better or worse matters to them.
It’s a balance between unrestricted access and a reasonable amount. We keep them busy enough that it’s never a question. They really only come out on long car rides and trips. We don’t use them in the home at all.
Very rarely at a restaurant, only when it’s large family affair at a place we won’t normally go. I used to judge people throwing screens in front of kids at restaurants but let me tell you it’s better than chasing them around. They get a treat, the screen, for behaving and I get to enjoy a nice meal.
cablepick@lemmy.cablepick.netto
Lemmy.World Announcements@lemmy.world•Update from Lemmy after the Reddit blackout (From the Lemmy Developer)English
25·3 年前I’ve never paid Reddit a dime but I’m going to signup for at least whatever gold costs. Fuck spez.
cablepick@lemmy.cablepick.netto
Selfhosted@lemmy.world•Self hosting lemmy: does it support subpath URLs?English
6·3 年前It won’t work well. Other instances make assumptions about paths as it’s standardized. For example they don’t store the full pictrs path, just the ID. It’s assumed the path is /pictrs/image. You would have to set 301 redirects. Other instances may link directly to your root uri when making links back to you. The api requests are also likely going to your root uri.
The front end can do whatever you want. Just change the paths typescript files before you compile as those also use root urls.
I have my instance setup to use a CDN and separate URL for all static content including pictrs. I have a script that modifies the front end while compiling to accomplish this. I use 301 redirects to fix all the assumed paths and requests from other instances.
Proxmox and shell scripts. I have everything automated from base install to updates.
All the VMs are Debian which install with a custom seed file. Each VM has a config script that will completely setup all users, ip tables, software, mounts, etc. SSL certs are updated on one machine with acme.sh and then pushed out as necessary.
One of these days I’ll get into docker but half the fun is making it all work. I need some time to properly set it up and learn how to configure it securely.
cablepick@lemmy.cablepick.netto
Selfhosted@lemmy.world•"outsource" email from my self hosted shenanigansEnglish
5·3 年前I picked up a black friday deal from mxroute for $15/year. Unlimited domains and 300 email/hour. I have it setup as the relay for my internal postfix/dovecot setup. It also hosts one email account so if I mess up my own configuration I can still do email.
Looks like their current deal is a $5/year for 1 domain https://account.mxroute.com/order/micro You could still set that one domain up as a relay.
cablepick@lemmy.cablepick.netto
Selfhosted@lemmy.world•Gandi announced a price increase and discontinuation of free mailboxesEnglish
2·3 年前I use namesilo. I moved there before they sold in 2018 and I haven’t found a reason to leave despite the changes. It still does everything I need and pricing is good enough.
I’m on cloud flare now so that’s probably where I’ll go if I’m ever bothered to move


:wq!