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

Categories
Tutorial

ioping-1.1-1.el7.x86_64.rpm – ioping for CentOS 7

Download ioping-1.1-1.el7.x86_64.rpm (ioping for CentOS 7):
https://rpmfind.net/linux/epel/7/x86_64/Packages/i/ioping-1.1-1.el7.x86_64.rpm

Download ioping for CentOS 7
CentOS7 ioping rpm download

Categories
Tutorial

How to Set or Change Hostname in CentOS 7/8

To set or change hostname on CentOS 7/8 use the command:
hostnamectl set-hostname your-new-hostname

Check your hostname:
hostnamectl or hostname