How to get nulled best cache wp plugin

Here I’ll tell you how to get nulled the best cache wp plugin. WP-Rocket. Download and extract a fresh ( not nulled ) wp-rocket zip file from a trusted source ( no malware, no virus…

199 Likes comments off

Flash Player EOL (End Of Life) Workaround Solution

If you’re running VMware client, Internet Explorer, Firefox, Chrome requires Adobe Flash Player to execute your application, here is some solution you should try: 1. Find a portable browser ( included installed flash player )…

188 Likes comments off

Indexing update in iquidus explorer

Sometime the indexing, synchronization process take longer time than I expect. Scripts/sync.js seems to be hang, no response? Here is the way to make you clear about the description of sync process Edit the scripts/sync.js:…

241 Likes comments off

VSFTPD 530 Login incorrect

Have you ever met a problem with installing a new FTP server using VSFTPD on CentOS? Here is my vsftpd.conf file And monitor vsftp.log: Here is the solution: vi /etc/pam.d/vsftp comment #auth required pam_shells.so service…

213 Likes comments off

Activate Office 2010 on Windows 10

How to activate Office 2010 Pro Plus production key by command line? Here is some command you must run as Administrator rights: That’s OK. Have fun.

195 Likes comments off

Force https:// for q2a site

Already installed SSL certificated for your website ( let’s encrypt or purchased SSL ). See how to force https:// via .htaccess file configuration. One more step to complete your rule. Go to Question2Answer dashboard, modify…

209 Likes comments off

Fixed bash warning setlocale LC_CTYPE

How to fix this warning while connecting to remote ssh servers via Terminal on macOS Solution 1: Modify the file :vi /et/ssh/sshd_config . Comment the parameter: Solution 2: Terminal > Preferences > Select Terminal type…

211 Likes comments off
Convert HEIC to JPG

Convert HEIC into JPG on macOS

HEIC stands for High-Efficiency Image Container, is the default format on new photos on iOS 11 or later. And there’s a little issue for you when you need to create some designs on windows, or…

240 Likes comments off

Create a bootstrap file to speedup wallet synced

On Windows: Go to CMD command windows, locate to your wallet data folder. Create a bootstrap.dat file using copy command On linux, locate to your wallet data path and execute the following command: ls -1…

226 Likes comments off
Error 404 on Wordpress nginx

Fixing 404 error in wordpress on VPS running nginx

Apache rewrite rules and Nginx rewrite rules are different In apache, all you need to configure permalink using mod_rewrite module in .htaccess file. But in Nginx you’ll do in nginx.conf rewrite rules. To avoid 404…

234 Likes comments off