Category: Linux
-
Install MySQL on Ubuntu 20.04
Check out this article: https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04
-
“SSH Too Many Authentication Failures” Error
To fix this error, you need to add the IdentitiesOnly with a value of yes, which instructs ssh to only use the authentication identity files specified on the command line or the configured in the ssh_config file(s), even if ssh-agent offers additional identities. For example: More info in this article On a side note, if…
-
Error: ENOSPC: System limit for number of file watchers reached
The meaning of this error is that the number of files monitored by the system has reached the limit!! Result: The command executed failed! Or throw a warning (such as executing a react-native start VSCode) Solution: Modify the number of system monitoring files Ubuntu Add a line at the bottom Then save and exit! to…
-
Install multiple PHP versions on Linux Mint
https://help.clouding.io/hc/en-us/articles/360021630059-How-to-Install-Multiple-PHP-Versions-7-2-7-4-8-0-and-8-1-on-Ubuntu-20-04