Installing Gender PHP Extension

Gender PHP extension is “gender.c” part program written by Joerg Michael. PHP gender extension finds gender from firstnames using gender database contains > 40000 firstnames for 54 countries. >> CentOS Linux release 7.4.1708 (Core) PHP 7.2 # yum –enablerepo=remi install php72-php-pecl-gender I am using Nginx with PHP 7.2 Check files exists # ll /etc/opt/remi/php72/php.d/40-gender.ini # … Read more

FFMPEG MP4 to HLS M3U8 TS Streaming

HTTP Live Streaming (HLS) is very popular for live-streaming and on-demand video (VOD) technology by Apple. HLS need HTTP/HTTPS protocol which allows to stream from a regular web server. FFmpeg is multimedia framework used for stream play, decode, encode, mux, demux, stream, transcode and filter. Install FFMPEG on Ubuntu # apt install ffmpeg How to … Read more

Best API for Geolocating an IP Address

GeoIP Location tracking help website owner to serve users better way. GeoIP helps to locate and identify website visitor’s Location by IP address. There are many GeoIP Location API in market which have global IP database services worldwide, but they have some limitations on number of API call per website or user. IP Geolocation API … Read more

RadioSSL – HTTPS Secure Radio Streams

Are you using HTTP (Non-secure) Radio Stream providers for Icecast / shoutcast? You can check SSL validation using Why No Padlock?, If you already have SSL enabled for your Radio Streaming. Do you need HTTPS (Secure) Radio Stream Link for Icecast and Shoutcast for Non-Secure HTTP Streams? HTTP Radio Streams Shoutcast V1 (http://shoutcast-server:port/) Shoutcast V2 … Read more

Certbot letsencrypt renewal attempts failed ‘ascii’ codec can’t decode byte 0xe2

I have used Certbot https://certbot.eff.org/ over 500 websites till now. Certbot Automatically enable HTTPS on your website with EFF’s Certbot, deploying Let’s Encrypt certificates. Read more articles about Certbot Here Certbot allows many servers (Nginx / Apache / Wowza / Icecast) to enable AUTOmatic SSL renew using Cronjobs. But sometimes Copy/Paste make strange errors in … Read more

Install Darkstat 2.6 on Ubuntu

Darkstat captures network traffic, calculates statistics about network usage, and serves reports over HTTP. Darkstat track server PORTs based on local & remove server. Install Darkstat 2.6 on Ubuntu https://t.co/IrF1g2LNfQ #tcpdump #ubuntu #darkstat pic.twitter.com/RCSWO2Mgnh — Sandeep Verma (@svnlabs) January 8, 2019 Features – Traffic graphs, reports per host, shows ports for each local & remote … Read more

Install Squid Proxy on Ubuntu

>> 1. Squid stores web files from previous requests to speed up future transfers. >> 2. ACLs (Access Control Lists) for user resources. >> 3. Bypassing website / domain filters. First Install Dependencies # apt-get install build-essential [for configure: error: Basic auth helper LDAP … found but cannot be built] # apt-get build-dep squid3 Download … Read more