ClearView – Zero Configuration Web Server Monitoring Tool

ClearView – Zero Configuration Web Server Monitoring Tool

Have you recently moved away from Linode to any other VPS (Virtual Private Server) providers for hosting your web server? Are you still desperately looking for an alternative to Linode server monitoring tool LongView? Yes…. Ok, I am here to guide you in fixing the web server monitoring issues. I have hosted this blog in Linode for more than two

Create Private PPTP VPN for personal use in Linode Cloud Hosting.

Create Private PPTP VPN for personal use in Linode Cloud Hosting.

Nowadays many things are getting blocked by the government, and sometimes without even a valid reason. When something like this happen to you, you probably looking for some way to bypass these restrictions, and most of the times we look for free or cheap VPNs. In today’s world, nothing is actually free, there is always something we are giving in

Multi-Thread Super-Fast Software Inventory Scan using WSMan (PowerShell Remoting)

Multi-Thread Super-Fast Software Inventory Scan using WSMan (PowerShell Remoting)

Recently I was asked to pull the software inventory report from multiple severs hosted in Azure, but unfortunately pulling data from WMI not allowed, only PS Remoting was enabled, so I made some changes on my previous script and used Invoke-command to pull the date for all the servers. It was easy and the most effective way to extract that report

New Feature : EC2 Instance Console Screenshot for Boot Troubleshooting

New Feature : EC2 Instance Console Screenshot for Boot Troubleshooting

Finally a great feature add to AWS EC2 instances (HVM virtualization only), which was requested by almost everyone. Now we can take a console screenshot of any EC2 Instances. This is now available publicly. Earlier we had to log a case with AWS Support to get the AWS Console screenshot. This is a similar feature like Boot Diagnostics for Azure

Multi-Threading Super-Fast Disk Utilization Report using Background Jobs in PowerShell

Multi-Threading Super-Fast Disk Utilization Report using Background Jobs in PowerShell

Automate task using script is always helpful, it reduced human error and efforts, but sometimes it still takes a lots of time to execute same command on multiple remote servers one by one. For example, my disk utilization script, it works perfectly fine, but taking lots of time to generate report for thousands of servers. To get the result faster