We have heard a lot about iaas paas saas in cloud computing terms. IaaS stands for Infrastructure as service, PaaS stands for Platforms as a service and SaaS stands software as a service Let’s take a look at the key difference between them and examples of them (1) IAAS This is known as Infrastructure as a […]
General
windows grep equivalent to search text
We use grep command to search for strings in the Unix Operation system. Now when we work on Windows, we don’t have grep command in Windows, So We often look for grep equivalent in windows. This problem can be solved on Windows using these three free tools. These tools can do many works same as […]
how to tell who has a file open in windows
This post I will discuss about various to troubleshoot the problem where we cannot move the file in window or permission denied as some of the process has that file open . There are two cases in this scenerio File is opened by the Process on the Same system In this particular case, you can […]
Awesome Free Remote Desktop Manager
Remote Desktop Protocol (RDP), developed originally by Microsoft, is a network protocol that provides a way for people to get access to a computer remotely with a nice lightweight user interface along with input devices like keyboard and mouse. Both Windows 7 and 8 come with a native Remote Desktop Client that lets you connect […]
What is Cloud Computing
Introduction to Cloud Computing Cloud computing is a type of Internet-based computing that provides shared computer processing resources and data to computers and other devices on demand. It is a model for providing on-demand access to a shared pool of configurable computing resources (Example computer networks, servers, storage, applications, and services) which can be rapidly provisioned […]
CPU vs Core Vs Socket
We often get confused between CPU vs Core Vs Socket and How to find that in Windows. Here is my attempt at explaining those terms and how we can find them in Windows Physical CPU It is the physical Processor on the server. Each CPU is assigned to one socket Core Each Physical CPU consist […]