For more info on that check these 2 links
https://haydenjames.io/memcache-php-extensions-for-memcached-caching-da…
For more info on that check these 2 links
https://haydenjames.io/memcache-php-extensions-for-memcached-caching-da…
Certbox is super easy, all you need is here https://certbot.eff.org/lets-encrypt/ubuntubionic-nginx
For some quick run, just start and you will have wizard running with options to auto create configs for you
innodb_flush_log_at_trx_commit=2
innodb_buffer_pool_size = 384M
innodb_additional_mem_pool_size = 20M
innodb_log_buffer_size = 64M
Use this installation script
https://www.percona.com/doc/percona-server/5.7/installation/apt_repo.ht…
Use this simple command
sudo su - solr -c "/opt/solr/bin/solr delete -c some_collection"
In lots of places you will see how to use drupal_http_request with drupal_http_build_query used on data, which is fine if you want to build regular query data (like the ones you have in URLs when using GET) but if you want to send JSON, you shouldn't use that, instead you need json_encode function on data.
By default body field of a content type will not be shown among the fields to index, which is kind of strange but that is how it is as many other properties and fields of content are there by default.
To use eslint on your site, probably the best idea is to install it locally and do it in drupal core dir as that is location of ESLINT config files that ship by default with drupal core (.eslintrc.json and .eslintignore). So you should go to drupal core directory and then install it via yarn:
Many time you will find something like this to put into your ssh/config file,