Install the Distro-Stable Version of Node.js with YUM In order to download this version, we will use the yum package manager. Update your yum packages: sudo yum update Install Node.js: sudo yum install nodejs Verify the current version of Node.js: node –version Install npm (Node Package Manager): sudo yum install npm Install Node.js using NVM Instead of using yum, you can install..
Read moreInstall PM2 Now we will install PM2, which is a process manager for Node.js applications. PM2 provides an easy way to manage and daemonize applications (run them as a service). We will use Node Packaged Modules (NPM), which is basically a package manager for Node modules that installs with Node.js, to install PM2 on our app server…
Read moreCài đặt Certbot Cách dễ dàng để cài đặt chứng chỉ Let’s Encrypt trên VPS là sử dụng Certbot Client. Trên CentOS 7, Certbot có sẵn ở EPEL Repository. Bạn chỉ cần enable lên với câu lệnh sau: 1 rpm –ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm Ubuntu bạn cần cấu hình Certbot PPA với câu lệnh sau: 1 2 3..
Read moreEasyEngine là gì? EasyEngine là một *UNIX script dành cho hệ điều hành Ubuntu/Debian giúp bạn tự động cài đặt một webserver sử dụng NGINX và PHP-FPM hoàn chỉnh phục vụ riêng cho WordPress. Điều này có nghĩa là nó sẽ tự tối ưu hóa cho NGINX để làm việc với WordPress tốt nhất. Bởi vì chúng ta..
Read moreTrước tiên, các bạn hãy khởi động lại máy tính. Đến màn hình khởi động này thì tắt máy tính đi (bằng cách bấm nút nguồn, rút dây nguồn điện…): Đây có thể hiểu nôm na là quá trình gây lỗi, khiến cho Windows không thể khởi động được như bình thường. Và kết quả..
Read moreIf Microsoft spooler subsystem app has stopped working which means your printer will not print You can easily fix this issue as following: Logon as Admin Press “Start” > Type in Search box > COMMAND > find at top of list and RIGHT CLICK “RUN AS ADMIN” net stop Spooler (will echo Deleting all print..
Read more# Triggering the vulnerability # 1) Run this python script. # 2) Open WinRar # 3) Click Options # 4) Click Import/Export # 5) Import Settings from file # 6) Select the Specially crafted Settings.reg file #!/usr/bin/python -w # Title : WinRar Settings Import Command Execution # Date : 02/10/2015 # Author : R-73eN #..
Read more// bo chuyen dong canh tay khi ngoi. cl_viewmodel_shift_left_amt “0” cl_viewmodel_shift_right_amt “0” // bo chuyen dong vu khi nhap nho khi di chuyen. cl_bob_lower_amt “0” cl_bobamt_lat “0” cl_bobamt_vert “0” Hướng dẫn config csgo net_graph CSGO config. Chỉnh net_graph theo vị trí mong muốn và nhỏ hơn dễ thương hơn Copy và paste vào autoexec.cfg //NET..
Read moreRclone là một công cụ đồng bộ hóa dữ liệu tương tự Rsync nhưng lại được tập trung phát triển chức năng kết nối với các dịch vụ lưu trữ đám mây. Ưu điểm của việc sử dụng dịch vụ lưu trữ đám mây đó là tốc độ cao (do có server được đặt trên khắp thế..
Read moreTRIM là một lệnh quan trọng trong Windows, giúp kéo dài tuổi thọ của ổ SSD cũng như duy trì hiệu suất làm việc của thiết bị lưu trữ thể rắn này. Từ phiên bản Windows 7, lệnh TRIM cho ổ SSD được kích hoạt tự động nên bạn không cần phải lo lắng trong..
Read moreDưới đây là các bước để tạo một bot chat trên Facebook Messenger. 1. Thiết lập Messenger bot sử dụng web server để xử lý những tin nhắn mà nó nhận được hoặc tìm ra các tin nhắn để gửi. 1.1. Xây dựng server 1. Tải và cài đặt Heroku Toolbet tại đây để khởi..
Read moreChỉ với một dòng lệnh, bạn có thể làm cho máy tính tăng tốc trở lại. Bên cạnh đó, bạn cũng có thể tạo ra một shortcut để có thể tối ưu hóa hệ thống bất cứ khi nào cần thiết. Hầu hết tiện ích điều chỉnh hệ thống cho Windows hiện nay đều cung..
Read moreStart boot from CD (source windows). Select/confirm a language, keyboard layout and so on. Don’t click Install now – choose Repair your computer instead. Click Troubleshoot and than Command Prompt Call these commands: bootrec /fixmbr bootrec /fixboot bootrec /rebuildbcd Confirm the Window installation to be added to boot. Reboot and let it boot from disk.
Read morePin máy tính laptop dùng lâu ngày sẽ bị chai tuy nhiên để xác định được pin bị chai bao nhiêu thì thường chúng ta sẽ cần tới phần mềm hoặc tự ước lượng trong quá trình sử dụng. Tuy nhiên có một cách đơn giản mà chính xác giúp bạn xác định được mức..
Read more
WinNMP – Config
How to send emails using PHP WinNMP has 2 options for processing emails sent by PHP’s mail() function: mSmtp and mailToDisk (default). To change the option, edit confphp.ini and modify sendmail_path: For Development use mailToDisk (the default): sendmail_path = ‘”C:/WinNMP/bin/php” -n -f “C:/WinNMP/include/tools/mailtodisk.php”‘ Emails will be saved to logmail-XX.txt For Production use mSmtp: sendmail_path = ‘”C:/WinNMP/bin/msmtp/msmtp.exe” -C “C:/WinNMP/conf/msmtp.ini” -t’ You also need to edit confmsmtp.ini in order to configure SMTP server options How..
Read more