update toàn bộ trong xenos


Mã:
# yum update
update kloxo


Mã:
# /script/upcp
Lệnh sửa lỗi kloxo


Mã:
# /script/cleanup
Reinstall Kloxo


Mã:
# yum reinstall lxlighttpd lxphp lxzend
Lệnh ép xóa 1 folder


Mã:
# rm -rf tenthumuc
: nén một thư mục


Mã:
# tar -cvzpf archive.tgz /home/example/public_html/folder
di chuyển đến folder



Mã:
cd /home/folder
giải nén tập tin .tgz


Mã:
tar -zxvf folder.tgz
di chuyển thư mục


Mã:
# mv <fileold> <filenew) ( Di chuyển file đến 1 vùng khác ,bao  gòm cả việc đổi tên )
Disable / Turn off Linux Firewall (Red hat/CentOS/Fedora Core)



Mã:
# /etc/init.d/iptables save
# /etc/init.d/iptables stop
# /etc/init.d/iptables start


# service httpd restart (restart apache – dịch vụ web)
# service mysqld restart (restart database)
# service exim restart (restart dịch vụ mail)
Các lệnh kiểm tra service, stop & start lại




# service httpd status (xem trạng thái)
# service httpd stop (dừng dịch vụ)
# service httpd start (start dịch vụ)
Mở 1 port nào đó trong centos



iptables -I INPUT -p TCP --dport 7777 -j ACCEPT
service iptables save
service iptables restart
Các lệnh liên quan tới tắt bật máy chủ



/sbin/shutdown -r now
/usr/bin/poweroff
/usr/bin/reboot

Hoặc

shutdown -r now
poweroff
reboot
xóa cache ram để hệ thống nhanh hơn



# free -m
# sync; echo 3 > /proc/sys/vm/drop_caches
Chmod file và folder thành 77



chmod -R 777 link_folder
Backup sql



mysqldump -u root -ppass_của_root tên_data > backup.sql
Restore sql



mysql -u root -ppass_của_root tên_data < tên_file.sql
Tắt firewall



service iptables stop
bật LiteSpeed



service lsws start