ob_start("ob_gzhandler"); ?>
in Php, Tips and Tricks, Ubuntu
If you are using ubuntu you can take update And install extension in case of php 5.6 And in case of php 7.0 And in case of php 8.1 And restart your apache after And restart your nginx after If you are using xampp then remove semicolon ( ; ) in xampp/php/php.ini from below line
in Php, Tips and Tricks, Ubuntu
The optional module, imagick, is not installed, or has been disabled.
below command include all hidden files. zip all files and folders including subfolder and hidden files
in Ubuntu
Deleting Rules – This command erases all current rules. You will get a list of rules with numbers:
in Ubuntu
To take the rules back to the default settings:sudo ufw reset Note: If you want to see how the sudo ufw reset will change your rules use –dry-run option first, then compare the /etc/ufw/before.rules.20170513_185835 file to the /etc/ufw/before.rules.20170513_185835 file. Example: To compare: After reset your server is able to login via ssh
in Ubuntu
Here is the script to restart a server automatically if it’s load increases above a limit : Use sudo if you have not permission Change the permisssion of file Now we need to add this script to cron which will run every 2 minutes Type crontab -e to open the cron input file. Enter the following code […]
You must be logged in to post a comment.