Magento 2: Command Line Tool / Interface (CLI)

Magento 2 uses Symfony’s Console Component for its command-line interface or tool (CLI) where we can execute different commands for different tasks related to installation and configuration. Through the Command Line Interface (CLI) tool in Magento 2, you can perform different tasks like: Installing Magento Clearing the cache Managing indexes, including reindexing Creating translation dictionaries … Read more

Ubuntu Linux: Increase decrease volume from command line & keyboard shortcut

Here are some linux commands (pactl and amixer) to increase and decrease volume. You can also use these commands to set keyboard shortcut to increase and decrease volume. pactl pactl command is used to control a running PulseAudio sound server. Increase volume by 10% pactl — set-sink-volume 0 +10% Decrease volume by 10% pactl — … Read more