Search Results for: html
-
-
dotCover: Powershell Script code coverage report with dotCover
Script generating a code coverage report with dotCover and later converting it with Report Generator so that Azure DevOps task Publish Code Coverage Results can use it.
-
-
What is DevOps? Explained Benefits and its Challenges
What is DevOps?:- The word “DevOps” was coined in 2009 by Patrick Debois, who became one of its gurus. The term was formed by combining “development” and “operations,” which provides a starting point for understanding exactly what people typically mean when they say “DevOps.” Notably, DevOps isn’t a process or 8m a technology or a…
-
-
-
-
-
-
-
-
Hashicorp Packer Tutorial: Creating Azure Vm Image
Create Azure resource group Build Packer image
-
Powershell Tutorials: Command Line reference
Add-AppPackage 2.0.1.0 Appx Add-AppPackageVolume 2.0.1.0 Appx Add-AppProvisionedPackage 3 Dism Add-ProvisionedAppPackage 3 Dism Add-ProvisionedAppSharedPackageContainer 3 Dism Add-ProvisionedAppxPackage 3 Dism Add-ProvisioningPackage 3 Provisioning Add-TrustedProvisioningCertificate 3 Provisioning Apply-WindowsUnattend 3 Dism Disable-PhysicalDiskIndication 2.0.0.0 Storage Disable-PhysicalDiskIndication 1.0.0.0 VMDirectStorage Disable-StorageDiagnosticLog 2.0.0.0 Storage Disable-StorageDiagnosticLog 1.0.0.0 VMDirectStorage Dismount-AppPackageVolume 2.0.1.0 Appx…
-
dotnet test command reference
The dotnet test command is used to execute unit tests in a given solution. The dotnet test command builds the solution and runs a test host application for each test project in the solution. The test host executes tests in the given project using a test framework, for example: MSTest, NUnit, or xUnit, and reports the success or failure…
-
Python Example Code: Find out string is palindrome or not
Find out string is palindrome or not Check Whether or Not the Number is a Palindrome in Python
-
Python Tutorials: Files Operations using OS Module
File Operations using Python About Python OS Module The os module has many uses. We won’t be covering everything that it can do. Instead, we will get an overview of its uses and we’ll also take a look at one of its sub-modules, known as os.path. Specifically, we will be covering the following: os.name os.environ os.chdir() os.getcwd() os.getenv()…
-
-
Linux Performance Checklist Commands & Tools
Reference – https://www.brendangregg.com/USEmethod/use-linux.html The USE Method provides a strategy for performing a complete check of system health, identifying common bottlenecks and errors. For each system resource, metrics for utilization, saturation and errors are identified and checked. Any issues discovered are then investigated using further strategies. This is an example USE-based metric list for Linux operating systems (eg,…
-
-
-
-
-
-
-
-
-
Best DevOps Trainers in India and Europe
Finding Skilledfull DevOps Trainer is one of most difficult jobs whereas most of the skilled ful DevOps Engineer is being hired by Top Startups and Top Software Company in the world! Usually organizationn ask for automation, continuous delivery, and DevOps practices. But without addressing the underlying problems of right DevOps skill, we make poor use of tools,…
-
Docker Tutorials: Basic Workflow with example commands
Simple Docker workflow – Quick start In this tutorials, I am trying to cover the simple quickstart Docker workflow and for the example, I am creating Ubantu containee and using it to showcase this tutorial. Step 1 – Download the Ubantu image container from the Docker Hub # docker pull -a ubuntu Step 2 –…
-
Docker Tutorials: How to configure HTTP Proxy with Docker?
A proxy is required when the server running Docker does not have direct access to the Internet. Configure the Docker daemon to use a proxy server to access images stored on the official Docker Hub Registry or 3rd-party registries. There are 2 ways to configure the proxy for docker : Configuring proxy variables in the…
-
Docker Tutorials: Containerization Evolution and Benefits
What is Docker? Docker is a software platform that makes it easier to create, deploy, and run applications. Docker is a new technology that allows development teams to build, manage, and secure apps anywhere containers and the Docker’s approach gives you the opportunity to work without any need of dependencies. Docker allows developers to focus…
