November 15, 2024
Mengaktifkan TCP_FASTOPEN (TFO)
December 16, 2021
February 16, 2021
Disable Mirror
nano /etc/yum/pluginconf.d/fastestmirror.conf
tambahkan mirror yang tidak diinginkan di exclude
November 7, 2019
Uninstall & Install Litespeed
Switch to apache
/usr/local/lsws/admin/misc/cp_switch_ws.sh apache
Uninstall Litespeed Plugins di WHM
/usr/local/cpanel/whostmgr/docroot/cgi/lsws/lsws_whm_plugin_uninstall.sh
Uninstall Litespeed
/usr/local/lsws/admin/misc/uninstall.sh
Install LiteSpeed
cd /usr/src; curl https://www.litespeedtech.com/packages/cpanel/lsws_whm_plugin_install.sh | sh
Update ke Versi Lisensi
/usr/local/lsws/admin/misc/lsup.sh -f -v 4.2
August 14, 2019
LVE Extension Hilang dari Paket Hosting
October 3, 2018
Looping Update Package (Yum Update)
yum clean all --enablerepo=*
yum update -y
August 2, 2018
Delete Empty File or 0b File
Use the Find command to find files by size and print file names to standard output.
find . -type f -size 0b -print
substitute -print with -delete to delete the files rather than print them on screen.
find . -type f -size 0b -delete
February 1, 2018
Hardisk Cek Umur Hardisk
smartctl --all /dev/sda | grep Power_On_Hours
December 14, 2017
Test Kecepatan Hardisk
dd if=/dev/zero of=/home/testfile bs=1G count=10 oflag=direct
Hasil untuk Samsung SSD 850 EVO 1TB (kosong)
10+0 records in
10+0 records out
10737418240 bytes (11 GB) copied, 22.6079 s, 475 MB/s
September 15, 2017
Force Update Litespeed
/usr/local/lsws/admin/misc/lsup.sh -f -v 4.2
Ganti 4.2 dengan versi terbaru LiteSpeed