All posts Paper color Change page color Announcements
Tags: python , python3 , functional programming

Python3 maps and list-comprehensions are not interchangable

It has been long since I wrote any blogs. In a world full of people screaming for attention, silence feels like death. By hiding my opinions, I forgot how to participate in healthy discussions. As such, I've made a decision to restart blogging and make my points known. ...
Tags: Scrapy , FTP

Scrapy Download Helper FTP for Directory Listing Support

Scrapy default ftp download helper is perfect for file download over FTP. Sometimes FTP directory listing is required & default ftp download healper doesn't work at all. ...
Tags: Selenium , Python , Chrome-Driver , Proxy-Auth

Selenium Chrome-Driver Proxy with Authentication

Proxy in Selenium chromedriver is easy to configure but what happens when authentication is needed!! ...
Tags: Selenium , Chromedriver , Custom-Headers , Chrome-Extension

Modify and Add Custom Headers in selenium Chrome-driver

To get a solution for custom headers in Chrome-driver, googled a lot. But doesn't get any perfect solution. Then I write this solution myself & now I am sharing - if anyone has better solution or improvements please don't forget to comment. ...
Tags: Newfies-Dialer , Django , Python

Newfies Dialer Bulk Contact Import Customization

Newfies-Dialer is a voice broadcast and SMS messaging platform that sends telephone calls and text messages at very high speed to help you grow and retain your customer base effectively. ...
Tags: salesforce , dkim , dmarc , deliverability

DKIM for salesforce group edition or professional edition

Before I pitch our solution of DKIM support in group and pro edition of salesforce, let me tell you why DKIM is important. DKIM is a reputation system that is exclusively bound to a domain name, rather than an IP address. ...
Tags: pfsense , asterisk , vicidial

NATed Vicidial/Asterisk NAT configuration for clients NATed behind pfSense

There are some misconceptions about vicidial and pfsense compatibility. Some people on vicidial forum claim that pfsense and vicidial doesn't work together, but I haven't found that to be true in this particular setup i did for my client. ...
Tags: BD , Bangladesh , Postal-Code , Zip-Code , District , Division , Thana , Python-Package , Pypi

Bangladesh zip code library BD

Bangladesh postal code library. List of districts, divisions and thanas. ...
Tags: pycairo , py2cairo , python , waflib , waf , wscript

Installing PyCairo in virtualenv (Debian/Ubuntu)

Googled a lot to find a solution for installing PyCairo in virtualenv but ended up without any perfect solution. Hope my solution gonna help you a bit. ...
Tags: postfix , antispam firewall , email gateway , amavisd before-queue filter

Antispam gateway with postfix and before-queue-filter-with-amavisd

This is a configuration that we use as an antispam gateway for an internal mail server. The antispam gateway receives email from internet, scans it for spam and virus, if found, rejects the bad email during smtp conversation with the spammer. ...
All posts Paper color Change page color Announcements