to know the configuration of the installed
- Mã: Chọn tất cả
sh /script/sysinfo
restarting all services
- Mã: Chọn tất cả
sh /script/restart-services
sh /script/restart-all
example restarting per-item
- Mã: Chọn tất cả
/etc/init.d/named restart
/etc/init.d/httpd restart
/etc/init.d/nginx restart
/etc/init.d/php-fpm restart
/etc/init.d/mysqld restart
/etc/init.d/kloxo restart
example fix
- Mã: Chọn tất cả
sh /script/fixweb
sh /script/fixphp
sh /script/fixdns
sh /script/fixwebmail
sh /script/fixmail
sh /script/fixvpop
# for all
sh /script/fix-all
Clean-Up for affected software, especially after updating kloxo-mr
- Mã: Chọn tất cả
sh /script/cleanup
manual alternative fix permission & ownership at kloxo-mr menu
- Mã: Chọn tất cả
sh /script/fix-chownchmod
example command for optimize & repair mysql database
- Mã: Chọn tất cả
sh /script/mysql-optimize --select=repair
sh /script/mysql-optimize --select=optimize
Clear Cache (*not work in OpenVz VPS)
- Mã: Chọn tất cả
sh /script/clearcache --select=1
Manual alternative apache optimize
- Mã: Chọn tất cả
### for mod_php select optimeze
sh /script/apache-optimize --select=optimize
### for suphp/fcgid/php-fpm
sh /script/apache-optimize --select=default
Reset mysql root password
- Mã: Chọn tất cả
sh /script/reset-mysql-root-password <newpassword>
Reset Kloxo admin password login:
- Mã: Chọn tất cả
sh /script/resetpassword master <newpassword>
another way to convert database storage engine (myisam or innodb)
- Mã: Chọn tất cả
sh /script/mysql-convert --engine=MyISAM
sh /script/mysql-convert --engine=InnoDB
### MariaDB only convert to aria
sh /script/mysql-convert --engine=aria
RkHunter Check (security)
- Mã: Chọn tất cả
rkhunter --check
check memory
- Mã: Chọn tất cả
free -m
View more: http://forum.mratwork.com/kloxo-mr-tips-and-tricks/maintenence-command/