Blogs



What is Router in Networking? and How router Works?
What is Router in Networking? and How router Works?

Router एक internetworking device जो की OSI Model की layer - 3 (Networking Layer) पर work करता है। इसका मैं purpose different - different computer n... Learn more

what is switch ? And How switch works ?
what is switch ? And How switch works ?

switch एक data link layer (layer - 1) networking device है जिसका use किसी network में multiple devices को connect करने के लिए किया जाता है। यह OSI ... Learn more

What is Hub? and How Hub works?
What is Hub? and How Hub works?

hub एक physical layer networking device है जिसका use किसी network में multiple devices को connect करने के लिए किया जाता है। mostly hubs का use comp... Learn more

Linux mv Command
Linux mv Command

Linux में use होने वाली mv command बहुत ही common but important command है। अगर आप Linux के बारे में ज्यादा नहीं जानते हैं तब भी आपने कही न कहीं इस... Learn more

Linux Create And Remove Directory
Linux Create And Remove Directory

Linux में mkdir और rmdir command का use directories को create और remove करने के लिए किया जाता है। Learn more

Linux tree Command
Linux tree Command

Linux में tree command , file structure को traverses करके tree like format में files और directories को list करता है। यह काफी useful command है अगर ... Learn more

Linux rm Command Example | Remove file / directory In Linux
Linux rm Command Example | Remove file / directory In Linux

rm command का main purpose files और directories को remove करना है। इस command का use करके remove की गयी files और directories को undone नहीं किया जा... Learn more

Linux cat command Example | Linux print file content on terminal
Linux cat command Example | Linux print file content on terminal

cat command का use files (file content) को concatenate करके standard output पर print करता है। Learn more

Linux Write to a File in Bash
Linux Write to a File in Bash

Bash में file को read और write करने के कई तरीके हैं। सबसे easy तरीका है ">" और ">>" का use करके file में write करना। ">" और ">>" का use करके आप Lin... Learn more

Linux touch command
Linux touch command

Linux में touch command operating system के लिए एक standard program है, जिसका use करके file के timestamp create , change और modify करने के लिए किया... Learn more