Other framework

Restart webmin

/etc/init.d/webmin restart

Restart vps

reboot

Delete all lines in vim

dG

Force delete a folder

rm -fR /path/

Exclude package untuk yum update

yum update --exclude=php* --exclude=httpd
yum update --exclude httpd,php
yum update -x 'php' -x 'httpd'

Jika bermasalah dengan LE cert yg kosong pada Webmin

Cek jika ada file https://github.com/webmin/webmin/blob/master/webmin/webmin-lib.pl di /usr/share/webmin/webmin/

Force HTTPS via .htaccess

Check file yg paling besar dlm 1 folder

Referensi:

https://bit.my.id/bo7Lzhhr

Empty specific file content

Referensi:

https://bit.my.id/gAoo527l

Commands to check listening ports

Cari tahu yg menggunakan port

Reset mssql-server listening ports

Set timezone in PHP.ini

How to use LE on Vesta login

How to use LE on Hestia login

Change TCP MSSQL port (not working, failed to connect)

Instal php71 & php72 di virtualmin

Last updated

Was this helpful?