Monthly Archives: novembro 2021

Update NodeJS and NPM


Checking actual versions Removing old versions Installing NVM package management for Node version 17.0.1 and NPM version 8.1.0 installation Close and reopen your terminal to start using NVM Now, you can run the version check again We need to see those followed responses

Read More

The requested URL was not found on this server – WordPress


Change the ‘AllowOverride None‘ to ‘AllowOverride All‘ in /etc/apache2/apache2.conf  On the root of the WordPress directory, create the ‘.htaccess’ file with 775 permission Setting the file owner and access permission for all files Alternate and save between ‘Plain’ and ‘Post name’ options Check if your page is working again. Don’t forget to share with us your solution. I […]

Read More

Instalar PHP 7.4 no Ubuntu Server


Remover versões antigas Configurar os pacotes e atualizar Instalar Versão 7.4 e seus pacotes Reiniciar o Apache ou Nginx Extras É possível alternar entre versões com o seguinte comando: Para identificar a localização do arquivo php.ini Para identificar a versão atual do PHP

Read More

SQLSTATE[HY000] [2002] Operation timed out MySQL


When you have this problem from MySQL with a fresh installation, you have to comment the bind address line in ‘/etc/mysql/mysql.conf.d/mysqld.cnf’: Don’t forget to restart MySQL service If you are using the UFW service, add this rule to your firewall: Font: https://laracasts.com/discuss/channels/laravel/sqlstatehy000-2002-connection-timed-out

Read More