Các lênh ssh cơ bản
df -h find / -type d -exec du -Sh {} + | sort -rh | head -n 20 du -hs / | sort -rh | head -n 15
df -h find / -type d -exec du -Sh {} + | sort -rh | head -n 20 du -hs / | sort -rh | head -n 15
RewriteCond %{HTTP_HOST} ^olddomain.vn [NC,OR] RewriteCond %{HTTP_HOST} ^www.olddomain.com [NC] RewriteRule ^(.*)$ https://newdomain.com/$1 [L,R=301,NC]
Option1 SSH nano /usr/local/Cellar/mysql/5.6.20_1/my.cnf Tìm dòng giống như vậy: sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES Nhận xét dòng trên và khởi động lại máy chủ mysql mysql.server restart Lỗi đi rồi! Option2 Sửa lỗi Mysql error Field doesn’t have a default values Last updated Th5…Continue Reading →
Ubutu View da admin Run ssh: cat /usr/local/directadmin/conf/mysql.conf Run mysql: mysql > SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,’ONLY_FULL_GROUP_BY’,”));
Q When cding into one of my directories called openfire the following error is returned: bash: cd: openfire: Permission denied A sudo su cd directory Then, to exit out of “super user” mode, just type exit.
Bài viết này hướng dẫn cài đặt IMAP trên server sử dụng Directadmin và custombuild phiên bản 1.2, nhưng bạn có thể tùy biến một số thông tin để cài đặt cho phiên bản Custombuild 2.0 (CB 2.0). 1. Bước…Continue Reading →
Link check: https://ping.eu/port-chk/
Hướng dẫn Sửa lỗi The certificate is not trusted in all web browsers trên Server LiteSpeed Lỗi trên do không load được nội dung của CA root nên báo lỗi. Để fix lỗi này, bạn ssh vào server mở file…Continue Reading →
Chào mọi người, lâu lắm rồi mình chưa viết bài hướng dẫn nào. Hôm nay mình sẽ hướng dẫn cho các bạn cách tích hợp Zalo Chat, Comment vào Website từng bước đơn giản nhé. Hiện tại Zalo đang rất…Continue Reading →
Để kiểm tra chi tiết tiến trình này, chúng ta cần truy log theo lệnh sau: tail -n 10 /var/log/directadmin/errortaskq.log Từ kết quả trên chúng ta thấy tiến trình bị queue khi lấy dữ liệu tại file tickets.list. Có thể…Continue Reading →