Automatic Entity Label: Automatically generate entity titles in Drupal
When creating entities in Drupal, "Automatic Entity Label" module will help to automatically generate titles for entities such as nodes, users, or taxonomy terms based on entity tokens.
EXPORT and IMPORT Drupal DATABASE with DRUSH command
Drush is the ultimate tool for Drupal and it does a great job in situations where we want to import or export our Drupal database with "drush sql-cli" and "drush sql-dump" commands.