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

2686 Maintenance courses in Cardiff delivered Online

Certificate Training in School Administration

4.7(160)

By Janets

The Certificate Training in School Administration is a wonderful learning opportunity for anyone who has a passion for this topic and is interested in enjoying a long career in the relevant industry. It's also for anyone who is already working in this field and looking to brush up their knowledge and boost their career with a recognised certification. This Certificate Training in School Administration consists of several modules that take around 2 hours to complete. The course is accompanied by instructional videos, helpful illustrations, how-to instructions and advice. The course is offered online at a very affordable price. That gives you the ability to study at your own pace in the comfort of your home. You can access the modules from anywhere and from any device. Why choose this course Earn an e-certificate upon successful completion. Accessible, informative modules taught by expert instructors Study in your own time, at your own pace, through your computer tablet or mobile device Benefit from instant feedback through mock exams and multiple-choice assessments Get 24/7 help or advice from our email and live chat teams Full Tutor Support on Weekdays Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Mock exams Multiple-choice assessment Certification Upon successful completion of the course, you will be able to obtain your course completion PDF Certificate at £9.99. Print copy by post is also available at an additional cost of £15.99 and the same for PDF and printed transcripts.

Certificate Training in School Administration
Delivered Online On Demand2 hours 16 minutes
£9.99

Diploma in British Cleaning Mini Bundle

By Compete High

If you want to build a secure, stable, and respected career in professional cleaning, compliance, or facilities support, the Diploma in British Cleaning Mini Bundle is your launchpad. With high-demand focus areas—cleaning, plumbing, COSHH, HACCP, and PUWER—you’re positioning yourself as a qualified, job-ready candidate in essential services. There’s growing demand for staff trained in cleaning, plumbing, COSHH, HACCP, and PUWER, especially in regulated industries. This bundle makes sure you're not just applying—you’re standing out. Description The Diploma in British Cleaning Mini Bundle gives you the career toolkit UK employers are actively searching for. Cleaning roles are no longer “low-skill”—they’re compliance-driven, safety-focused, and highly valued in healthcare, hospitality, education, and public sector roles. Add plumbing, COSHH, HACCP, and PUWER, and you become a multifunctional, hireable professional. Cleaning expertise alone is critical—but when backed by plumbing knowledge, you're now cross-functional. COSHH compliance ensures chemical safety. HACCP opens doors in food-related environments. PUWER makes you machine-ready and regulation-compliant. That kind of qualification mix makes you more than just employable—you become indispensable. Want to work in schools, hospitals, hotels, or commercial buildings? Employers want cleaning professionals with a command of plumbing, COSHH, HACCP, and PUWER. Don’t be left behind—these standards are expected now. Get certified. Get ahead. And do it before someone else with this exact bundle beats you to the interview. FAQ Q: What kind of jobs can this bundle help me get? A: Cleaner Supervisor, Facilities Operative, Hygiene Manager, Janitorial Staff, Compliance Cleaner, or Maintenance Support Worker. Q: Why are COSHH and HACCP important? A: COSHH ensures chemical safety, and HACCP is essential for working in food environments—both are mandatory in many sectors. Q: What’s the value of adding plumbing and PUWER? A: Plumbing makes you versatile, and PUWER ensures you’re compliant when working with machinery or cleaning equipment. Q: Can I use this for NHS or care settings? A: Yes, especially since COSHH, HACCP, and PUWER are frequently required in public health and care environments. Q: What makes this bundle stand out? A: It blends practical skills (cleaning, plumbing) with critical compliance standards (COSHH, HACCP, PUWER)—the complete professional package.

Diploma in British Cleaning Mini Bundle
Delivered Online On Demand11 hours
£26.99

