How to reset Password Mysql on Linux service mysqld stopmysqld_safe –skip-grant-tables &mysql -u root 3. 1 use mysql; 3.2 update user set authentication_string=PASSWORD(“mynewpassword”) where User=’root’; 3.3 flush privileges; 3.4 quit 4. service mysqld stop5. service mysqld start Bài viết liên quan 1. Linux mysql syntax 2. MySQL Master Master Repliction …
Read More »How to Installing, Configuring and Secure FTP Server On CentOS 7
FTP stands for File Transfer Protocol, a file transfer protocol between computers that has been used for decades. Although many security solutions have been added, FTP is still fundamentally an insecure method of transferring files. However, FTP is still useful when delivering files to multiple users, or when working in …
Read More »WARP+ VPN miễn phí trên Windows – VPN Clouflare
Sử dụng APKCombo VPN để cài WARP+ (1.1.1.1) – VPN Clouflare Download phiên bản tương thích bên dưới nhé Download warp dành cho windows 64 bitDownload warp dành cho windows 32 bitDownload VPN Clouflare from Google Drive – Tham khảo thêm: SysTools SQL Backup Recovery 7.0.0.0 Tham khảo thêm: Hướng …
Read More »Linux ping Command Options
Question 1. How to use ping command? Begin with Ctrl + Alt + T for open command. Exp: Ping 172.24.72.6 # ping 172.24.72.6 PING 172.24.72.6 (172.24.72.6) 56(84) bytes of data. 64 bytes from 172.24.72.6: icmp_seq=1 ttl=250 time=24.0 ms 64 bytes from 172.24.72.6: icmp_seq=2 ttl=250 time=23.6 ms Question 2. How to …
Read More »Cài đặt FFmpeg + FFmpeg-PHP +Lame + Ruby + Mplayer + Mencoder + flv2tool
Cài đặt FFmpeg + FFmpeg-PHP +Lame + Ruby + Mplayer + Mencoder + flv2tool Để cài đặt các gói như FFmpeg, Lame….. Cần thực hiện các bước sau. Di chuyển vào thư mục cài đặt. Mã: # cd /usr/local/src 1. Lame MP3 encoder Cài FFmpeg là chưa đủ, FLV …
Read More »Cấu hình MYSQL slave to master
How To Set Up Master Slave Replication in MySQL About MySQL replication MySQL replication is a process that allows you to easily maintain multiple copies of a MySQL data by having them copied automatically from a master to a slave database. This can helpful for many reasons including facilating a …
Read More »Hướng dẫn cài đặt chứng chỉ SSL cho NGINX/Apache miễn phí từ Let’s Encrypt (Debian/Ubuntu/CentOS)
Let’s Encrypt là một nhà cung cấp SSL ( Certificate Authority) mới cung cấp cho bạn chứng chỉ số SSL hoàn toàn miễn phí và đặc biệt không giới hạn, bạn sử dụng cho bao nhiêu domain cũng được, cả SSL Wildcard cũng được luôn. Đây là một tổ chức được …
Read More »Tạo USB Cài Linux tự động
Bạn sẽ không còn tốn thời gian để ngồi tạo từng USB cài đặt các bản Linux mỗi khi cần dùng với tiện ích này, đó là Tạo USB Cài Linux tự động Thông thường, người dùng yêu thích sử dụng các phiên bản Linux như Ubuntu, Fedora, FreeBSD,… muốn …
Read More »Xây dựng Firewall cho hệ thống
Xây dựng Rirewall cho hệ thống Giải pháp: sử dụng iptables của Linux. Cách làm: Mở system configuration của Linux (gõ lệnh setup). Vào firewal, enabled firewall. Start iptables service (service iptables start). Tạo một chuỗi (chain) hoạt động cho danh sách chấp nhận và từ chối. Tạo danh sách …
Read More »Cài đặt, cập nhật thời gian trong linux
Điều chỉnh thời gian hệ thống – dùng lệnh: date MMDDhhmm vd :(date 09020800) -> cấu hình ngày 2 tháng 9 ; 8 giờ 00 phút AM Sau đó dùng lệnh hwclock để cập nhật thời gian xuống bios cho đồng bộ: hwclock –hctosys => cập nhật thời gian từ hệ thống …
Read More »