Linux Terminal Configuration
Edit bashrc file (~/.bashrc
)
Edit bashrc file (~/.bashrc
)
Import configuration file programmatically on Drupal 9 using config_update contrib module and service
//Update Module settings
\Drupal::service('config_update.config_update')->revert('system.simple', 'mymodule.settings');
Steps:
1. Update branchegit reset --hard origin/features/BRANCHNAME
OR
git pull origin features/BRANCHNAME
Chocolatey is a software manager for Windows. Can use to install packages like php, tig, make
Examples:
Install phpchoco install php
Install TIGchoco install tig
Site : https://chocolatey.org/install
Convert OGG to MP3
ffmpeg -v 5 -y -i file.m4a -acodec libmp3lame -ac 2 -ab 192k file.mp3
Convert M4A to MP3
ffmpeg -i file.ogg file.mp3
#Or
ffmpeg -i file.{ogg,mp3}
Method 1 : Install and run drush as described in this article
This is the recommended method
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
Symptoms
You may have error messages like:
When you request a let's encrypt wildcard certificate with virtualmin you may have an error like this:
composer global require drush/drush:10.x