Introduction to C Plus Plus Programming Essentials (TTCP2100)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level C++ programming course designed for developers with experience programming in C or other languages. Practical hands-on prior programming experience and knowledge is required. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with C++, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn: Writing procedural programs using C++ Using private, public and protected keywords to control access to class members Defining a class in C++ Writing constructors and destructors Writing classes with const and static class members Overloading operators Implementing polymorphic methods in programs Writing programs using file I/O and string streams Using manipulators and stream flags to format output Using the keyword template to write generic functions and classes Writing programs that use generic classes and functions Writing programs that use algorithms and containers of the Standard Library Apply object-oriented design techniques to real-world programming problems Using algorithms and containers of the Standard Library to manipulate string data Understand how C++ protects the programmer from implementation changes in other modules of an application Using try() blocks to trap exceptions Using catch() blocks to handle exceptions Defining exceptions and using throw to trigger them Introduction to C++ Programming / C++ Essentials is a skills-focused, hands-on C++ training course geared for experienced programmers who need to learn C++ coupled with sounds coding skills and best practices for OO development. Students will leave this course armed with the required skills to put foundation-level C++ programming skills right to work in a practical environment. The central concepts of C++ syntax and style are taught in the context of using object-oriented methods to achieve reusability, adaptability and reliability. Emphasis is placed on the features of C++ that support abstract data types, inheritance, and polymorphism. Students will learn to apply the process of data abstraction and class design. Practical aspects of C++ programming including efficiency, performance, testing, and reliability considerations are stressed throughout. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency Moving from C to C++ (Optional) New Compiler Directives Stream Console I/O Explicit Operators Standard Libraries Data Control Capabilities Handling Data New Declaration Features Initialization and Assignment Enumerated Types The bool Type Constant Storage Pointers to Constant Storage Constant Pointers References Constant Reference Arguments Volatile Data Global Data Functions Function Prototypes and Type Checking Default Function Data Types Function Overloading Problems with Function Overloading Name Resolution Promotions and Conversions Call by Value Reference Declarations Call-by-Reference and Reference Types References in Function Return Constant Argument Types Conversion of Parameters Using Default Initializers Providing Default Arguments Inline Functions Operator Overloading Advantages and Pitfalls of Overloading Member Operator Syntax and Examples Class Assignment Operators Class Equality Operators Non-Member Operator Overloading Member and Non-Member Operator Functions Operator Precedence This Pointer Overloading the Assignment Operator Overloading Caveats Creating and Using Objects Creating Automatic Objects Creating Dynamic Objects Calling Object Methods Constructors Initializing Member consts Initializer List Syntax Allocating Resources in Constructor Destructors Block and Function Scope File and Global Scope Class Scope Scope Resolution Operator :: Using Objects as Arguments Objects as Function Return Values Constant Methods Containment Relationships Dynamic Memory Management Advantages of Dynamic Memory Allocation Static, Automatic, and Heap Memory Free Store Allocation with new and delete Handling Memory Allocation Errors Controlling Object Creation Object Copying and Copy Constructor Automatic Copy Constructor Conversion Constructor Streaming I/O Streams and the iostream Library Built-in Stream Objects Stream Manipulators Stream Methods Input/Output Operators Character Input String Streams Formatted I/O File Stream I/O Overloading Stream Operators Persistent Objects Introduction to Object Concepts The Object Programming Paradigm Object-Orientated Programming Definitions Information Hiding and Encapsulation Separating Interface and Implementation Classes and Instances of Objects Overloaded Objects and Polymorphism Declaring and Defining Classes Components of a Class Class Structure Class Declaration Syntax Member Data Built-in Operations Constructors and Initialization Initialization vs. Assignment Class Type Members Member Functions and Member Accessibility Inline Member Functions Friend Functions Static Members Modifying Access with a Friend Class Templates Purpose of Template Classes Constants in Templates Templates and Inheritance Container Classes Use of Libraries Strings in C++ Character Strings The String Class Operators on Strings Member Functions of the String Class Inheritance Inheritance and Reuse Composition vs. Inheritance Inheritance: Centralized Code Inheritance: Maintenance and Revision Public, Private and Protected Members Redefining Behavior in Derived Classes Designing Extensible Software Systems Syntax for Public Inheritance Use of Common Pointers Constructors and Initialization Inherited Copy Constructors Destructors and Inheritance Public, Protected, Private Inheritance Exceptions Types of Exceptions Trapping and Handling Exceptions Triggering Exceptions Handling Memory Allocation Errors C++ Program Structure Organizing C++ Source Files Integrating C and C++ Projects Using C in C++ Reliability Considerations in C++ Projects Function Prototypes Strong Type Checking Constant Types C++ Access Control Techniques Polymorphism in C++ Definition of Polymorphism Calling Overridden Methods Upcasting Accessing Overridden Methods Virtual Methods and Dynamic Binding Virtual Destructors Abstract Base Classes and Pure Virtual Methods Multiple Inheritance Derivation from Multiple Base Classes Base Class Ambiguities Virtual Inheritance Virtual Base Classes Virtual Base Class Information The Standard Template Library STL Containers Parameters Used in Container Classes The Vector Class STL Algorithms Use of Libraries

