To identify text/strings in multiple files and replace them in multiple files simultaneously use the following command:
~$ find ./ -type
To find which files have a word/term/string use the following command:
~$ find ./ -type f -exec grep -H 'text' {}
To download Google Chrome for offline installation go to:
Google Chrome Offline Installer Standalone
Go to: https://www.google.com/intl/pt-BR/chrome/?standalone=1
For all operating system versions and
With the lsusb command you will see the path to the device:
~$ lsusb...Bus 00x Device 00y: ID ...................
By adding the
How to install php7.4 and php7.4-fpm in Debian, Deepin, Ubuntu, Mint, etc.
Install the repository: ~$ apt install gnupg2 -y ~$