Jump to content

We measure success with smiles

Making Your Event a Success!

IMG_1289.jpeg

rev.dennis
rev.dennis
Circle of Life

IMG_1290.jpeg

rev.dennis
rev.dennis
Circle of Life

IMG_1288.jpeg

rev.dennis
rev.dennis
Circle of Life

IMG_1286.jpeg

rev.dennis
rev.dennis
Circle of Life

IMG_1287.jpeg

rev.dennis
rev.dennis
Circle of Life

Non-Denominational: a religious group that does not belong to any deonmination.

  • Ansible

    Infrastructure as Code (IAC): Ansible is a suite of software tools that enables infrastructure as code. It is open-source and the suite includes software provisioning, configuration management, and application deployment functionality.

    guru
    guru
    4.Build 1

    Kubernetes

    Production-identical environments for development: Developers use open source tools like Kubernetes to provision individual development environments. Coding against virtual, disposable replicas of production helps you get more work done.  

    guru
    guru
    4.Build 2

    DevOps:Continuous Operations

    This is the final step of the DevOps Pipeline OPERATE/Environment (80%) Notifications Recovery Logging MONITOR/Infrastructure (100%) Feedback Data Collection Productivity Customers are already telling you whether you’ve built the right thing – you just have to listen. Continuous feedback includes both the culture and processes to collect feedback regularly, and tools to drive insights from the feedback. Continuous feedback practices include

    guru
    guru
    8.Operate

    DevOps:Continuous Testing

    This has about 10% of RELEASE/Repository Schedule plan Micro-services 100% of DEPLOY/Blue-Green Strategy Configuration Automated deployment Multi-level 20% of OPERATE/Environment Notifications Recovery Logging

    guru
    guru
    7.Deploy

    DC/OS

    DC/OS (the Distributed Cloud Operating System) is an open-source, distributed operating system based on the Apache Mesos distributed systems kernel. DC/OS manages multiple machines in the cloud or on-premises from a single interface; deploys containers, distributed services, and legacy applications into those machines; and provides networking, service discovery and resource management to keep the services running and communicating with each other. https://dcos.io/  

    guru
    guru
    7.Deploy

    Docker

    A leader in software containerization, Docker is used by 11 million+ developers across the world. Solomon Hykes is its original author and it was released in 2013 by Docker, Inc. As a DevOps tool, Docker helps developers to build, package, and then deploy the codes with ease and speed via containers with needed dependencies instead of virtual machines. It eliminates mundane configuration activities and fosters effective team collaboration. Docker ensures that the same software developm

    guru
    guru
    7.Deploy
  • Cowboy Denny
    Cowboy Denny

    git issues on Mac OS X after upgrade

       (0 reviews)

    My MacBook Pro got updated to MacOS Monterey (12.2.1) and since then, I can't use git at all.  When I run git I get this

    USDETMNBSJEMD6R:~ iSupport$ git
    xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

    So in reading about others having this issue they just run 

    USDETMNBSJEMD6R:~ iSupport$ xcode-select --install
    xcode-select: note: install requested for command line developer tools

    This popped open a window showing the install (which isn't a fast install at all)

    xtools_install_window.png

    Eventually it will give you a pop up like the one shown below that states the software is installed.

    xtools_install_done.png

    For my own sanity I just check version to see if the command git will work now and it does

    USDETMNBSJEMD6R:~ iSupport$ git --version
    git version 2.30.1 (Apple Git-130)

    User Feedback

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest

Announcements



×
×
  • Create New...

Important Information

Privacy Policy