• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

153 Running courses in Cardiff

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

Running Effective Meetings

By SAVO CIC

This course, which can be run as a half day (3.5 hours) or a whole day course, is designed to help those who chair or participate in meetings to understand how to run effective meetings that are constructive, concise and actually achieve something! The course can be adapted to cover meetings in general or focus on specific types of meetings such as trustee, director or committee meetings, staff or project meetings.

Running Effective Meetings
Delivered in-person, on-requestDelivered In-Person in Thetford
£150

Managing networks with MRTG

5.0(3)

By Systems & Network Training

MRTG TRAINING COURSE DESCRIPTION A hands on course focusing on the installation, configuration and use of the MRTG network monitoring and graphing tools. WHAT WILL YOU LEARN * Install MRTG. * Configure MRTG. * Use MRTG to monitor networks. MRTG TRAINING COURSE DETAILS * Who will benefit: Anyone working with MRTG. * Prerequisites: Total SNMP for engineers * Duration 2 days MRTG TRAINING COURSE CONTENTS * What is MRTG? Network monitoring, review of SNMP. What MRTG does do, what MRTG doesn't do, MRTG architecture, MRTG components. Hands on configuring SNMP support on network devices, configuring extended SNMP support on Windows. * Installing MRTG Configuring MRTG tasks, .cfg files, index.html files, running MRTG tasks, instances. Hands on Configuring and running MRTG tasks. * MRTG tasks Configuring MRTG tasks, .cfg files, index.html files, running MRTG tasks, instances. Hands on Configuring and running MRTG tasks. * MRTG graphs Daily, weekly, monthly, yearly, MRTG database support, RRDTOOL. Hands on MRTG graphs. * Using MRTG MRTG examples, custom SNMP OIDs, using the MRTG configuration reference. Hands on MRTG examples. * RRDTOOL Installing RRD database support, MRTG instances with the RRD database, RRD database structure, resizing and extending the database. Exporting database records into plain text and XML formats, on demand MRTG graphs using the database. Hands on Using MRTG with RRD database support. * Alternatives to MRTG MRTG strengths and weaknesses, scalability, cricket, cacti, other SNMP tools.

Managing networks with MRTG
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2477

Definitive Kubernetes for engineers

5.0(3)

By Systems & Network Training

KUBERNETES FOR ENGINEERS TRAINING COURSE DESCRIPTION This course covers how Kubernetes addresses the challenges of distributed systems. Hands on sessions follow all the major theory chapters. WHAT WILL YOU LEARN * Explain what Kubernetes is and how it works. * Create and run containers on Kubernetes using the Docker image format and container runtime. KUBERNETES FOR ENGINEERS TRAINING COURSE DETAILS * Who will benefit: Anyone working with Docker or Kubernetes. * Prerequisites: Definitive Docker for engineers. * Duration 2 days KUBERNETES FOR ENGINEERS TRAINING COURSE CONTENTS * Introduction Velocity, Scaling your service and your teams, Abstracting your infrastructure. * Creating and running containers Container images, Building application images with Docker, Storing images in a remote registry, The Docker container runtime. * Deploying a Kubernetes cluster Installing Kubernetes on a public cloud provider, Installing Kubernetes locally using minikube, Running Kubernetes on Raspberry Pi, The Kubernetes client, Cluster components. * Common kubectl Commands Namespaces, Contexts, Viewing Kubernetes API objects, Creating, Updating, and Destroying Kubernetes objects, Labelling and annotating objects, Debugging commands. * Pods Pods in Kubernetes, Thinking with pods, The pod manifest, Running pods, Accessing your pod, Health checks, Resource management, Persisting data with volumes, Putting It all together. * Labels and Annotations Labels, Annotations. * Service Discovery What Is Service discovery? The service object, Looking beyond the cluster, Cloud integration, Advanced details. * ReplicaSets Reconciliation loops, Relating pods and ReplicaSets, Designing with ReplicaSets, ReplicaSet Spec, Creating a ReplicaSet, Inspecting a ReplicaSet, Scaling ReplicaSets, Deleting ReplicaSets. * DaemonSets DaemonSet scheduler, Creating DaemonSets, Limiting DaemonSets to specific nodes, Updating a DaemonSet, Deleting a DaemonSet. * Jobs The job object, Job patterns. * ConfigMaps and secrets ConfigMaps, Secrets, Naming constraints, Managing ConfigMaps and secrets. * Deployments Your first deployment, Creating deployments, Managing deployments, Updating deployments, Deployment strategies, Deleting a deployment. * Integrating storage solutions and Kubernetes Importing external services, Running reliable singletons, Kubernetes-native storage with StatefulSets. * Deploying real-world applications Parse, Ghost, Redis.

