Blog

yum fix duplicate package error

When installing a package, i get following error Protected multilib versions: 1:systemd-libs-219-78.el7.cloudlinux.i686 != 1:systemd-libs-219-78.el7_9.2.cloudlinux.x86_64 To fix, remove the conflicting package with rpm…

Test To Speech

Online Text to Speech Windows Text to Speech Software Linux Text to Speech Software speak can be installed with the command “apt…

Change MySQL user password

To change the password for a MySQL user, run mysqladmin -u user_name_here -p password new_password_here Or via SQL UPDATE mysql.user SET Password=PASSWORD(‘NEW_PASSWORD_HERE’)…

Nginx on Windows

You can download nginx for windows from https://nginx.org/en/download.html To download nginx from command line, use following command in PowerShell Invoke-WebRequest -Uri https://nginx.org/download/nginx-1.19.6.zip…