Introduction to C Plus Plus Programming Essentials (TTCP2100)
Delivered OnlineFlexible Dates
Price on Enquiry

Software Engineering: Coding & Web Development Mini Bundle

By Compete High

Want to become a full-stack software engineer who builds robust applications and seamless web experiences? The Software Engineering: Coding & Web Development Mini Bundle is your all-in-one toolkit for today’s software development industry, covering Python, Go Lang, UX, DevOps, and Javascript—skills in high demand across startups, tech giants, and digital agencies. Companies are hiring now, seeking candidates fluent in both backend and frontend technologies, as well as infrastructure and user experience. Equip yourself with this bundle and become the candidate they can’t ignore. Description This bundle is the perfect blend of backend and frontend skills with the operational edge needed for modern development. Learn Python and Go Lang for powerful backend programming, master Javascript to build engaging user interfaces, refine your projects with UX best practices, and optimize deployment pipelines through DevOps. Hiring managers want software engineers who understand every stage of the software lifecycle—from coding to deployment and user experience. Your fluency in Python, Go Lang, UX, DevOps, and Javascript demonstrates you are that versatile engineer. With competition growing fiercer daily, this bundle positions you to meet industry needs across web development, SaaS, cloud computing, and beyond. FAQ Who should take this bundle? Aspiring software engineers, full-stack developers, web developers, and devops engineers. If you want to master Python, Go Lang, UX, DevOps, and Javascript, this bundle is designed for you. How does this bundle improve my chances in web development? Because it covers both frontend (Javascript, UX) and backend (Python, Go Lang), plus deployment and maintenance (DevOps), giving you full lifecycle skills employers demand. Is this suitable for beginners? Yes! Whether you’re new or upgrading skills, the bundle builds you up to job readiness with real-world applications of these five core skills.

Software Engineering: Coding & Web Development Mini Bundle
Delivered Online On Demand11 hours
£19.99

CompTIA A+ Certification Core 2 (220-1102)

By Packt

This comprehensive course is designed to prepare you to take and pass the CompTIA A+ Certification Core (220-1102) certification exam. This is the second of a two-course series. To become fully A+ certified, you will need to pass both the 220-1101 and 220-1102 exams.

CompTIA A+ Certification Core 2 (220-1102)
Delivered Online On Demand17 hours 46 minutes
£131.99

Plumbing - CPD Accredited Course

5.0(14)

By Training Express

If you've ever been curious about how plumbing systems work behind the scenes, this CPD Accredited Plumbing course offers a detailed and accessible introduction. Covering the essentials of domestic plumbing, from understanding basic systems to tackling everyday repairs, this course provides a structured route for anyone looking to deepen their knowledge of water supply, heating systems, and general plumbing maintenance. Whether you're a complete beginner or someone looking to brush up on familiar topics, the content is designed to be clear, informative, and highly relevant. You’ll explore everything from the core principles of plumbing to helpful techniques used by seasoned professionals. Each module is crafted to help you build a solid foundation in plumbing knowledge, offering practical insights without needing to attend in person or handle equipment. With expert guidance, you’ll gain a confident grasp of how plumbing systems function and how common issues are approached and resolved. It’s the ideal choice for those with an interest in plumbing—whether for personal knowledge, career development, or simply a better understanding of home systems. Still not convinced? Take a glimpse of the key benefits you'll get with - Lessons prepared in collaboration with Professionals User-friendly Learner Management System (LMS) Syllabus designed in line with the standards of the UK Education System Updated Study Materials focusing both on Knowledge and Skill based training Guidance to expand in 'a' territory and move forward with Plumber profession Free Assessment to test learners' knowledge and skills Course Curriculum: Plumbing 101 Water Supply and Heating Systems Plumbing Repairs Tips and Techniques Course Assessment You will immediately be given access to a specifically crafted MCQ test upon completing the Plumbing - CPD Accredited course. For each test, the pass mark will be set to 60%. Accredited Certificate After successfully completing this Plumbing - CPD Accredited course, you will qualify for the CPD Quality Standards (CPD QS) certified certificate from Training Express. CPD 10 CPD hours / points Accredited by The CPD Quality Standards (CPD QS) Who is this course for? The Plumbing - CPD Accredited training is ideal for highly motivated individuals or teams who want to enhance their skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Learn the essential skills and knowledge you need to excel in your professional life with the help & guidance from our Plumbing - CPD Accredited training.

