Blockchain Explorer Issues

Crypto Explorer Index Updating after reboot

If you’re deploying a simple cryptocurrency blockchain explorer with Iquidus platform, sometime you maybe meet some problems with VPS/Server reboot. Here is a story with the same issue: Hi,I’m trying to index an old blockchain…

54 Likes Comment
Bypass Cross-domain Policy

Bypass cross-domain policy download HLS stream with FFMPEG

HLS stream ( m3u8 ) is a well-known media type in the Internet. How could I download the m3u8 to MP4 by using ffmpeg Some application, website has protected their stream by cross-domain policy. We’ll…

70 Likes Comment

Simple script to keep key process running

If you’re running a VPS to host your website blog, how could you keep your service running Yes, It’s simple. You need to monitor the key (important) services, processes of your application running. Here’s my…

53 Likes Comment

Disable Litespeed cache on shared hosting

LSCache provides excellent improved performance by caching website content. But I sometime need to run another caching solution. So today I will tell you how to disable LScache on a specified domain. Modify your .htaccess…

47 Likes Comment

Sublime text 3207

How to install Sublime text editor Download: https://download.sublimetext.com/Sublime%20Text%20Build%203207%20×64%20Setup.exe Bypass the license key server: Activate the software:

44 Likes Comment
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…

55 Likes Comment