The term TR stands for translate, using this TR command we can translate, squeeze, replace or delete the strings or characters from standard input, writing to standard output. TR command translates uppercase to lower case, squeezing repeating pattern strings or characters and deletes the characters, the translate command doesn’t take any file … [Read more...] about TR command with examples in Linux
How to disconnect a network drive | Windows 10 | Server 2016 | 2012
If you are looking for an article that explains How to disconnect a network drive on windows work station or server operating system then you are at the right palce, below simples steps one can peform and and disconnect the network drive. There are two ways you can disconnect the mapped network, using GUI it is simple if one wants to delete it … [Read more...] about How to disconnect a network drive | Windows 10 | Server 2016 | 2012
Powershell check port is open or not in Windows 10 Server 2016 and 2012
This article explains how Powershell script to check a port is open or not on any windows computers or server operating system to make sure the port network traffic is flowing or application to work as expected. If you are working as a system admin for a large IT enterprise you may come across to test a port is open or not on a server or … [Read more...] about Powershell check port is open or not in Windows 10 Server 2016 and 2012
Windows 10 turn off automatic updates using simple steps
There are 4 simple ways one can turn off the windows 10 updates, using the windows update GUI option, or windows registry setting or using GPO and stopping the windows update service using the services.msc command. Before we discuss how to turn off windows 10 updates, let me tell you this, regular windows updates actually help your system … [Read more...] about Windows 10 turn off automatic updates using simple steps
How to comment out code in Powershell
How to comment out code in Powershell, we have to comment the text inside the script to descript the code so that others understand the function of the code, here is the simple symbol we use in Powershell to comment out. If you are a beginner to Powershell scripting and looking for how to comment out the code? in most shell scripting languages the … [Read more...] about How to comment out code in Powershell
Net commands in Windows Operating Systems
Net commands in Windows Operating Systems, do you know using net commands configure anything from command line? here in this article, we explain some NET commands to perform a specific task. Here is the list of NET commands available in windows operating systems. These commands allow system administrators to manage the windows operations such as … [Read more...] about Net commands in Windows Operating Systems