Plumbing - CPD Accredited Course
Delivered Online On Demand1 hour
£23

Garden Design, Gardening & Landscaping From Beginner to Master - CPD Accredited

By Wise Campus

Gardening: Garden Design, Gardening & Landscaping Do you want to create a garden that has been around for a long time? You'll delve into the fascinating realm of creating gorgeous landscapes in our in-depth Gardening: Garden Design, Gardening & Landscaping course. You can examine the basic ideas and elements of gardening with the help of this Gardening: Garden Design, Gardening & Landscaping course. The Gardening: Garden Design, Gardening & Landscaping course teaches about the procedure and necessary materials. This Gardening: Garden Design, Gardening & Landscaping course also offers suggestions for designing gardens. Moreover, the Gardening: Garden Design, Gardening & Landscaping course covers plant selection, garden management, and designing rain gardens. This Gardening: Garden Design, Gardening & Landscaping course teaches you all the skills required to design stunning, useful gardens. Enrol in this course on Gardening: Garden Design, Gardening & Landscaping to discover how to design a garden on your own! Learning Outcomes Garden Design & Landscaping Course After completing this Gardening: Garden Design, Gardening & Landscaping course, you will know about: The key principles and concepts of Gardening and garden design. Gardening: Garden Design, Gardening & Landscaping helps to explore the role and responsibilities of a garden designer. Learn how to design gardens using the essential components from the Gardening: Garden Design, Gardening & Landscaping course. Gain knowledge of the gardening and garden design process from inception to completion throughout the Gardening: Garden Design, Gardening & Landscaping course. Gardening: Garden Design, Gardening & Landscaping describes the skills to design rain gardens for effective water management. You can familiarise yourself with the necessary tools and machinery with the help of this Gardening: Garden Design, Gardening & Landscaping course. You can develop a comprehensive understanding of plant selection and materials for various garden designs in this Garden Design, Gardening & Landscaping session. Gardening: Garden Design, Gardening & Landscaping explains effective garden maintenance techniques for long-term success. Gain insights into costing and estimation for gardening and garden design projects throughout the Gardening: Garden Design, Gardening & Landscaping session. Main Course: Garden Design, Gardening & Landscaping Free Courses are including with this Gardening: Garden Design, Gardening & Landscaping Course Along with The Gardening: Garden Design, Gardening & Landscaping Course, We Offer a free Workplace First Aid Course Along with The Gardening: Garden Design, Gardening & Landscaping Course, We Offer a free Level 2 Certificate in Understanding Climate Change and Environmental Awareness Course Special Offers of this Garden Design, Gardening & Landscaping Course This Gardening: Garden Design, Gardening & Landscaping Course includes a FREE PDF Certificate. Lifetime access to this Gardening: Garden Design, Gardening & Landscaping Course Instant access to this Gardening: Garden Design, Gardening & Landscaping Course Get FREE Tutor Support to this Gardening: Garden Design, Gardening & Landscaping Course Gardening: Garden Design, Gardening & Landscaping This course on Garden Design, Gardening, and Landscaping will enable you to examine the basic ideas, such as water, tools, and spacing. Throughout the Garden Design, Gardening & Landscaping course, the methods, purposes, and various requirements of Garden Design & Landscaping are covered. Furthermore included in this Garden Design, Gardening & Landscaping course are suggestions for walls, fences, and ecosystems. The Garden Design, Gardening & Landscaping course also covers topics like plant selection, garden management, and creating rain gardens. In the end, this course on garden design, gardening, and landscaping gives you all the skills and information required to design stunning, useful gardens. Who is this course for? Gardening: Garden Design, Gardening & Landscaping Anyone interested in a profession in horticulture or garden design should take the Gardening: Garden Design, Gardening & Landscaping course. Requirements Gardening: Garden Design, Gardening & Landscaping To enrol in this Gardening: Garden Design, Gardening & Landscaping Course, students Need: To join in our Gardening: Garden Design, Gardening & Landscaping Course, you must have a strong command of the English language. To successfully complete our Gardening: Garden Design, Gardening & Landscaping Course, you must be vivacious and self driven. To complete our Gardening: Garden Design, Gardening & Landscaping Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Gardening: Garden Design, Gardening & Landscaping Course. Career path Gardening: Garden Design, Gardening & Landscaping Take your career to the next level after completing the Garden Design & Landscaping course. Explore jobs such as: Garden Designer: £20,000 - £40,000/ annum Landscape Designer: £22,000 - £45,000/ annum Horticulturalist: £18,000 - £35,000/ annum Garden Consultant: £25,000 - £50,000 annum Garden Maintenance Specialist: £16,000 - £30,000 annum

