How to install custom 3rd party .bin watch faces on Haylou Solar: https://amazfitwatchfaces.com/forum/viewtopic.php?f=14&p=8339
Category: Tutorial
DKIM Selector for CyberPanel
DKIM Selector for CyberPanel hosted web sites: default._domainkey
Details: https://cyberpanel.net/blog/2018/01/28/how-to-setup-spf-dkim-and-dmarc-inside-cyberpanel-manually/
Enable EPEL on CentOS
How to enable EPEL on CentOS: https://www.vultr.com/docs/enable-epel-on-centos
sudo yum install epel-release
HTML avoid line break
To avoid line break between html elements use code:
<nobr>This content must not break</nobr>
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
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
To set or change hostname on CentOS 7/8 use the command:hostnamectl set-hostname your-new-hostname
Check your hostname:hostnamectl
or hostname
Check disk usage in linux
To check how much space directories are taking up, run command:
du -h --max-depth 1 /home | sort -hr
To use Micro SD card as Internal Storage (Enable Adoptable Storage) on a MIUI 11 phone, follow this tutorial:
https://miui.blog/any-devices/steps-enable-adoptable-storage-miui-11-phones/
or https://c.mi.com/thread-2601107-1-0.html
Following this tutorial you will be able to:
Use Micro SD Card as Internal Storage on MIUI 11
Enable Adoptable Storage on a MIUI 11
How to install Google BBR on CentOS 7
Follow this tutorial to learn how to install Google BBR on CentOS 7:
https://thestack.net/2019/04/google-bbr-how-to-install-it-on-centos-7
From the tutorial you can learn:
How to install Google BBR on CentOS 7
Install Google BBR on CentOS