When I started building applications or developing scripts for automation in Linux environment, I came across a keyword “chmod” to…
Hey, everyone! In this blog, we will learn about something that interests many of us: Shell…
Problem: I needed to transfer files between a Linux filesystem and a Windows file share.
Solution: Using mount and smbclient got things working.
mount
smbclient
smbclient //host/share$ -U domain/user%password…
Techniques needed for every JSON developer to parse multi-level JSON documents.