Nginx file upload error

Nginx file upload error

When uploading a file on a PHP Application running under an Nginx web server, I get the following error 2021/08/14

MySQL see all charsets

MySQL see all charsets

To see all charsets available on your MySQL installation, run the command select * from information_schema.character_sets; maxlen column specifies how

How to Enable Magento 2 Cronjob

How to Enable Magento 2 Cronjob

Magento uses cron jobs for numerous features to schedule activities. To enable the cron job in Magento 2, log in

Cheap Imunify360 license

Cheap Imunify360 license

Imunify360 is security software for web servers. It supports popular control panels like Cpanel, Plesk, etc… Buying Imunify360 from a

How to Auto restart elasticsearch with monit

How to Auto restart elasticsearch with monit

monit is a program used to monitor processes and restart them if they failed. If your server don’t have monit

imunify get list of all infected files

imunify get list of all infected files

imunify store data in SQLite database. To see a list of malware infected files, start sqllite with sqlite3 /var/imunify360/imunify360.db Data

How to Create Custom 404 Error Page in Apache

How to Create Custom 404 Error Page in Apache

A 404 error happens when a visitor comes to your website and the page requested is not found on your

Temperature

Temperature

To find CPU Temperature, run command sensors sensors Example boby@sok-01:~$ sensors k10temp-pci-00c3 Adapter: PCI adapter Vcore: 925.00 mV Vsoc: 1.06

sensors

sensors

sensors command shows data from various sensors on your computer like CPU temperature, voltage, etc… To install lm-sensors package, run

ss

ss

ss is a tool to investigate sockets. It is similar to netstat, but shows more information. To see list of

How to install development tools on Debian/Ubuntu

How to install development tools on Debian/Ubuntu

Development tools are programs used to build software from its source code. These include compilers, make, and other generally used

Create a Debian Container in LXD

Create a Debian Container in LXD

Debian OS templates are available in images:debian/VERSION. To see all available Debian OS templates, run To create a container with