Garden Design, Gardening & Landscaping From Beginner to Master - CPD Accredited
Delivered Online On Demand2 hours 6 minutes
£12

VMware Cloud Foundation: Plan, Manage and Operate [V5.0]

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for System architects and system administrators Overview By the end of the course, you should be able to meet the following objectives: Plan a deployment for VMware Cloud Foundation Understand VMware Cloud Foundation and supporting architecture Configure VMware Cloud Foundation for VMware Cloud Connectivity Understand the VMware Cloud Foundation subscription licensing model Perform Day-Zero tasks Perform VMware Cloud Foundation platform onboarding Manage user credentials in VMware Cloud Foundation Configure NSX networking in VMware Cloud Foundation Deploy and manage Workload Domains Deploy vSphere with Tanzu on VMware Cloud Foundation Understand and implement storage solutions and related policies Perform maintenance tasks for the VMware Cloud Foundation platform Manage certificates for VMware Cloud Foundation and connected technologies Manage the lifecycle for VMware Cloud Foundation Engage with VMware Cloud Foundation Technical Support This five-day training course provides you with the knowledge, skills, and abilities to achieve competence with VMware Cloud Foundation 5.0. This course teaches you how deploy VMware Cloud Foundation, and perform the tasks required for the initial configuration and ongoing operation after deployment. Course Introduction Introductions and course logistics Course objectives VMware cloud foundation overview Describe the VMware Cloud Foundation solution Describe VMware Cloud Foundation architecture Identify VMware Cloud Foundation components Describe the VMware Cloud Foundation topology VMware Cloud Foundation+ and VMware Cloud Connectivity Describe the VMware Cloud Foundation+ architecture Identify the pre-requisites for VMware Cloud Foundation+ Describe VMware Cloud Foundation+ value added features Configure subscription-based licensing parameters Describe the vCenter Cloud Gateway functionality Identify the vCenter Cloud Gateway components Describe the vCenter Cloud Gateway architecture Connect the vCenter Cloud Gateway to VMware Cloud Describe the VMware Cloud platform Describe the VMware vSphere+ services used in VMware Cloud Foundation+ Demonstrate the capabilities of the VMware Cloud user interface for VMware Cloud Foundation+ Day Zero Tasks Identify the requirements for deploying VMware Cloud Foundation Describe the VMware Cloud Foundation bring-up process Identify the information required for the Planning and Preparation Workbook Complete the Deployment Parameter Workbook Describe how VMware Cloud Builder automates the deployment process Identify the configuration validation process performed by VMware Cloud Builder Describe the deployment of the management domain Post-Deployment Operations Complete the Onboarding Wizard Understand VMware Cloud Foundation integration with VMware Single Sign-On Configure user access to VMware Cloud Foundation Describe the importance of user roles in vSphere Configure identity sources for VMware Cloud Foundation Perform the SDDC Manager backup and restore process Identify steps in the NSX backup and restore process Manage passwords in VMware Cloud Foundation Explain the importance of using VMware Cloud Foundation to manage passwords for vSphere components Manage and secure a primary password list Describe the process for rotating passwords not managed by VMware Cloud Foundation VMware Cloud Foundation Networking with NSX Describe network virtualization with NSX Recognize NSX operational planes Identify NSX components Describe logical switching Describe NSX Data Center deployment in VMware Cloud Foundation Explain how logical routing works in NSX Identify NSX Edge functions Describe data plane preparation for NSX Edge nodes in a workload domain Recognize Tier-0 and Tier-1 gateway topologies Define application virtual networks Describe management domain rack options List NSX Edge cluster requirements for vSphere with Tanzu Discuss NSX Edge cluster placement considerations Managing Workload Domains Define workload domains List the types of workload domains Identify workload domain prerequisites Understand the scalability limits for workload domains Identify use cases for multiple clusters in a workload domain Create network pools Size network pools Commission hosts with SDDC Manager Create workload domains Scale workload domains Decommission hosts from a workload domain Remove workload domains Describe distinctive design decisions for VMware Cloud Foundation components vSphere with Tanzu in VMware Cloud Foundation Explain vSphere with Tanzu Define the role of the Spherelet Describe the supervisor cluster control plane Create vSphere with Tanzu namespaces Describe the role of NSX networking components in vSphere with Tanzu Discuss vSphere with Tanzu networking topology Describe control plane VM management networking requirements Plan appropriate IP address ranges for pod, ingress, and egress networking Describe prerequisites for vSphere with Tanzu cluster compatibility Deploy vSphere with Kubernetes Create a vSphere namespace Configure limits and permissions for a vSphere namespace VMware Cloud Foundation Storage Management Identify storage use cases in VMware Cloud Foundation Determine the most appropriate storage option for a workload domain Describe different vSphere-native storage design options Identify vSAN architecture and components Describe vSAN requirements for the management and workload domains Configure deduplication and compression Discuss how to scale vSAN clusters in VMware Cloud Foundation Configure storage policies for vSAN Explain storage policy failure tolerance rules Identify a virtual machine storage policy compliance status Explain how vSAN storage policies protect VMware Cloud Foundation components Availability and Business Continuity Explain the importance of external service availability Describe availability options native to VMware vSphere Identify stretched cluster use cases Identify stretched cluster components Recognize stretched cluster requirements in VMware Cloud Foundation Prepare and deploy a vSAN stretched cluster using APIs VMware Cloud Foundation Certificate Management Learn the basics of public key infrastructure (PKI) Describe the purpose of certificate signing requests (CSRs) Describe available options in SDDC Manager for certificate authorities View certificates for VMware Cloud Foundation components Install and replace certificates for VMware Cloud Foundation components Configure the integrated Certificate Authorities in SDDC Manager Configure a certificate template in Microsoft Certificate Authority server Configure the OpenSSL certificate authority in SDDC Manager Install certificates issued by Microsoft, OpenSSL, and third-party certificate authorities VMware Cloud Foundation Lifecycle Management Describe VMware Cloud Foundation Life Cycle Management List the products managed by VMware Cloud Foundation Lifecycle management Use online and offline bundle downloads using VMware Cloud Foundation Lifecycle management Understand the role of vSphere Lifecycle Management in VMware Cloud Foundation Understand vSphere Lifecycle Manager features Understand how and when to use cluster images Describe the importance of Hardware Support Managers Describe the upgrade prerequisites Outline the upgrade precheck process Describe the order of upgrade for VMware Cloud Foundation components VMware Cloud Foundation Troubleshooting Use the SoS command-line tool to create log bundles, perform health checks, and check password validity List VMware Cloud Foundation services Identify VMware Cloud Foundation log files Use token IDs to troubleshoot failed workflows

