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, 9 July, 2020 Testing (SimpleTest) Install/Run Error Tags Drupal 8 Code Testing Error NĀ°1 : PHPunit not found If uou have a message like : Add Phpunit via composer CAUTION : PHPunit Version >= 8 is not compatable with drupal, so use the 7 composer require --dev phpunit/phpunit:7
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.