By editor, 2 January, 2018 SSH force usage of a specific key Tags Git Linux Shell To force usage of a specific key, put in your ~/.ssh/config file : Host [HOST_NAME] Hostname [HOST_NAME] User [USER_NAME] Port [PORT] IdentityFile ~/.ssh/[your_private_key]
By editor, 15 December, 2017 Test website load using AB (ApacheBench) Tags WebService Server Linux Utility The apache benchmark tool is very basic, and while it will give you a solid idea of some performance. Some parameters:
By editor, 29 November, 2017 Get table column names on Drupal 8 Tags Drupal 8 Database Module To get database table columns names of a mysql database you can use "DESCRIBE my_table;" method.
By editor, 28 November, 2017 Create Bootable USB key from ISO on Linux Tags Linux Utility Shell To create a bootable USB memory on linux you have several solutions. The famous dd is the most powerful solution, but use carefully. Because a very small error may destroy all your data.
By editor, 2 November, 2017 Drupal 8 Configuration : Get, Set, Override and Exclude Tags Drupal 8 Configuration Drupal 9 Get, Set and Delete configuration value by drush Get (drush config-get) drush cget CONFIG_NAME CONFIG_KEY Examples: drush cget system.site drush cget system.site page.front Set (drush config-set)