August 14, 2015

NHỮNG LỆNH COMMAND HỮU ÍCH TRÊN CPANEL/WHM

Bên dưới đây là các lệnh command tự động sửa lỗi hệ thống rất hữu dụng. Giả sử như các thao tác trên SSH có lỗi nào đó xảy ra, thì các command bên dưới sẽ sửa được các lỗi đó. Thay yourdomain.com thành tên miền của bạn, khi chạy cần đăng nhập tài khoản Root trên WHM để thực thi lệnh.
Những lệnh command hữu ích trên cPanel/WHM
Flushing iptables rules
http://yourdomain.com:2086/scripts2/doautofixer?autofix=iptablesflush
Restart SSH in safe mode
http://yourdomain.com:2086/scripts2/doautofixer?autofix=safesshrestart
Reset the Firewall Settings
https://yourdomain.com:2087/scripts2/doautofixer?autofix=iptablesflush
Reset the SSH Settings
http://yourdomain.com:2086/scripts2/doautofixer?autofix=safesshrestart
bsdbindfix
http://yourdomain.com:2086/scripts2/doautofixer?autofix=bsdbindfix
Autorepair
http://yourdomain.com:2086/scripts2/doautofixer?autofix=autorepair
Compress Zlib
http://yourdomain.com:2086/scripts2/doautofixer?autofix=Compress-Zlib-1.42.tar.gz
Compresszlibfix
http://yourdomain.com:2086/scripts2/doautofixer?autofix=compresszlibfix
dbdmysql
http://yourdomain.com:2086/scripts2/doautofixer?autofix=dbdmysql
Cooldiagnose_apache_conf
http://yourdomain.com:2086/scripts2/doautofixer?autofix=diagnose_apache_conf
fpindexfile
http://yourdomain.com:2086/scripts2/doautofixer?autofix=fpindexfile
libxml2-2.6.28.tar.gz
http://yourdomain.com:2086/scripts2/doautofixer?autofix=libxml2-2.6.28.tar.gz
libxml64fix
http://yourdomain.com:2086/scripts2/doautofixer?autofix=libxml64fix
pro*
http://yourdomain.com:2086/scripts2/doautofixer?autofix=pro*
spamd_dbm_fix
http://yourdomain.com:2086/scripts2/doautofixer?autofix=spamd_dbm_fix
test
http://yourdomain.com:2086/scripts2/doautofixer?autofix=test
vfilterfix
http://yourdomain.com:2086/scripts2/doautofixer?autofix=vfilterfix
yumduprpmfix
http://yourdomain.com:2086/scripts2/doautofixer?autofix=yumduprpmfix
resellerresourceacctounts
http://yourdomain.com:2086/scripts2/doautofixer?autofix=resellerresourceacctounts
horde_sqmail_current_fix
http://yourdomain.com:2086/scripts2/doautofixer?autofix=horde_sqmail_current_fix

Related Posts:

  • How to Delete all logs in a cpanel server - SSH The command below will delete/empty all files in '/path/to/the/logdirectory' directory.for i in $(find /path/to/the/logdirectory -type f); do echo > $i; done You can empty the logs files via SSH as user root using the… Read More
  • 5 Ways to Get a User’s Disk Usage This may seem pretty simple, but I see a lot of questions about how to get a user’s disk space usage on a cPanel user. I put together a quick list of 5 simple ways for the average admin:  1) Good ole’ cPanel/WHM. You c… Read More
  • How to Clean Log Files Before You Enable Log Rotation Checking disk space usage and removing old log files cPanel & WHM create and maintain log files. These log files allow you to examine errors and other occurrences on the system. After an extended period of time, the sy… Read More
  • 11 Ways to Free Up Disk Space on a cPanel Server I’m sure that most of you have been to the point where one or more of your servers start to fill up as you get more customers. The server’s performing just fine, but there’s one problem…you’re out of disk space! Here are a f… Read More
  • Disk Space for MySQL Databases in cPanel Show as 0MB When you upgrade from cPanel 11.24 to 11.25, your users may notice that in cPanel, their MySQL databases show 0MB of disk space used, when they know their databases are much larger. This is due to an option in cPanel that yo… Read More

0 comments:

Post a Comment