Definitive Kubernetes for engineers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£1727

Complete Perl programming

5.0(3)

By Systems & Network Training

PERL TRAINING COURSE DESCRIPTION A hands on introduction to programming in Perl. WHAT WILL YOU LEARN * Write Perl programs. * Use Perl modules. * Debug Perl programs. * Examine existing code and determine its function. PERL TRAINING COURSE DETAILS * Who will benefit: Anyone wishing to learn Perl. * Prerequisites: None although experience in another high level language would be useful. * Duration 5 days PERL TRAINING COURSE CONTENTS * Introduction to Perl What is Perl? When to use Perl, downloading Perl, installing Perl, documentation, perldoc, running Perl, the Perl environment. Perl under UNIX, Perl under Windows. "Hello world". * Variables Scalars, data types, $_, strings and numbers, assignment, constants, strict, scope, STDIN. * Operators Number operators, string operators, precedence and associativity, converting numbers and strings, shortcut operators. * Flow control Blocks, if, else, elseif, unless, foreach, while, for do, until. * Regular expressions What are regular expressions? Pattern matching, Perl as a filter, file editing. * Strings Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. * Subroutines Comparing strings, concatenating, substrings, chomp, chop, formatting, string manipulation. * Arrays and hashes Working with arrays, element access, push(), pop(), shift(), unshift(), <STDIN> as an array, associative arrays, hashes of arrays, hash references, arrays of hashes, hashes of hashes. * Files Simple file handling, open, close, <FILEHANDLE>, <>, file tests, directory access, directory handles, database access, packing and packing binary data. * I/O STDIN, STDOUT and STDERR, Command line arguments,@ARGV. * Perl debugging The built in debugger, running the debugger, debugger commands, graphical debuggers. Script syntax errors, single stepping, breakpoints, watches. * Packages and modules CPAN, Finding modules, installing modules, using modules, scope. * Report formatting Formats, defining a format, invoking a format, field holders. * Process management System interaction, system(), exec(), signals. Security issues.

Complete Perl programming
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

Ansible for engineers

5.0(3)

By Systems & Network Training

ANSIBLE FOR ENGINEERS TRAINING COURSE DESCRIPTION An introduction to automation using ansible. Ansible is a general purpose IT automation platform that can be use for a number of purposes. The course covers configuration management, cloud provisioning and application deployment with ansible. Hands on sessions follow all major sections. WHAT WILL YOU LEARN * Install ansible. * Automate tasks with ansible. * Write ansible playbooks. ANSIBLE FOR ENGINEERS TRAINING COURSE DETAILS * Who will benefit: Administrators and developers automating tasks. * Prerequisites: Linux administration skills * Duration 3 days ANSIBLE FOR ENGINEERS TRAINING COURSE CONTENTS * What is ansible? The language, the engine, the framework. Uses of ansible, orchestration. Hands on Installing ansible. * Ansible architecture ible architecture Controlling machines, nodes, Agentless, SSH, modules, JSON protocol. Configuration management, inventories, playbooks, modules, roles. Hands on Getting started, running ad hoc commands. * Ansible and Vagrant Prototyping and testing. Hands on Using ansible with Vagrant. * Ad hoc commands Parallelism, shell commands, managing files and directories, file transfer, package management, manage user and groups, deploying applications, service management, background jobs, checking log files, managing cron jobs. Hands on Using ansible with Vagrant. * Playbooks ansible-playbook, users, sudo, YAML, plays, tasks, handlers, modules. Hands on Running playbooks. * More playbooks Handlers, variables, environmental variables, playbook variables, inventory variables, variable scope and precedence, accessing variables, facts, ansible vault. Conditionals, wait_for. Hands on Using variables and conditions in playbooks. * Roles and includes Dynamic includes, Handler includes, playbook includes. Roles, role parts: handlers, files, templates, cross platform roles, ansible galaxy. Hands on includes example, building roles. * Inventories /etc/ansible/hosts, inventory variables, static inventories, dynamic inventories. Hands on Inventories and variables. * Miscellanea Individual server cookbooks, Main playbook for configuring all servers. Hands onPlaybooks.

Ansible for engineers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3497

DevOps for networking engineers

5.0(3)

By Systems & Network Training

