A Turning Point
Freedom, Dream, Realize
RSS
  • Home
  • About Us

Womb Vs Universe

12 Jun, 2013

Existence of baby in mothers womb has great similarity with earth in Universe. Baby growing in mothers womb will have same feelings and thoughts which we have living on Earth. Whole science is looking for answers to questions like are we alone, what will happen to earth, what happens tom us when we die, do […]

java.io.IOException: Cannot run program "jar" – The system cannot find the file specified

28 Mar, 2013

There could be different reason for this error but most of the time the issue is related to java path setting. If java is not not accessible using PATH environment variable then the below error is thrown- Extracting files to the temporary location……….java.io.IOException: Cannot run program “jar” (in directory “C:\Watch“): CreateProcess error=2, The system cannot […]

Find the speed of your website

17 Mar, 2013

Are you looking for a way to find how much time your website takes to load or do you want to compare your website speed with any other website on net. You can use http://whichloadsfaster.com/ to verify this. This site gives time in milliseconds. This site also gives recommendations to increase the speed of your […]

How to delete empty lines from text/word document

28 Feb, 2013

You can remove the empty lines easily using Textpad. Download trial version from http://www.textpad.com/download/ Copy the text content into textpad, Example text Press key F8 or Go to Search—>Replace In “Find What” field enter ^\n as shown above, Click Replace All, the text will appear as below with no empty lines in between-

100% memory usage by SQL Server 2008

20 Feb, 2013

One of our client reported that SQL Server is using almost 100% memory on the server. After analysis we found that what our client observed was actually designed behavior of SQL Server. When Microsoft SQL Server is started, it slowly starts using memory and after some time you may observe that whole memory is used […]

How to Automate/Schedule batch file for Tasklist command with output to files with different names

19 Feb, 2013

In this post you will find: 1. How to schedule/Automate a batch file in Windows 2. How to use Tasklist.exe to get applications and services with their Process ID for all tasks running on either a local or a remote computer. [More Details] 3. How to redirect the output to file with different names. If […]

How to find Database size in SQL Server 2008 R2

18 Feb, 2013

There are different ways to find the DB size. The easiest way is: 1. Login to SQL Server Management Studio –> Select the DB—>Right click on Properties The popup as shown below will show the DB size- The size shown 3743.38 MB is sum of Data and Log files. Point to understand here is that […]

How to investigate 100% CPU usage problem in SQL Server 2008

13 Feb, 2013

If SQL Server 2008 is showing 100% CPU usage then following actions should be taken to find the cause of the problem and to rectify it. 1. Verify in Task Manager—>Processes, that Sqlserver.exe is using 99% or 100% CPU activity. 2. Invoke Activity Monitor in SQL Server Management Studio to check the processes taking most […]

How To create/restore database using *.mdf file on SQL Server 2008 R2 (assuming that LDF file is lost)

10 Feb, 2013

Database can be created using MDF file using below statement- In this example LiveTest is DB for which only MDF is available and LDF file is lost. Login to SQL Management Studio,  open query window and execute  the below statement after replacing the DB name and MDF path- USE master; GO CREATE DATABASE LiveTest ON […]

Extraterrestrial life visited Earth

27 Jan, 2013

Just saw the documentary ‘Chariots of the Gods’. It was made in 1970’s by  Erich Von Daniken. This documentary can be viewed on youtube. One of the focus point of this documentary is to collate data from all parts of world and then try to conclude whether ever anyone visited Earth from outer space. After […]

«< 23 24 25 26 27 >

Search

Categories

  • .Net
  • Astrology
  • Astronomy
  • Athena
  • AWS
  • Azure
  • Azure DevOps Server
  • Bitbucket
  • Blogging Tips
  • CentOS
  • Chrome
  • CI/CD
  • Cloud
  • Docker
  • DynamoDB
  • ECR
  • ECS
  • EKS
  • Excel
  • Galaxy S4
  • General Tips
  • git
  • GitLab
  • Glue
  • Google
  • Google Drive
  • Google Maps
  • IAM
  • Jenkins
  • JFrog
  • Joomla
  • Kinesis Firehose
  • Kubernetes
  • Lambda
  • Linux
  • OAuth2.0
  • Outlook
  • POSTMAN
  • PowerBI
  • PowerShell
  • Python
  • Qualys
  • Research
  • S3
  • Selenium
  • SNS
  • SQL Server 2008
  • SQS
  • Storage Account
  • terraform
  • Terraform
  • Terraform
  • TestComplete
  • Testing
  • Uncategorized
  • Video
  • VSCode
  • Web Server
  • Windows
  • Windows XP/7
  • WordPress
  • YouTube

Click to see

More Sites to Visit:

MidnightBlue Jewellery
At MidightBlue Jewellery, each piece has a unique
look and feel, bringing sparkle into
your everyday life.

Ride with Friends
Fun on wheels

Upload Document and Earn Money
Make money by Selling your Content and Documents.
  • Tools required to install to work with AWS EKS cluster

    Amazon EKS clusters require kubectl and kubelet binaries and the aws-cli or aws-iam-authenticator binary to allow IAM authentication for your Kubernetes cluster.

  • OAuth 2.0 Client Credentials Grant type flow

    The Client Credentials grant type is used by clients to obtain an access token outside of the context of a user. This is typically used by clients to access resources about themselves rather than to access a user’s resources.

  • Creating custom Terraform providers and extending Terraform’s functionality

    One of the advanced features of Terraform is the ability to create custom providers, which allows you to extend Terraform’s functionality to manage resources that are not natively supported.

  • An introduction to Terraform and its use cases

    Terraform integrates well with a variety of tools, including version control systems, continuous integration and delivery (CI/CD) pipelines, and collaboration tools.

  • Working and investigating issues with AWS ECS containers

    If you are experiencing issues with your Amazon Web Services (AWS) Elastic Container Service (ECS) containers, here are a few steps you can take to investigate and troubleshoot the issues

  • What is Docker and how can I use it

    Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.

  • Tag to a previous commit in a Git repository that you have cloned locally

    To add a tag to a previous commit in a Git repository that you have cloned locally, you can follow these steps

A Turning Point
© A Turning Point 2025
All Contents are Copyrighted to Turning Point.

↑ Back to top