Sep 12, 2023 | Linux Self Managed
If you are looking for an FTP Client/Application, we can recommend two different popular and easy to use applications. 1. Filezilla The first is called Filezilla and it is located here: https://filezilla-project.org. When you access the page just click on...
Sep 11, 2023 | Linux Self Managed
Mozilla Thunderbird is a free, open source POP and IMAP email client developed by Mozilla.org, the same folks who brought you Firefox. Feature-wise it sits somewhere between Outlook Express and Outlook, which means that it offers an upgrade to Express users and a...
Sep 11, 2023 | Linux Self Managed
By default the Backup Manager in Plesk stores local backups in /var/lib/psa/dumps. You can change this location by editing /etc/psa/psa.conf. Find the following block in the file: # Backups directory DUMP_D /var/lib/psa/dumps DUMP_TMP_D /tmp Change the path...
Sep 11, 2023 | Linux Self Managed
There are times where you may receive errors in PHP about not having a default time zone. That is because you may not have a default time zone set in your PHP code, or in your php.ini. To fix this globally in your php.ini file, follow the steps below. Open your...
Sep 11, 2023 | Linux Self Managed
If you are utilizing an SSL certificate for your website, you are usually doing so for security reasons. You may be collecting credit card information or other personal data. As such, the SSL connection between your visitor and the server creates an encrypted...