Categories
Solution

How to fix Cpanel Account Permissions

How to fix Cpanel Account Permissions

A script to fix permissions and ownership, on files and directories, for cPanel accounts.: https://github.com/PeachFlame/cPanel-fixperms

Categories
Tutorial

Enable EPEL on CentOS

How to enable EPEL on CentOS: https://www.vultr.com/docs/enable-epel-on-centos

sudo yum install epel-release
Categories
Solution

mysqli_real_connect(): Server sent charset (255) unknown to the client

To solve the issue check out: https://stackoverflow.com/a/43442839

Categories
Solution

restart CyberPanel

Restart CyberPanel service:

systemctl restart lscpd
Categories
Info

Online .png to favicon.ico Converter

Online .png to favicon.ico Converter: https://hnet.com/png-to-ico/

Categories
Tutorial

HTML avoid line break

To avoid line break between html elements use code:

<nobr>This content must not break</nobr>
Categories
Info

cPanel Log Files Location

cPanel log files location: https://docs.cpanel.net/knowledge-base/cpanel-product/the-cpanel-log-files/

Categories
Info

Cyberpanel: Location of configuration files

Location of Cyberpanel configuration files: https://cyberpanel.net/docs/location-of-configuration-files/

Categories
Solution

Adding already registered domain to WHMCS without creating invoice

If you already have a domain registered, you can add it to WHMCS without creating another invoice or renewing it for another year.

Instructions: https://whmcs.community/topic/295587-add-domain-to-client-panel/

Categories
Tutorial

Change Server Timezone in Linux

How to change server time zone in linux:
https://linuxize.com/post/how-to-set-or-change-timezone-in-linux/

Check Timezone: timedatectl

Set Timezone: timedatectl set-timezone <your_time_zone>
Example: timedatectl set-timezone Asia/Dhaka