Category: Ubuntu
-
The optional module, intl, is not installed, or has been disabled.
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
-
how to install imagemagick in ubuntu / php
The optional module, imagick, is not installed, or has been disabled.
-
zip all files and folders including hidden
How to use zip command in ubuntu, Linux, Unix below command include all hidden files. zip all files and folders including subfolder and hidden files To ignore a folder when using the zip command, utilize the -x option for exclusion. Here is the general syntax: Code Explanation: Example: To zip a directory named my_project and exclude a subfolder named node_modules: Code Excluding…
-
reset iptables ubuntu ec2 instance
Deleting Rules – This command erases all current rules. You will get a list of rules with numbers:
-
limit: avg 3/min burst 10 LOG level warning prefix “[UFW BLOCK] “
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
-
how to restart unix when server load is high
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…
-
how to change phpmyadmin url in apache ubuntu
For ubuntu (i used ubuntu 12.04), the default phpmyadmin apache configuration can be found at /etc/phpmyadmin/apache.conf You can open it by type sudo nano /etc/phpmyadmin/apache.conf and change the third To restart apache service
