home.social

Search

1000 results for “990000”

  1. 4. Calendar setup is also a little disorienting as you need to create a separate App Password and use CalDAV and create a new account, which is separate from the Mail app. This also works smoothly as soon you do it correctly.

    #DeGoogle #MailboxOrg

  2. 2. I got tripped up adding the "SecurityCode" TXT DNS record due to the "IN TXT" part that's mentioned in the instructions, but is not actually needed. I only needed the subsequent text string that comes after "IN TXT". I ended up waiting a few hours, thinking DNS had to propagate to Germany, only to realize that it's near instant when you do it correctly. I found out by creating and testing a different alias using a domain that I'm not using for email at all.

    #DeGoogle #MailboxOrg

  3. So I'm starting to migrate from Google Workspace (to Mailbox.org) and there are just some small hiccups, but so far it's generally ok. Some observations:

    1. Setting up the custom domain email address is a bit disorienting, mainly because you can't sign up directly using your custom domain and have to create an alias from within the initial mail account. But I guess that's never NOT confusing no matter where you go.

    #DeGoogle #MailboxOrg

  4. A friend of mine made a mixtape back in 2010 with a great Doxa Sinistra track and I just looked the band up and it turned up this album with some other interesting stuff (released only in 2017):

    Close To The Noise Floor Presents... Noise Reduction System (Formative European Electronica 1974-1984)

    #ElectronicMusic #DoxaSinistra

  5. I think I’m switching back to Sublime Text from VS Code lol

    #WebDev

  6. Wtf man! Why is corespotlightd choking my machine? This is an Apple chip already and it's still choking.

    #MacOS #Apple

  7. So I realized the PHP OPcache size was set to 512 Mb on the server where I have 2 WordPress sites running (dev and production) and it was using up too much memory, reaching upwards of 75%. CPU use is very low and it only has 1 Gb memory to keep hosting fees low. I wonder if it's ok to set OPcache to 128 and if it might lower memory use, or does that not make sense?

    #PHP #OPCache

  8. So I realized the PHP OPcache size was set to 512 Mb on the server where I have 2 WordPress sites running (dev and production) and it was using up too much memory, reaching upwards of 75%. CPU use is very low and it only has 1 Gb memory to keep hosting fees low. I wonder if it's ok to set OPcache to 128 and if it might lower memory use, or does that not make sense?

  9. So I realized the PHP OPcache size was set to 512 Mb on the server where I have 2 WordPress sites running (dev and production) and it was using up too much memory, reaching upwards of 75%. CPU use is very low and it only has 1 Gb memory to keep hosting fees low. I wonder if it's ok to set OPcache to 128 and if it might lower memory use, or does that not make sense?

    #PHP #OPCache

  10. So I realized the PHP OPcache size was set to 512 Mb on the server where I have 2 WordPress sites running (dev and production) and it was using up too much memory, reaching upwards of 75%. CPU use is very low and it only has 1 Gb memory to keep hosting fees low. I wonder if it's ok to set OPcache to 128 and if it might lower memory use, or does that not make sense?

    #PHP #OPCache

  11. So I realized the PHP OPcache size was set to 512 Mb on the server where I have 2 WordPress sites running (dev and production) and it was using up too much memory, reaching upwards of 75%. CPU use is very low and it only has 1 Gb memory to keep hosting fees low. I wonder if it's ok to set OPcache to 128 and if it might lower memory use, or does that not make sense?

    #PHP #OPCache

  12. I'm having a hard time trying to see how much memory each Wordpress instance is using on a server that's running 2 WordPress sites. Anyone know any tricks? I'm able to see the PHP-FPM processes, but there are no other details.

    Is there a way to stop/restart or pause one site to see the change in memory use? Or do I have to completely kill one of the sites in the Nginx config?

    #WebDev #WordPress #Nginx #PHP #DevOps