Category: Ubuntu
-
how to install imagick php extension ubuntu
To install imagick After you can enable on phph.ini Last, just restar apache:
-
Livepatch has fixed kernel vulnerabilities. System restart recommended on the closest maintenance window
To remove the repeating System restart recommended on the closest maintenance window message open the terminal and type:
-
How to send testmail for sendmail in UBUNTU
you can test if sendmail is configured correctly by sending an email. Follow these steps to send an email using sendmail − echo “Subject: Test email” | sendmail -v recipient@email.com Replace “adityaypi@yahoo.com” with the email address that you want to send the email to. If you receive the email, then sendmail is working correctly and configured to…
-
How To Install PuTTY On Ubuntu Linux
How to Install PuTTY on Ubuntu Linux Introduction PuTTY is a popular terminal emulator for Windows, but it is not only limited to Windows operating system. Being free and open source, it is popular among Linux users too. PuTTY supports a wide range of protocols such as serial, SSH, Telnet, rlogin, SCP, SFTP etc. PuTTY…
-
remove phpmyadmin from ubuntu
The “apt-get remove phpmyadmin” command will uninstall the phpmyadmin package, the purge command will remove configuration files related to Ubuntu phpMyAdmin and the autoremove command will uninstall all the dependency packages that are no longer required. If you want to reinstall phpMyAdmin on Ubuntu, run: Disable phpMyAdmin without uninstalling
-
Livepatch has fixed kernel vulnerabilities. System restart recommended on the closest maintenance window
Every once in a while, a high/critical security vulnerability issue arrises for which a livepatch can’t be made, and you need to do the normal apt dist-upgrade and reboot. but now *** System restart required ***
-
AH00687: Negotiation: discovered file(s) matching request: /home/ubuntu/public_html/ (None could be negotiated).
The MultiViews option is probably causing this issue. This should be removed. MultiViews (part of mod_negotiation) will attempt to internally rewrite a request for /file (where some /file<.ext> exists on the filesystem) by testing the various files found in that directory and will serve the file that matches the appropriate mime-type. This happens before mod_rewrite has a go and can result in a conflict (since…