NETWORK DEVOPS COURSE DESCRIPTION This course is not a soft skills course covering the concepts of DevOps but instead concentrates on the technical side of tools and languages for network DevOps. Particular technologies focussed on are ansible, git and Python enabling delegates to leave the course ready to starting automating their network. Hands on sessions follow all major sections. More detailed courses on individual aspects of this course are available. WHAT WILL YOU LEARN * Evaluate network automation tools. * Automate tasks with ansible. * Use git for version control. * Use Python to manage network devices. * Use Python libraries for network devices. NETWORK DEVOPS COURSE DETAILS * Who will benefit: Administrators automating tasks. * Prerequisites: TCP/IP Foundation * Duration 5 days NETWORK DEVOPS COURSE CONTENTS * What is DevOps Programming and automating networks, networks and clouds, AWS, OpenStack, SDN, DevOps for network operations. * Initial configuration Configuring SSH, ZTP, POAP. Hands on Initial lab configuration. * Getting started with ansible The language, the engine, the framework. Uses of ansible, orchestration. The architecture, Controlling machines, nodes, Agentless, SSH, modules. Configuration management, inventories, playbooks, modules, roles. Hands on Installing ansible, running ad hoc commands. * Ansible playbooks ansible-playbook, YAML, plays, tasks, handlers, modules. Playbook variables. Register module, debug module. Hands on Running playbooks. * Ansible Inventories /etc/ansible/hosts, hosts, groups, static inventories, dynamic inventories. Inventory variables, external variables. Limiting hosts. Hands on Static inventories, variables in inventory files. * Ansible modules for networking Built in modules, custom modules, return values. Core modules for network operations. Cisco and/or Juniper modules. ansible_connection. Ansible 2.6 CLI. Hands on Using modules. * Ansible templating and roles aConfiguration management, full configurations, partial configurations. The template module, the assemble module, connection: local, Jinja2 templates, variables, if, for, roles. Hands on Generating multiple configurations from a template. * Network programming and modules Why use Python? Why use ansible? alternatives, ansible tower, Linux network devices. * Programming with Python Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip instal. Hands on Python programming with pyping. * More Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip install. Hands on Python programming with pyping. * Git Distributed version control, repositories, Git and GitHub, Alternatives to GitHub, Installing git, git workflows, creating repositories, adding and editing files, branching and merging, merge conflicts. Hands on working with Git. * Python and networking APIs, Sockets, Telnetlib, pysnmp, ncclient, ciscoconfparse. * Paramiko SSH and Netmiko Integrating Python and network devices using SSH. Netmiko, Netmiko methods. Hands on Netmiko. * NAPALM What is NAPALM, NAPALM operations, getters, Replace, merge, compare, commit, discard. Hands on Configuration with NAPALM. Integrating ansible and NAPALM. * Python and REST REST APIs, enabling the REST API. Accessing the REST API with a browser, cURL, Python and REST, the request library. Hands on Using a REST API with network devices.

DevOps for networking engineers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

Network automation for engineers

5.0(3)

By Systems & Network Training

NETWORK AUTOMATION COURSE DESCRIPTION This course is not a soft skills course covering the concepts of DevOps but instead concentrates on the technical side of tools and languages for network DevOps. Particular technologies focussed on are ansible, git and Python enabling delegates to leave the course ready to starting automating their network. Hands on sessions follow all major sections. More detailed courses on individual aspects of this course are available. WHAT WILL YOU LEARN * Evaluate network automation tools. * Automate tasks with ansible. * Use git for version control. * Use Python to manage network devices. * Use Python libraries for network devices. NETWORK AUTOMATION COURSE DETAILS * Who will benefit: Network engineers. * Prerequisites: TCP/IP foundation for engineers. * Duration 5 days NETWORK AUTOMATION COURSE CONTENTS * What is DevOps Programming and automating networks, networks and clouds, AWS, OpenStack, SDN, DevOps for network operations. * Initial configuration Configuring SSH, ZTP, POAP. Hands on Initial lab configuration. * Getting started with ansible The language, the engine, the framework. Uses of ansible, orchestration. The architecture, Controlling machines, nodes, Agentless, SSH, modules. Configuration management, inventories, playbooks, modules, roles. Hands on Installing ansible, running ad hoc commands. * Ansible playbooks ansible-playbook, YAML, plays, tasks, handlers, modules. Playbook variables. Register module, debug module. Hands on Running playbooks. * Ansible Inventories /etc/ansible/hosts, hosts, groups, static inventories, dynamic inventories. Inventory variables, external variables. Limiting hosts. Hands on Static inventories, variables in inventory files. * Ansible modules for networking Built in modules, custom modules, return values. Core modules for network operations. Cisco and/ or Juniper modules. ansible_connection. Ansible 2.6 CLI. Hands on Using modules. * Ansible templating and roles Configuration management, full configurations, partial configurations. The template module, the assemble module, connection: local, Jinja2 templates, variables, if, for, roles. Hands on Generating multiple configurations from a template. * Network programming and modules Why use Python? Why use ansible? alternatives, ansible tower, Linux network devices. * Programming with Python Scripting versus application development, Python interactive mode, Python scripts, Python 2.7 vs Python 3. A simple Python script. Variables, loops, control statements, operators. PEP style guide. Python IDEs. Hands on Simple Python programs. * More Python programming Functions. Classes, objects and instances, modules, libraries, packages. Python strings, Python file handling, pip list, pip install, Hands on Python programming with pyping. * Git Distributed version control, repositories, Git and GitHub, Alternatives to GitHub, Installing git, git workflows, creating repositories, adding and editing files, branching and merging, merge conflicts. Hands on working with Git. * Python and networking APIs, Sockets, Telnetlib, pysnmp, ncclient, ciscoconfparse. * Paramiko SSH and Netmiko Integrating Python and network devices using SSH. Netmiko, Netmiko methods. Hands on Netmiko. * PyEZ Juniper, NETCONF, installing PyEZ, a first pyEZ script, pyEZ configuration management. Hands on Juniper configuration management with pyEZ. * NAPALM What is NAPALM, NAPALM operations, getters, Replace, merge, compare, commit, discard. Hands on Configuration with NAPALM. Integrating ansible and NAPALM. * Python and REST REST APIs, enabling the REST API. Accessing the REST API with a browser, cURL, Python and REST, the request library. Hands on Using a REST API with network devices.

