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

182 Running courses in Edinburgh

Sales Management 2 Days Training in Edinburgh

5.0(1)

By Mangates

Sales Management 2 Days Training in Edinburgh

Sales Management 2 Days Training in Edinburgh
Delivered In-Person + more
£1,195 to £1,295

Sales Management 2 Days Training in Dunfermline

5.0(1)

By Mangates

Sales Management 2 Days Training in Dunfermline

Sales Management 2 Days Training in Dunfermline
Delivered In-Person + more
£1,195 to £1,295

Sales Management 2 Days Training in Livingston

5.0(1)

By Mangates

Sales Management 2 Days Training in Livingston

Sales Management 2 Days Training in Livingston
Delivered In-Person + more
£1,195 to £1,295

Recruitment Skills 1 Day Workshop in Edinburgh

By Mangates

Recruitment Skills 1 Day Workshop in Edinburgh

Recruitment Skills 1 Day Workshop in Edinburgh
Delivered In-Person + more
£595 to £795

Recruitment Skills 1 Day Workshop in Dunfermline

By Mangates

Recruitment Skills 1 Day Workshop in Dunfermline

Recruitment Skills 1 Day Workshop in Dunfermline
Delivered In-Person + more
£595 to £795

Recruitment Skills 1 Day Workshop in Livingston

By Mangates

Recruitment Skills 1 Day Workshop in Livingston

Recruitment Skills 1 Day Workshop in Livingston
Delivered In-Person + more
£595 to £795

Hydronics Unlocked, Scottish Pilots

5.0(434)

By Warmur Academy

Training for heating Engineers to further understand flow pipe sizing Pump maps velocity separation, system balancing & reto survey for ASHP

Hydronics Unlocked, Scottish Pilots
Delivered In-Person in Edinburgh + more
£445

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 Internationally or OnlineFlexible Dates
£2,477

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 Internationally or OnlineFlexible Dates
£1,727

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 Internationally or OnlineFlexible Dates
£3,697

Educators matching "Running"

Show all 39
Buzzy Bees Music

buzzy bees music

Gorebridge

Erin Whyte (founder and teacher) – I started my love of music at a young age and began classical training from the age of 14. After leaving school I went on to study popular singing at Jewel and Esk College on their HND Music course. During these 2 years I sang in bands and in choirs and my passion for performing was born. From here I went on to focus on my classical voice at Edinburgh Napier University where I studied on their BMus (hons) course for 4 years. I gained a lot of experience singing solo and in small groups which really helped build my self-confidence. I have worked with children for over 16 years, starting out shadowing a music teacher in primary schools. This is where I found my love for teaching music to young children. Knowing I wanted to work with children I left retail and started working at Newtongrange After School Club. From here I began working as a Learning Assistant at Stockbridge Primary School and worked at their After School Club. Following the birth of my son in 2014 I gave up work to be a full time Mum. With lots more free time I could take him to classes for little ones where I met some of my best friends, and Charlie did too. I found out how invaluable these classes were for both child and carer and realised that this was the environment I wanted to work in. In 2015 I became a teacher for Monkey Music. Here I learnt how to really work with babies and toddlers and grow relationships with them and their carers. My dream for a long time has been to combine my passions for singing, music and working with young children. With the arrival of our daughter Katie at the start of 2017 I am finally back to work and realising that dream. I think it’s highly important to have affordable and educational classes for babies, toddlers and pre-schoolers in and around local areas, not only for the little ones to make friends, but for the adults to meet people from the community too. Music is a great tool to bring people together and also encourages self-confidence which is an important factor in a young person’s life.n