By editor, 21 January, 2021 Create a shortcut for drush Tags Drush 10 Linux Method 1 : Install and run drush as described in this article This is the recommended method
By editor, 21 January, 2021 Linux local and common bin folders (environnement path) Tags Linux Shell Local bin folders $HOME/.local/bin (~/.local/bin) $HOME/bin (~/bin) Add to path manually PATH=$PATH:$HOME/.local/bin:$HOME/bin export PATH User specific environment and startup programs
By editor, 19 January, 2021 Drupal error due to DrushLog Tags Drupal 9 Error Symptoms You may have error messages like:
By editor, 14 November, 2020 Wildcard let's encrypt certificate with virtualmin Tags Virtualmin Server SSL/TLS When you request a let's encrypt wildcard certificate with virtualmin you may have an error like this:
By editor, 4 November, 2020 Install drush 10 Tags Drupal 9 Drush 10 Install via composer composer global require drush/drush:10.x
By editor, 9 August, 2020 Install PHP 7.3 on Linux Tags Server Linux Install Apache 2 server sudo apt install apache2 Install MySQL Server sudo apt install mysql-server
By editor, 17 July, 2020 Download and Install drupal 9 Tags Drupal 9 Code Create a Drupal 9 project with composer
By editor, 25 May, 2020 Docker cleanup - free disk space (prune) Tags docker Remove all everything not used by at least one container - Prune everything docker system prune
By editor, 23 April, 2020 Test disk read write speed on linux CLI Tags Linux Shell Test Disk Write Performance With dd Command dd is a basic command une in all linux distributions to copy data. You can also use this feature to test dis performance.
By nuwantha, 20 September, 2019 PHP RegEx Replace accents of each selected word Tags PHP Code Example : $stopwords = ['toto', 'Pied', 'the']; $str = 'bla bla toto bla bla Toto bla bla Tôtô bla bla totô bla bla bla bla the thé pied pïed pîéd';