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
Tutorial

HTML avoid line break

To avoid line break between html elements use code:

<nobr>This content must not break</nobr>
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

Categories
Tutorial

Check disk usage in linux

To check how much space directories are taking up, run command:

du -h --max-depth 1 /home | sort -hr

Categories
Tutorial

How to use Micro SD Card as Internal Storage on MIUI 11

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

Categories
Tutorial

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

Categories
Tutorial

How to upgrade kernel in CentOS 7

Follow this tutorial to learn how to install or upgrade linux kernel in CentOS 7:
https://www.howtoforge.com/tutorial/how-to-upgrade-kernel-in-centos-7-server/

From the tutorial you can learn:
how to install linux kernel 5 on CentOS 7
how to upgrade to linux kernel 5 in CentOS 7