By editor, 4 April, 2016 Open URL with name and password (Apache Htaccess, FTP ...) Tags Linux Server PHP Examples with username and password: https://name:pass@yourdomain.com ftp://name:pass@yourdomain.com ​ftp://name:pass@ftp.yourdomain.com ssh name:pass@yourdomain.com Examples with username:
By editor, 4 April, 2016 SSL self signed / Override certificate check Tags Linux Shell PHP SSL/TLS On linux (wget) wget --no-check-certificate https://yourdomain.com wget --no-check-certificate https://name:pass@yourdomain.com On Apache PHP
By editor, 31 March, 2016 Drupal 8 Examples for Developers Tags Drupal 8 Code Module This is a drupal 8 contrib module allow you (developer) to find code examples.
By editor, 31 March, 2016 SimpleTest With Drupal 8 Tags Drupal 8 Code Module Testing Drupal Tutorial : https://www.drupal.org/simpletest
By editor, 28 March, 2016 Styel sheet Add / Remove / Override Tags Drupal 8 Code Example : # Add a new CSS file: stylesheets: all: - layout.css