Top

Tags: Linux

Enable CPU frequency performance mode

Jan 13, 2021 | 683 views

#Linux

Enable cpu frequency performance mode: 


# on CentOS
yum install kernel-tools

systemctl start cpupower
systemctl enable cpupower

Other commands


# cpupower set performance mode
cpupower frequency-set -g performance

# check current cpupower mode
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
performance

Refer to

Comments: 0

KVM on CentOS 7

Jan 08, 2021 | 677 views

#Linux


Refer to 

Comments: 0

X11 forwarding on Windows with putty

Jan 06, 2021 | 663 views

#Linux

Refer to 

Use Linux Graphical Softwares on Windows via X11 Forwarding 

Comments: 0

Expand and Shrink LVM [cautious]

Jan 06, 2021 | 709 views

#Linux #Storage


Be really careful and cautious when shrinking a LVM volume.


Refer to 

Comments: 0