Skip to main content

Posts

PowerShell Gallery is currently unavailable

Recently working on an automation in windows server I got this issue and my automation got stopped. Generally by this error you will know the server is unable to reach out to the PSGallery. ERROR [DBG]: PS C:\Users\nagarro>> Get-PSGalleryApiAvailability -Repository PSGallery VERBOSE: Error in executing PowerShell Gallery is currently unavailable.  Please try again later. Resolution So 2 things which can be done here is: 1. [Net.ServicePointManager]::SecurityProtocol Run this command to check whether the tls1.2 is enabled or not. I f it is not listed just run this command- [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12      2. Sometimes the internet explorer first configuration due to security reason my cause this issue. So you need to open the PS gallery in the IE and add these sites as a exception. You can also disable the config in the registry setting of IE. I was able to solve the issue by th
Recent posts

3 quotes that keeps me motivated

These are the quotes that really hold my mind and really want to share them with you. 1. Idea is to be rich not to look like rich. 2. Biggest risk you can take is take no risk at all. 3. Do not give too much of today to yesterday.  Thanks for reading!

What are top 3 things happening in Indian IT 2020

I hope you are one of the fresh IT graduate or already a fish in the IT sea. Somehow you are interested in what is most happening thing in the IT industry of India in this 'unlucky year' 2020. I am an devops engineer working with some of the service based industries here in India. So I will be sharing my experience here about the current scenarios. 1. WORK FROM HOME     So this corona pandemic situation has bought us in a situation where even the companies are forced to mandate complete work from home policies. Employees are enjoying their time with their families moreover research says that the efficiency and the mental peace has been improved for the employees working from home. However few reports denies this fact. For some their work life balance is disturbed, companies are forcing them to work for extended hours. But the majority companies are looking for creating new policies , salary packages according to these new conditions. In fact  TCS has announced for 75 percent WF

Stadia; Let's play game online

Yesterday, Google has announced 'Stadia' at GDC 2019. What is Stadia? Stadia is Google's vision for the future of gaming. In simple terms, you can use your browser to play games online. But, Hey! What's new in this? I used to do that. I have played pinball, mario and even when my internet is not working I play dino on chrome. Yeah man! But this thing is different, it's revolutionary and insane (when it is on its fullest). You don't need any special hardware to play graphic heavy games like Assassin's Creed Odyssey, Fifa, Uncharted, Battlefield, etc. You name it and you can play it. You only need an internet connection. You can play it on your rusty desktop, granny's laptop, bedroom Television and on your phone. Remember; only browser and an internet connection. That's great! Tell me how can play this? Let me tell you some key things first before start gaming. This is an online service for which you have to

Configuring and use cases of SSM agent - AWS

Please go and check the official documentation by AWS for deep understanding. This is easy going or just a quick walk-through of what I learned and how to setup things quickly. 1. What is this ssm agent? This agent is basically a gateway or a back door for you to access or run commands in a server without doing a RDP or SSH or through some bastion host. Its a next level thing which provides a additional layer of security by not giving somebody direct access to the underlying server.

Why not to follow a routine?

Finding it strange, right ? Me too till last day when I saw this video which make me think twice thrice, what I am doing. I am attaching this beautiful and lesson-taking video below. What to learn is not how he is doing cycling but how he is not sticking to a single routine and enriching his mind and living to fullest.