Posted inGeneral Clarity – Free user behavior analytics tool Posted by By Haneef Puttur August 12, 2022 Clarity is a user behavior analytics tool that helps you understand how users are interacting…
Posted inFree Software mautic Open Source Bulk Mailing Automation Software – Mautic Posted by By Haneef Puttur June 3, 2022 Please note these are just outlines , intended for developers. Feel free to ask if…
Posted inGeneral Internet Windows Adding Scroll News Text Overlay to Video Live Stream – YoutubeLive / OBS Posted by By Haneef Puttur March 19, 2022 Scenario : To add dynamic text to live stream video using simple web server. Challenges…
Posted inPython Exporting Anaconda Environment to Another Machine Posted by By Haneef Puttur July 8, 2021 Scenario : Copy entire environment as it is to another machine Step 1 : Switch…
Posted inPython Enabling CUDA Gpu support for TensorFlow Posted by By Haneef Puttur June 12, 2021 Setup : Windows 10 computer with NVIDIA GPU Anaconda Installed Installing cuda GPU spport for…
Posted inGeneral Create Event Certificates using PHP Posted by By Haneef Puttur April 3, 2021 Earlier I have posted an article on create bulk PDF certificates using Python https://haneefputtur.com/creating-event-certificates-in-python.html. Since…
Posted inApple Unix Give second life to MacBook 4,1 Posted by By Haneef Puttur March 29, 2021 I purchased a second hand MacBook for a throw away price of around 75 USD…
Posted inPython Creating Event Certificates in Python Posted by By Haneef Puttur March 5, 2021 Requirement: Creating a python script which will generate bulk certificates for any event in a…
Posted inGeneral Windows Batch file to connect to Cloudflare RDP Access Posted by By Haneef Puttur February 9, 2021 Scenario: You want to connect to remote desktop which is configured through cloudflare. Everytime you…
Posted inUnix Blocking ICMP ping requests in Ubuntu 20 Posted by By Haneef Puttur November 2, 2020 Step 1: Backup existing firewall rules sudo cp /etc/ufw/before.rules /etc/ufw/before.rules_backup Step 2 : Actual task…