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…
Posted inUnix Upgrade Apache to Latest Version in Ubuntu Server 20 Posted by By Haneef Puttur November 2, 2020 Step 1: Check the current version of your apache2 as follows apache2 -v Step 2…
Posted inASP.Net C# General MVC ASP.NET MVC C# Hello World! Posted by By Haneef Puttur October 30, 2020 This simple tutorial will guide you to create a small MVC application with CRUD features.…
Posted inGeneral Internet Wordpress HTML script to display recent youtube video from a specific channel Posted by By Haneef Puttur October 29, 2020 Scenario: You wish to embed recently uploaded video into your HTML site. Requirements : Find…
Posted inC# OwnCloud Tweaks and tricks for C# Developers Posted by By Haneef Puttur October 27, 2020 What is owncloud Visit https://owncloud.com/ for more details . How to control OwnCloud management from…
Posted inAmazon Extending Volume of AWS Micro instance from 10GB to 50 GB Posted by By Haneef Puttur October 20, 2020 Scenario : You have aws EC2 instance and storage is 100% full. Requirement : Change…
Posted inGeneral Python Convert python code as a web based service Posted by By Haneef Puttur October 20, 2020 Scenario : We have a simple python code which can be executed using a physical…
Posted inASP.Net C# MVC Creating Async Chained Tasks in C# Posted by By Haneef Puttur October 19, 2020 Scenario : Want to design a c# controller with following feature. # User will submit…
Posted inGeneral Python Google Collab Alternative Jupyterhub run from Home Posted by By Haneef Puttur October 9, 2020 Scenario : Want to install jupyter notebook from a single machine and can be utilized…
Posted inMySQL Testing Concurrent Connections to MySQL Server using script Posted by By Haneef Puttur October 4, 2020 Scenario : You want to test number of allowed parallel connections to your mysql Server…