Bye bye America, say hello to Russia!
Best solution for Composer memory issue:
Best solution for Composer memory issue: by running the Composer command like this: No more memory allocation issues!
Facebook Files – archived

The Facebook Whistleblower, Frances Haugen, Says She Wants to Fix the Company, Not Harm It www.archive.ph/jhzrH/ Facebook Says Its Rules Apply to All. Company Documents Reveal a Secret Elite That’s Exempt https://www.wsj.com/articles/facebook-files-xcheck-zuckerberg-elite-rules-11631541353https://archive.ph/arGe5 Facebook Knows Instagram Is Toxic for Teen Girls, Company Documents Show https://archive.ph/hW76L Facebook Tried to Make Its Platform…
How can you have Composer install the site in the project root not in web/?

If you want to modify some of the properties of the downloaded composer.json before composer install is executed, use the –no-install flag when running composer create-project. For example, it is possible that you want to rename the subdirectory ‘web’ to something else. To do that: Run composer create-project drupal/recommended-project my_site_name_dir –no-interaction –no-install Change directories…
Twitter: How to unlike old likes!
Tweak Router’s MTU settings to speed up upload/download speed
a typical csf+lfd error notice

lfd on host.puthi.com: blocked 77.247.110.11 (NL/Netherlands/-) Time: Thu Mar 25 10:42:27 2021 +0530IP: 77.247.110.11 (NL/Netherlands/-)Failures: 5 (smtpauth)Interval: 3600 secondsBlocked: Permanent Block [LF_SMTPAUTH] Log entries: Mar 25 06:11:48 host postfix/smtpd[22877]: warning: unknown[77.247.110.11]: SASL LOGIN authentication failed: UGFzc3dvcmQ6Mar 25 06:11:54 host postfix/smtpd[22882]: warning: unknown[77.247.110.11]: SASL LOGIN authentication failed: UGFzc3dvcmQ6Mar…
Malwarebytes Review (2020): Free Version is Good Enough!
Drupal 7 login issues ?
repair table sessions; https://www.drupal.org/forum/support/upgrading-drupal/2010-12-21/drupal-7-login-issues#comment-6734120
Running composer in a different directory than current
try composer install -h. There you’ll find an option –working-dir (or -d). And that’s what you’re looking for. Then run: You can find more in composer docs. Depending on your operating system, the = might need to be removed: https://stackoverflow.com/questions/33080068/running-composer-in-a-different-directory-than-current/33082705