Unable to upload large files (wordpress, apache, php, cpanel)
There are several settings, that control maximum file size, that can be uploaded to WordPress (and basically any PHP script, that can process it). First […]
Continue reading »Notes from the Expert
There are several settings, that control maximum file size, that can be uploaded to WordPress (and basically any PHP script, that can process it). First […]
Continue reading »
The hosting industry is constantly evolving, and there are several trends that are currently shaping the market. Here are a few examples of what’s trending […]
Continue reading »
AI image generators are computer programs that use artificial intelligence algorithms to create digital images that look like they were produced by human artists. These […]
Continue reading »
Few days ago I have started my new project and wanted to see, how can I promote it. After some research I came across several […]
Continue reading »
If you upgraded your Centos8 to AlmaLinux8 and then decided to install borgbackup – you might run into this error: [root@wp ~]# yum install borgbackup […]
Continue reading »
updated on 12.feb.2023 This is especially cPanel related post. With many senders and especially when someone is sending newsletters – you want your EXIM to […]
Continue reading »
Just keeping few useful PostgreSQL commands for myself. 🙂 Login to PostgreSQL admin intereface # switch to linux user postgres. su postgres # enter admin […]
Continue reading »
Just a small note about amazing tool, that can analyze runtime variables of your MySQL server (also MariaDB) and give overview and recommendations – based […]
Continue reading »
To view active dovecot sessions – try running : doveadm who *@visanor.com More about this amazing tool is here https://wiki.dovecot.org/Tools/Doveadm
Continue reading »
A very handy command to change all MyISAM tables for specific database to InnoDB. Just put correct database name instead of dbName . mysql -u […]
Continue reading »