Author: Aniruddha Chaudhari

Computer Network

Main Difference Between Physical and Logical Topology [Comparing Definition]

What is the main difference between physical and logical topology? Different types of physical and logical topologies with the comparison.

Code

How My 10 Lines code of Python Generate HTML Page | Amazing?

How I have used Python to create HTML code? This simple Python Generate HTML code, helped me to write 1000’s lines of HTML code.

linux

How to Find Total Size of Directory in Linux using du Command?

How to find total size of directory in Linux through the terminal using ‘du’ commands? I used it when my system was crashed.

linux

How to Mount/Umount USB Drive in Linux by Running Simple Commands?

How to mount and umount USB drive in Linux when it is busy? What are the Linux commands for mounting and unmounting USB drives?

event

NIT Trichy Presents Pragyan | Biggest Tech Fest in India [Event]

As like every year this year as well, NIT Trichy Pragyan 2017 is thrilled with back to back exciting tech events for a couple of months…

TCP

14 Difference Between TCP and UDP Protocol Explained in Detail

What is the main Difference Between TCP and UDP Protocol? Where to use TCP or UDP protocol? Which is connection oriented protocol?

cpp

Write a C Program to Print 1 to 100 without Loop, Recursion or Goto

Write a C program to program to print 1 to 100 without loop and recursion. Two simple methods to print a series of numbers without loop explained with an example.

bash

Should I learn Python or Shell Scripting | Difference Between Two?

Python vs Shell Scripting: What is Shell Scripting? What are the advantages of Python over Shell scripting? Which one you should learn?

Python

Python Lambda Function List Comprehension | Map, Filter, Reduce

What is Python lambda function list comprehension? Explained with map, filter, reduce examples. Difference between normal function and lambda.