VMware Cloud Foundation: Plan, Manage and Operate [V5.0]
Delivered OnlineFlexible Dates
Price on Enquiry

Horticulturist - Horticulture and Plant Science Course

By Compliance Central

Are you looking to enhance your Horticulturist skills? If yes, then you have come to the right place. Our comprehensive course on Horticulturist will assist you in producing the best possible outcome by mastering the Horticulturist skills. The Horticulturist course is for those who want to be successful. In the Horticulturist course, you will learn the essential knowledge needed to become well versed in Horticulturist. Our Horticulturist course starts with the basics of Horticulturist and gradually progresses towards advanced topics. Therefore, each lesson of this Horticulturist course is intuitive and easy to understand. Why would you choose the Horticulturist course from Compliance Central: Lifetime access to Horticulturist course materials Full tutor support is available from Monday to Friday with the Horticulturist course Learn Horticulturist skills at your own pace from the comfort of your home Gain a complete understanding of Horticulturist course Accessible, informative Horticulturist learning modules designed by experts Get 24/7 help or advice from our email and live chat teams with the Horticulturist Study Horticulturist in your own time through your computer, tablet or mobile device A 100% learning satisfaction guarantee with your Horticulturist Course Horticulturist Curriculum Breakdown of the Horticulturist Course Course Outline: Module 01: Introduction to Horticulture Module 02: Structure and Function of Horticulture Plants Module 03: Growth of Horticulture Plants Module 04: Impact of Temperature Module 05: Impact of Light Module 06: Impact of Soil and Water Module 07: Plant Propagation Module 08: Plant Nutrition Module 09: Harvesting, Training and Pruning Module 10: Growing Plant Indoors Module 11: Ornamental Horticulture and Garden Design Module 12: Cut Floral Design and Landscaping Module 13: Plant Pathology, Entomology and Weed Control Module 14: Permaculture and Arboriculture Module 15: Professional Opportunities in Horticulture Module 16: Biotechnology Applications in Horticulture CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Horticulturist course helps aspiring professionals who want to obtain the knowledge and familiarise themselves with the skillsets to pursue a career in Horticulturist. It is also great for professionals who are already working in Horticulturist and want to get promoted at work. Requirements To enrol in this Horticulturist course, all you need is a basic understanding of the English Language and an internet connection. Career path Horticulture Manager: £30,000 to £45,000 per year Botanical Garden Curator: £25,000 to £40,000 per year Nursery Manager: £25,000 to £35,000 per year Landscape Designer: £22,000 to £40,000 per year Plant Breeder: £25,000 to £45,000 per year Arborist (Tree Surgeon): £20,000 to £35,000 per year Certificates CPD Accredited PDF Certificate Digital certificate - Included CPD Accredited PDF Certificate CPD Accredited Hard Copy Certificate Hard copy certificate - £10.79 CPD Accredited Hard Copy Certificate Delivery Charge: Inside the UK: Free Outside of the UK: £9.99 each

