To activate God Mode, right-click the desktop and select New > Folder. Highlight this folder, press F2 and name it:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
To activate God Mode, right-click the desktop and select New > Folder. Highlight this folder, press F2 and name it:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
Simply adjust / sync your server’s clock in case you get the following error message while using aws-cli – “AWS was not able to validate the provided access credentials”
In case you receive the mentioned error while trying to install rmagick then simply issue the following:
# yum install ImageMagick-devel
Once ImageMagick-devel is installed then you can retry installing rmagick using:
# gem install rmagick
Optimize single database table:
mysql> OPTIMIZE TABLE my_table
Optimize entire database:
shell# mysqlcheck -op -u root your_database_name
Optimize ALL databases:
shell# mysqlcheck -u root -p --auto-repair --check --optimize --all-databases