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…

280 Likes comments off
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…

275 Likes comments off

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…

218 Likes comments off

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…

226 Likes comments off

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:

234 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…

233 Likes comments off

Disable autostart/autoplay HTML5 video tag

How to change autoplay off? Just a simple javascript will help you to disable autoplay feature of video tag in HTML5 Remember to remove autoplay param from video tag Set and unique class id of…

209 Likes comments off
Navicat Premium

How to install Navicat Premium on Windows

Navicat Premium is a very powerful database development tool that allows you to simultaneously connect to MySQL, MariaDB, MongoDB, SQL Server, Oracle, PostgreSQL. 1. First, go to official website to get the latest trial download…

218 Likes comments off

Stablehost BlackFriday promo code

Starting your new online project with stablehost. Discount up to 80%. Promo code is: blackweekend Have you got referral yet ? Here is my invitation url: https://billing.stablehost.com/aff.php?aff=4799

196 Likes comments off

How to cut video using ffmpeg

How could I trim ( cut ) video based on start and end time using FFMPEG ? Firstly, we can calculate the length of output video stream based on start, end time.

223 Likes comments off