Horticulturist - Horticulture and Plant Science Course
Delivered Online On Demand10 hours
£12

Linux Professional Institute Certification (LPIC) 101

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for System administrator Network administrator Technician DevOps Overview The Linux Professional Institute(LPI) is the go to certification body for vendor independent Linux certifications. This course covers fundamental Linuxskills such as file management and manipulation, text processing, command line use, package management,filesystems, hardware, and many more. Students will feel confident taking the LPI LPIC-1 101 exam with in classroomassessments and practice exams. This course prepares students to take the 101 exam of the LPI level 1 certification. Work on the Command Line LPI Objectives Covered Role of Command Shell Shells Gathering System Info Identifying the Shell Changing the Shell Shell Prompts Bash: Bourne-Again Shell Navigating the Filesystem Help from Commands and Documentation Getting Help Within the Graphical Desktop Getting Help with man & info Bash: Command Line History Bash: Command Editing Bash: Command Completion Shell and Environment Variables Key Environment Variables LAB TASKS Use Streams, Pipes, and Redirects LPI Objectives Covered File Redirection Piping Commands Together Filename Matching File Globbing and Wildcard Patterns Brace Expansion General Quoting Rules Nesting Commands Gotchas: Maximum Command Length LAB TASKS Manage File Permissions and Ownership LPI Objectives Covered Filesystem Hierarchy Standard Displaying Directory Contents Filesystem Structures Determining Disk Usage With df and du File Ownership Default Group Ownership File and Directory Permissions File Creation Permissions with umask Changing File Permissions SUID and SGID on files SGID and Sticky Bit on Directories User Private Group Scheme LAB TASKS Create, Delete, Find, and Display Files LPI Objectives Covered Directory Manipulation File Manipulation Deleting and Creating Files Physical Unix File Structure Filesystem Links File Extensions and Content Which and Type Where is Searching the Filesystem Alternate Search Method Manually Installed Shared Libraries LAB TASKS Work with Archives and Compression LPI Objectives Covered Archives with tar Archives with cpio The gzip Compression Utility The bzip2 Compression Utility The XZ Compression Utility The PKZIP Archiving/Compression format LAB TASKS Process Text Streams Using Filters LPI Objectives Covered Producing File Statistics The Streaming Editor Replacing Text Characters Text Sorting Duplicate Removal Utility Extracting Columns of Text Displaying Files Prepare Text for Display Previewing Files Displaying Binary Files Combining Files and Merging Text LAB TASKS Search Text Files Using Regular Expressions LPI Objectives Covered Searching Inside Files Regular Expression Overview Regular Expressions RE Character Classes Regex Quantifiers RE Parenthesis LAB TASKS Perform Basic File Editing Operations Using VI LPI Objectives Covered Text Editing vi and Vim Learning Vim Basic vi Intermediate vi LAB TASKS Create, Monitor, and Kill Processes LPI Objectives Covered What is a Process? Process Lifecycle Process States Viewing Processes Signals Tools to Send Signals Managing Processes Tuning Process Scheduling Job Control Overview Job Control Commands Nohup and Disown Uptime & w Persistent Shell Sessions with Screen Using screen Advanced Screen LAB TASKS Use RPM, YUM, and Debian Package Management LPI Objectives Covered Managing Software RPM Architecture Working With RPMs Querying and Verifying with RPM Installing Debian Packages Querying and Verifying with dpkg The alien Package Conversion Tool Managing Software Dependencies Using the Yum command yum downloader Configuring Yum The deselect & APT Frontends to dpkg Aptitude Configuring APT LAB TASKS Work with Partitions, Filesystem, and Disk Quotas LPI Objectives Covered Partition Considerations Logical Volume Management Filesystem Planning Partitioning Disks with fdisk & gdisk Resizing a GPT Partition with gdisk Partitioning Disks with parted Non-Interactive Disk Partitioning with sfdisk Filesystem Creation Filesystem Support Unix/Linux Filesystem Features Swap Selecting a Filesystem Filesystem Maintenance Mounting Filesystems Mounting Filesystems Managing an XFS Filesystem NFS SMB Filesystem Table (/etc/fstab) Configuring Disk Quotas Setting Quotas Viewing and Monitoring Quotas LAB TASKS Linux Boot Process LPI Objectives Covered Booting Linux on PCs GRUB 2 GRUB 2 Configuration GRUB Legacy Configuration Boot Parameters Uinit Linux Runlevels Aliases Systemd local-fs.target and sysinit.target Runlevel Implementation System Boot Method Overview Systemd System and Service Manager Modifying systemd services Systemd Targets Using systemd Shutdown and Reboot System Messaging Commands Controlling System Messaging LAB TASKS Determine and Configure Hardware Settings LPI Objectives Covered Managing Linux Device Files Hardware Discovery Tools Configuring New Hardware with hwinfo PC Architecture and Bus DMA & IRQ USB Devices USB Architecture Configuring Kernel Components and Modules Kernel Modules Handling Module Dependencies Configuring the Kernel via /proc/ LAB TASKS Linux Fundamentals Unix and its Design Principles FSF and GNU GPL ƒ?? General Public License The Linux Kernel Components of a Distribution Red Hat Linux Products SUSE Linux Products Debian Ubuntu Logging In got root? Switching User Contexts Gathering Login Session Info LAB TASKS Additional course details: Nexus Humans Linux Professional Institute Certification (LPIC) 101 training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Linux Professional Institute Certification (LPIC) 101 course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Linux Professional Institute Certification (LPIC) 101
Delivered OnlineFlexible Dates
Price on Enquiry