Network automation for engineers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£3697

Ansible for network engineers

5.0(3)

By Systems & Network Training

ANSIBLE TRAINING COURSE DESCRIPTION The course focusses on the use of ansible for network devices instead of its usual server use case. The course progresses from the basics of ansible and playbooks onto using network specific modules including NAPALM. The use Jinja2 templating with ansible is also studied. Hands on sessions with ansible configuring routers and switches follow all major sections. WHAT WILL YOU LEARN * Automate tasks with ansible. * Write ansible playbooks. * Configure network devices with ansible. * Troubleshoot network devices with ansible. * Use ansible network modules. * Use jinja2 templates with ansible. ANSIBLE TRAINING COURSE DETAILS * Who will benefit: Network engineers. * Prerequisites: TCP/IP Foundation * Duration 2 days ANSIBLE TRAINING COURSE CONTENTS * What is ansible? The language, the engine, the framework. Uses of ansible, orchestration. Hands on Installing ansible, enabling SSH on network devices. * Ansible architecture How ansible 'normally' works, Agentless, SSH, ansible and Python, modules, how ansible work on network devices, Configuration management, inventories, playbooks, modules, ansible.cfg. Hands on Getting started, running ad hoc commands. * Playbooks ansible-playbook, users, YAML, plays, tasks, modules. ansible-vault. Hands on Running playbooks. * More playbooks Handlers, variables, environmental variables, playbook variables, inventory variables, variable scope and precedence, accessing variables, facts, ansible vault. Conditionals, wait_for. Hands on Using variables and conditions in playbooks. * Inventories /etc/ansible/hosts, inventory variables, static inventories, dynamic inventories. Hands on Inventories and variables. * Ansible network modules Built in modules, custom modules, return values. ansible-doc -l. connection: local, Cisco modules, Juniper module, Hands on Using modules for your network devices. * Ansible templatings The template module, the assemble module, jinja2 templates, for, if else. Hands on Configuring network devices from templates. * Roles and includes Dynamic includes, Handler includes, playbook includes. Roles, role parts: handlers, files, templates, cross platform roles, ansible galaxy. Hands on includes example, building roles. * Ansible and NAPALM Installation, napalm-ansible, NAPALM modules: napalm_diff-yang, napalm_get_facts, napalm_install_config, napalm_parse_yang, napalm_ping, napalm_translate_yang, napalm_validate. Hands on Using NAPALM modules in ansible.

Ansible for network engineers
Delivered in-person, on-request, onlineDelivered Online & In-Person in Internationally
£2477

Leadership Professional - Mastery Programme

By Mpi Learning - Professional Learning And Development Provider

Four half-day Leadership modules with mini work placed projects to bring the learning into action in the workplace.

Leadership Professional - Mastery Programme
Delivered in-person, on-request, onlineDelivered Online & In-Person in Loughborough
£1995

Leadership Professional - Intermediate Programme

By Mpi Learning - Professional Learning And Development Provider

Five half-day Leadership modules with mini work placed projects to bring the learning into action in the workplace.

Leadership Professional - Intermediate Programme
Delivered in-person, on-request, onlineDelivered Online & In-Person in Loughborough
£1995

Educators matching "Running"

Show all 49