LPIC | Tools | More Tools | Misc | Metrics |
---|---|---|---|---|
What is Linux
Clone of the Unix Operating System that has been popular in academia and many business environments for years.
|
What is Vagrant
This tool does not have a settled home or a regular job it wanders from place to place
|
What is Kanban
A visual representation of your work
|
What is MapReduce
A computing model that decomposes large data manipulation jobs into individual tasks that can be executed in parallel across a cluster of servers. The results of the tasks can be joined together to compute the final results.
|
What is Lead Time
The average time an item takes to be delivered from the time it was requested to production
|
What is Yum
This meta-packager originated with the Yellow Dog Linux distribution
|
What is Git
This source repository tool was initially designed by Linus Torvalds for Linux kernel development
|
What is Git bisect
This Git command is used to find a change that introduced a bug by performing a binary search
|
What is Pig
This scripting language is used with MapReduce to explore large datasets
|
What is Mean Time To Repair
The average time to restore service after an interruption
|
What is the Linux Kernel
The heart of every Linux System
|
What is Chef
This tool uses cookbooks, recipes and knives
|
What is .gitignore
This special file is created so temporary or transient files are not added to your Git repository
|
What is DevOps
A cultural movement combined with a number of software development practices that enable rapid deployment
|
What is number of unauthorized changes
This metric is typically measured by using detective controls, or worse, through unplanned outages
|
What is Cron
This daemon, unlike most daemons, responds to temporal events
|
What is puppet
This configuration management tool does not use knives and is more child's play
|
What is BDD
This practices consists of writing acceptance tests as examples anyone on the team can read. It is used to get feedback from business stakeholders
|
What is Continuous Delivery
This is a set of practices and principles aimed at, building, testing, and releasing software faster and more frequently
|
What is Cycle Time
The average time an item takes to be delivered from the time work started until deployed in production
|
What is TCP/I{P
This network stack is the most common stack today
|
What is Cucumber
This tool reads reads specifications, features, and scenarios
|
What is Gherkin
This tool gives us a lightweight structure for documenting examples of behavior our stakeholders want, in a way that can be understood by the stakeholders and by Cucumber
|
What is Hue
This shell application provides access to Pig, Flume, and HBase command-line shells.
|
What is Mean Time Between Failure
The average time between service incidents
|