Category: Linux

Tất cả về linux

Bash script to backup MySQl

Tạo file /usr/local/sbin/autobackupsql.sh với nội dung như bên dưới Tạo crontab chạy vào 1h sáng hàng ngày

Quản lý phân vùng đĩa cứng trên Linux

Bài viết này giới thiệu cơ bản cách quản lý phân vùng đĩa cứng trên hệ điều hành Linux giúp các bạn có thể tự học Linux dễ dàng. 1. Khái niệm cơ bản Contents 1.1. File system1.2. Bảng phân vùng2.1. Giới thiệu về fdisk2.2. Sử dụng fdisk3.1. Giới thiệu về parted3.2. Cài đặt parted3.3. Sử dụng tiện ích […]

Configure Redis to Use Unix Socket Speed Boost

Redis is a high speed caching system for storing objects in RAM. It works well with WordPress and WooCommerce as an object cache for storing transients so they are not stored in the MySQL database. On WooCommerce particularly this can help a lot because of the number of transients used by plugins, orders and shoppers. Unix […]

Hướng dẫn đồng bộ thời gian trên Linux và Windows

Khi nói đến việc đồng bộ hóa thời gian cho mọi hoạt động, Network Time Protocol (NTP) sẽ giúp chúng ta giải quyết cả hai vấn đề, cung cấp cho người dùng thời gian chính xác trải dài trên nhiều thiết bị khác nhau. NTP là một giao thức internet – được sử dụng để đồng […]

Tạo SSH key trên Ubuntu/Linux

1. Khởi tạo cặp SSH key – keypair mới Mở terminal (Ctrl + Shift + T với Ubuntu), chạy lệnh: Ở đây bạn có thể chọn tên file cho SSH, mặc định là id_rsa. Nếu bạn chưa có SSH key nào, chúng tôi khuyến cáo bạn dùng tên này. Sau khi chọn tên file, Terminal […]

How To Fix 8 Common Errors on CSF (ConfigServer Security & Firewall)

ConfigServer Security & Firewall (CSF) is one of the most advanced firewalls available for Linux servers. It can be easily installed on almost all Linux-based operating systems, including RedHat Enterprise Linux (RHEL), CentOS, CloudLinux, Debian, Ubuntu, Fedora, and OpenSUSE. In addition, almost all types of virtual private servers are also compatible with CSF Firewall like KVM […]

Hướng dẫn cài đặt và cấu hình CSF Firewall chi tiết nhất 2021

Contents 1. CSF Firewall là gì2. Cài đặt CSF3. Cấu hình CSF4. LOGIN FAILURE DAEMON (LFD)5. IP Block List – Cập nhật danh sách IP cần chặn6. CSF Allow/Deny theo Country7. Sử dụng command line8. FILE LOCATIONS9. Các điểm cần lưu ý10. Uninstall CSF1. CSF Firewall là gì CSF (ConfigServer Security & Firewall) là tường lửa […]

Giải thích và sử dụng CSF (ConfigServer & Firewall)

Các câu lệnh thường dùng trong CSF (ConfigServer & Firewall) Lệnh Chú thích Ví dụ thực tế csf -e Bật csf (start csf) [root@sv ~]#csf -e csf -x Tắt csf (stop csf) [root@sv ~]#csf -x csf -s Bắt đầu các quy tắt tường lửa (Start the firewall rules) [root@sv ~]#csf -s csf -f Flush/Stop firewall […]

Định cấu hình SSL cho Docker

Thiết lập SSL cho Docker của bạn bằng proxy Nginx. Khi bạn đã cài đặt Kendis Docker và nó hoạt động, bạn có thể làm theo các bước sau để định cấu hình SSL. Contents Bước 1: Tạo thư mụcBước 2: Thay đổi thư mục thành docker_ssl_proxyBước 3: Tìm địa chỉ IP vùng chứa của […]

Allow Outbound SMTP

How to Configure CSF to Allow Outbound SMTP? When we enabled CSF on the server, most of the WordPress users are having issues with sending emails. After disabling the CSF, the sender will be able to send the emails. To fix this issue, you would need to allow the SMTP on server firewall. For more […]