Posts

Showing posts from September, 2017

Windows Powershell Commands for Beginners

Image
Agenda Introduction of Powershell Need of powershell BackGround of Powershell Tools Why its better than alternatives ? Top Most Administrative Powershell Commands Working with Pipeline Selecting, Sorting, Measuring, Exporting, Importing, Converting,     Filtering, Passing Data in Pipeline. Using PSProviders and PSDrives Formatting Output Introduction of WMI (Windows Management Instrumentation) Condition Looping (For/ Eor-each/While) Take user Input Display Output   Introduction This Shell is Command line based or can be included to GUI. Developed by Microsoft Based on .Net Framework It includes Scripting. Capability to interact with another Windows based Softwares, for instances:- Citrix, SQL, AD, any open APIs like Slack etc. >>Read More>>

What is the Benefit of AWS ( Amazon Web Services) ?

Image
Amazon Web Services (AWS) is a secure cloud services platform, offering computer power, database storage, content delivery and other functionality to help businesses scale and grow. If you want get trained on  AWS Training  then its important to understand why  millions of companies or customers are currently leveraging AWS and what is the benfits  of AWS for thier business. AWS Benefits:                        Easy to use AWS is designed to allow application providers, ISVs, and vendors to quickly and securely host your applications – whether an existing application or a new SaaS-based application. You can use the AWS Management Console or well-documented web services APIs to access  AWS’s application hosting platform Flexible AWS enables you to select the operating system, programming language, web application platform, database, and other services you ...

What Is the Internet of Things ( IoT )?

Image
There's been a lot of talk about the " Internet of Things " (IoT). But, what exactly does that term mean in the realms of cyberspace? For the human race, which is relatively disorganized by nature, the "Internet of Things" is a great innovation. However, for people who value their privacy, the "Internet of Things" could be considered a massive intrusion. Essentially, the " Internet of Things " means having every electronic device-and many other things-connected and interacting in real time with the Internet in some way so it can be tracked and monitored. By having everything categorized this way through the Internet "cloud," the reasoning goes, you'll be able to organize your life better by not needing to pay "time consuming" attention to your life. There are upsides to such an existence. Having your phone buzz and remind you to buy eggs because your refrigerator sent a notification telling your ph...

Devops Interview Questions and Answers

Image
1.Explain what is  DevOps ? It is a newly emerging term in IT field, which is nothing but a practice that emphasizes the collaboration and communication of both software developers and other information-technology (IT) professionals. It focuses on delivering software product faster and lowering the failure rate of releases. 2.List the essential tools used in Devops. Git Jenkins Selenium Puppet Chef Ansible Nagios Docker Monit ELK –Elasticsearch, Logstash, Kibana Collectd/Collect Git(GitHub) 3.What are the core operations of DevOps in terms of development and Infrastructure? The core operations of   DevOps Application development Code developing Code coverage Unit testing Packaging Deployment With infrastructure Provisioning Configuration Orchestration Deployment 4. What are the advantages of DevOps with respect to Technical and Business perspective? Technical benefits: Software delivery is continuous. Reduces Complexity in problem...