BLOG

Latest Articles

Azure File Sync Explained with Practical Examples

Using Microsoft azure file sync to centralize our organization's file shares in Azure Files, while keeping the flexibility, performance, and compatibility of an …

By sahilhulage · 11 min read · Azure

20 ss command examples in Linux [Cheat Sheet]

Use ss command to examine the sockets in Linux. It is an excellent network troubleshooting tool, successor of netstat command. Check active connections with …

By rohantimalsina · 14 min read · CheatSheet

Steps to format SD Card in Linux [100% Working]

Step by step instructions to format SD card using 3 different methods in Linux. Using file manager, gparted and fdisk to format sd card in Linux

By admin · 7 min read · Tips and Tricks

How to PROPERLY Join Lists in Python [10 Methods]

python join lists using 6 different methods including plus (+) operator, asterisk (*) operator, naive method, list comprehension, extend method and …

By bashiralam · 12 min read · Python