By editor, 6 April, 2021 Chocolatey packages installer Tags Windows 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
By editor, 8 March, 2021 Convert M4A, OGG or OPUS audio file in to MP3 on linux Tags Shell Linux Audio 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#Orffmpeg -i file.{ogg,mp3}
By editor, 21 January, 2021 Create a shortcut for drush Tags Drush 10 Linux Method 1 : Install and run drush as described in this article This is the recommended method
By editor, 21 January, 2021 Linux local and common bin folders (environnement path) Tags Linux Shell 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
By editor, 19 January, 2021 Drupal error due to DrushLog Tags Drupal 9 Error Symptoms You may have error messages like: