FAQ

How to create a task to run in Cron?
Cron is a task scheduler in Linux operating systems, and others. Is used to start/run jobs at a specific time.
Recovery and repair MySQL tables
To fulfill the repair or database optimization will be required mysqlcheck utility.
Optimize MySQL settings using MySQLTuner
MySQLTuner is a utility that analyzes the statistics of MySQL and issue recommendations for optimizing MySQL server settings.
How to update server?
To upgrade the operating system and software on the server, use the following commands.
When enabling the WWW-domain SSL error
If the following error occurs when nginx is restarted: nginx: [emerg] BIO_new_file("/etc/ssl/certs/dhparam.pem") failed (SSL: error:02001002:system ...
How to block IP address by using a file .htaccess?
In order to block access to your site from certain IP addresses you can use file .htaccess.
1 2