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

295 ETC courses in Cardiff delivered Live Online

ESOL: English for Exam Preparation (modular) - Online Tuition

5.0(8)

By GLA Tutors Home or Online

This English Exam Preparation course is specifically designed for adult learners who are preparing to take an English language proficiency exam, such as IELTS, TOEFL, or Cambridge exams. Participants will focus on developing the necessary skills and strategies to achieve a successful outcome in their chosen exam. Through targeted practice, exam-specific tasks, and personalised feedback, learners will gain confidence and proficiency in all sections of the exam. Course Duration: 12 weeks (48 sessions) Course Objectives: By the end of this course, participants will: 1. Understand the format and requirements of the chosen English language proficiency exam. 2. Develop effective strategies for each section of the exam. 3. Enhance reading, writing, listening, and speaking skills within the context of the exam. 4. Expand vocabulary and improve language accuracy for exam-specific tasks. 5. Practice time management techniques to complete tasks within the allocated time. Course Outline: Week 1: Introduction to the Exam - Introduction to the chosen English language proficiency exam - Overview of the exam format, sections, and scoring criteria - Assessment of participants' current language proficiency and individual learning goals Week 2: Reading Skills and Strategies - Understanding different question types in the reading section - Developing reading skills for comprehension, skimming, and scanning - Practice exercises and strategies to improve speed and accuracy Week 3: Writing Skills and Strategies - Analyzing the writing tasks and requirements of the exam - Developing skills for organising ideas, structuring paragraphs, and coherence - Practice exercises for different writing tasks (essays, reports, letters, etc.) Week 4: Listening Skills and Strategies - Identifying question types and understanding the listening section format - Developing listening skills for main ideas, details, and inference - Practice exercises and strategies for improving listening accuracy and note-taking Week 5: Speaking Skills and Strategies - Understanding the speaking section requirements and assessment criteria - Developing skills for fluency, coherence, and pronunciation - Practice exercises for different speaking tasks (interviews, presentations, etc.) Week 6: Vocabulary Expansion for Exam Tasks - Expanding vocabulary in specific topics and themes relevant to the exam - Practice exercises to reinforce and use new vocabulary effectively - Techniques for deducing meaning from context and using appropriate vocabulary Week 7: Grammar and Language Accuracy - Reviewing and reinforcing essential grammar rules and structures - Identification and correction of common grammar errors in exam tasks - Exercises and activities to improve language accuracy in writing and speaking Week 8: Time Management and Exam Strategies - Strategies for time management and prioritizing tasks during the exam - Practice exercises to improve speed and efficiency in completing tasks - Tips and techniques for maximizing scores in each section Week 9: Mock Exam: Reading and Writing - Simulating a complete reading and writing section of the exam - Timed practice sessions to replicate exam conditions - Detailed feedback and analysis of strengths and areas for improvement Week 10: Mock Exam: Listening and Speaking - Simulating a complete listening and speaking section of the exam - Timed practice sessions to replicate exam conditions - Detailed feedback and analysis of strengths and areas for improvement Week 11: Exam Strategies Review and Practice - Reviewing and reinforcing exam strategies for each section - Targeted practice exercises to address specific challenges and areas of improvement - Individualised feedback and guidance based on participants' performance Week 12: Final Evaluation and Exam Tips - Comprehensive review of all exam sections and strategies - Final evaluation to assess participants' progress and readiness for the exam - Tips for managing test anxiety and mental preparation for the exam Note: This syllabus is a guideline and can be customised based on the specific exam requirements and the needs, interests, and proficiency levels of the participants. The course may also include additional topics or activities to cater to learners' specific goals or areas of focus.

ESOL: English for Exam Preparation (modular) - Online Tuition
Delivered OnlineFlexible Dates
£40

Introduction to Linux Systems Administration (TTLX2220)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This is an introductory-level systems administration course geared for Systems Administrators and users who wish to learn how to how to install, configure and maintain an Enterprise Linux system in a networked environment. Overview This course is about 50% lab to lecture ratio, combining expert instructor-led discussions with practical hands-on skills that emphasize current techniques, best practices and standards. Working in this hands-on lab environment, guided by our expert practitioner, attendees will explore Installing the Linux operating system and configuring peripherals Performing and modifying startup and shutdown processes Configuring and maintaining basic networking services Creating and maintaining system users and groups Understanding and administering file permissions on directories and regular files Planning and creating disk partitions and file systems Performing maintenance on file systems Identifying and managing Linux processes Automating tasks with cron Performing backups and restoration of files Working with system log files Troubleshooting system problems Analyzing and taking measures to increase system performance Configuring file sharing with NFS Configuring Samba for file sharing with the Windows clients Setting up a basic Web server Understanding the components for setting up a LAMP server Implementing basic security measures Linux System Administration is a comprehensive hands-on course that teaches students how to install, configure and maintain an Enterprise Linux system in a networked environment. This lab-intensive class explores core administrative tasks such as: creating and managing users, creating and maintaining file systems, determining and implementing security measures and performing software installation and package management. Linux networking topics include installing and supporting SSH, NFS, Samba and the Apache Web server. Students will explore common security issues, as well as several tools, such as the PAM modules that help secure the operating system and network environment. Upon successful completion of this course, students will be prepared to maintain Linux systems in a networked business environment. Although the course includes installing and configuring a CentOS 7 / RHEL 7 Linux system, much of the course content also applies to Oracle, Ubuntu, Scientific and other current versions of mainstream Linux distributions. Labs include user and group maintenance, system backups and restoration, software management, administration tasks automation, file system creation and maintenance, managing remote access, working with cron, and configuring basic file sharing and Web services, as well as working with system logging utilities such as rsyslog and much more. System Administration Overview UNIX, Linux and Open Source Duties of the System Administrator Superusers and the Root Login Sharing Superuser Privileges with Others (su and sudo Commands) TCP/IP Networking Fundamentals Online Help Installation and Configuration Planning: Hardware and Software Considerations Site Planning Installation Methods and Types Installation Classes Partitions Logical Volume Manager - LVM File System Overview Swap Partition Considerations Other Partition Considerations The Linux Boot Loader: grub Software Package Selection Adding and Configuring Peripherals Printers Graphics Controllers Basic Networking Configuration Booting to Recovery Mode Booting and Shutting Down Linux Boot Sequence The systemd Daemon The systemctl Command Targets vs. Run Levels Modifying a Target Service Unit Scripts Changing System States Booting into Rescue Mode Shutdown Commands Managing Software and Devices Identifying Software Packages Using rpm to Manage Software Using yum to Manage Software Installing and Removing Software Identifying Devices Displaying Device and System Information (PCI, USB) Plug and Play Devices Device Configuration Tools Managing Users and Groups Setting Policies User File Management The /etc/passwd file The /etc/shadow file The /etc/group file The /etc/gshadow file Adding Users Modifying User Accounts Deleting User Accounts Working with Groups Setting User Environments Login Configuration Files The Linux File System Filesystem Types Conventional Directory Structure Mounting a File System The /etc/fstab File Special Files (Device Files) Inodes Hard File Links Soft File Links Creating New File Systems with mkfs The lost+found Directory Repairing File Systems with fsck The Journaling Attribute File and Disk Management Tools Linux File Security File Permissions Directory Permissions Octal Representation Changing Permissions Setting Default Permissions Access Control Lists (ACLs) The getfacl and setfacl commands SUID Bit SGID Bit The Sticky Bit Controlling Processes Characteristics of Processes Parent-Child Relationship Examining Running Processes Background Processes Controlling Processes Signaling Processes Killing Processes Automating Processes cron and crontab at and batch System Processes (Daemons) Working with the Linux Kernel Linux Kernel Components Types of Kernels Kernel Configuration Options Recompiling the Kernel Shell Scripting Overview Shell Script Fundamentals Bash Shell Syntax Overview Shell Script Examples System Backups Backup Concepts and Strategies User Backups with the tar Command System Backup Options The xfsdump and xfsrestore Commands Troubleshooting the System Common Problems and Symptoms Troubleshooting Steps Repairing General Boot Problems Repairing the GRUB 2 Boot Loader Hard Drive Problems Restoring Shared Libraries System Logs and rsyslogd Basic Networking Networking Services Overview NetworkManager Introduction Network Configuration Files Locations and Formats Enabling and Restarting Network Services with systemtcl Configuring Basic Networking Manually Configuring Basic Networking with NetworkManager LAMP Server Basics LAMP Overview Configuring the Apache Web Server Common Directives Apache Virtual Hosting Configuring an Open Source Database MySQL MariaDB PHP Basics Perl CGI Scripting Introduction to System Security Security Overview Maintaining System Security Server Access Physical Security Network Security Security Tools Port Probing with nmap Intrusion Detection and Prevention PAM Security Modules Scanning the System Maintaining File Integrity Using Firewalls Introduction to firewalld The Samba File Sharing Facility Configure Samba for Linux to Linux/UNIX File Sharing Configure Samba for Linux to Windows File Sharing Use the smbclient Utility to Transfer Files Mount/Connect Samba Shares to Linux and Windows Clients Networked File Systems (NFS) Using NFS to Access Remote File Systems Configuring the NFS Server Configuring the NFS Client Exporting File Systems from the NFS Server to the NFS Client

Introduction to Linux Systems Administration (TTLX2220)
Delivered OnlineFlexible Dates
Price on Enquiry

Meditation for health and wellbeing

By Estar Wellbeing

This 8-week course is aimed specifically at promoting your overall health and wellbeing. Amanda will teach you some simple yet surprisingly effective techniques drawn from the Zen tradition to help you manage your everyday life.  These techniques will help you deal with stress, pain, improve your concentration and focussing skills and boost your general health and wellbeing.  Frequently asked questions Who is this course for? This 8-week course is suitable for anyone who is looking for an introduction to meditation and mindfulness. It is useful for those looking for ways to help cope with stress-related problems, depression, illness and pain. It is equally useful for anyone wishing to boost their health, wellbeing and general enjoyment of life. How much time do I need to commit during the 8-week course? Where is it? There is one class each week and it lasts for 1.5 hours. You need to commit to listening to just one 30-minute meditation every day. You can take the course in person at a small studio in Lincolnshire, convenient for Louth, Horncastle and Spilsby. Alternatively, I can deliver 1-to-1 and pair classes in your own home. Corporate clients - your venue. Online via Zoom. What do I need to wear and bring to class? Wear comfortable clothing. Nothing too tight that restricts you from relaxing. Please bring: Something to rest your head on like a small pillow A blanket You will be provided with: A welcome pack with course book 8 audio recordings of the meditations we do in class A cup of tea/coffee etc if you are in person with me as the kettle’s always on! How much does it cost? All prices are per person: Group classes (max 12) In-person: £180 Online: £160 Pair In-person: £200 Online: £180 One to one In-person: £250 Online: £230 What are your meditation qualifications? I am a graduate of the Zen Mediation and Mindfulness course for Health and Wellbeing (100 hrs) taught by Zenways. This course is accredited by the International Mindfulness Teachers Association (IMTA). Learn more:  Zenways IMTA How is this course different to MBSR/MBCT-based courses? This Zenways course is purely meditation and mindfulness based, with no admixtures of psychotherapy. The orientation is teacher-student rather than therapist-client. Although these practices are being used in the NHS and other healthcare settings, we take a much wider view of wellbeing, believing that it’s more than simply alleviating psychological distress or stress reduction.

Meditation for health and wellbeing
Delivered OnlineFlexible Dates
£160 to £250

Making Electric Lamps

By Tim Thornton

Want to make electric lamps, but not sure about the wiring, regulations and so on? If you can make the lamp base (in clay, wood, glass metal or whatever), then this course tells you how to do the rest.

Making Electric Lamps
Delivered OnlineJoin Waitlist
£85

Mockingbird High - domestic abuse & the impact on children

5.0(40)

By Certain Curtain Theatre Company

This 2 hour digital training session is CPD accredited. It utilises lived experience and a filmed version of our acclaimed theatre production MOCKINGBIRD HIGH - a compelling and lyrical account of the devastating impact of domestic abuse on two teenage children and their mother. Plus interactive activities, group discussion to explore the relevance to your work practice and a support pdf.

Mockingbird High - domestic abuse & the impact on children
Delivered OnlineFlexible Dates
£40

Vaccination / Injection Course (GPT601) - Refresher

4.6(39)

By Geopace Training

Update your vaccination / injection certificate online ... Update and renew your Nationally Recognised Qualification - dual accreditation Awards a new current certificate and updates your registration OCN Accredited - Level 4 (foundation degree - FDSc) CPD Accredited Add a further 3 FDSc level credits to your C.V. Includes IM, ID and Sub-Cut Injection methods Complete Part 1 (theory) only to renew your registration Add an optional training kit and full video instructions Include practical training at home with the purchase of our comprehensive Practise@Home Training kit with instructional video tutorial for only £39.95. ​ Add this option at time of booking. ONLY OPEN TO APPLICANTS WHO HAVE PREVIOUSLY COMPLETED GEOPACE VACCINATION COURSE

Vaccination / Injection Course (GPT601) - Refresher
Delivered OnlineFlexible Dates
£79.95

Maya Essentials Basic to Fundamental Training Program

By ATL Autocad Training London

Autodesk Maya Basic to Fundamentals Training. Ideal for beginners, learn to navigate Maya's interface, create models, apply textures, animate objects, and delve into advanced topics. Engage in interactive in-person or online sessions. Access recorded lessons for review and receive lifelong email support. Learn 3D modeling and animation - enroll today! Click here for more info: Website Duration: 10 hours of immersive learning. Method: Personalized 1-to-1 sessions and Choose your own day and time Monday to Saturday 9 am to 7 pm. Course Overview: I. Introduction to Maya (1 hour) Maya overview and applications Basic interface and navigation tools Project creation and management II. 3D Modeling Techniques (2 hours) Polygon modeling fundamentals Creating, editing, and refining objects Advanced techniques like extrusions and bevels III. Texturing and Materials (1 hour) Introduction to texturing concepts Material creation and application Texture mapping, UV unwrapping, and image importing IV. Lighting and Rendering (1.5 hours) Basic lighting techniques and composition setup Rendering images and animations effectively Output options and file formats V. Animation Skills (2.5 hours) Keyframe animation and animation curves Character rigging and animation Special effects: particles, fluids, explosions, and smoke VI. Intermediate Modeling Techniques (1 hour) NURBS modeling basics and advanced curves/surfaces manipulation Creating organic shapes with NURBS and sculpting tools VII. Conclusion and Next Steps (0.5 hours) Course review and recap Further learning resources and tips Q&A and feedback session Autodesk Maya Basic to Fundamentals Training Course Key Learning Areas: Advanced modeling techniques: Surfaces, Polygons, Subdiv Modeling, etc. Deformation methods: Twist, Lattice, Flare, Bend Shape manipulation: Lines, Pen tools, Revolve, Loft, Planer, Text in Maya Animation: Keyframes, Path animations, Timeline Texturing and Rendering: Diffuse, Reflections, Transparency, Shaders, Resolution settings Lighting and Camera: Basic & advanced lights, Shadows, Camera effects, Path animation Note: The course content and duration are adaptable to cater to learners' needs and proficiency levels.   Maya Interface Proficiency: Participants will develop a comprehensive understanding of Maya's interface, tools, and workflow, allowing them to navigate seamlessly and manage projects efficiently. 3D Modeling Skills: Students will be equipped with polygon modeling techniques to create both basic and complex 3D models with precision. They will master the art of shaping and refining objects, elevating their creativity in 3D design. Texturing and Materials Mastery: Learners will gain expertise in texturing, applying materials, and incorporating images to enhance the visual appeal of their 3D models. They will create captivating surfaces with colors, textures, and reflectivity. Lighting and Rendering Expertise: Participants will learn essential lighting techniques to illuminate their scenes effectively. They will set up cameras and produce high-quality still images and dynamic animations with Maya's powerful rendering capabilities. Animation Techniques: Students will explore the world of animation, utilizing keyframe techniques and animation curves to bring their creations to life. They will delve into character rigging, animating characters with sophistication and realism. Special Effects and Dynamics: Learners will unleash their creativity with mesmerizing particle systems, fluid simulations, and dynamic effects. They will craft captivating visuals, such as explosions and smoke, adding depth and excitement to their projects. Intermediate Modeling Techniques: Participants will refine their skills with NURBS modeling, mastering curve and surface manipulation. They will create intricate organic shapes, pushing the boundaries of their artistic expression. Creative Problem-Solving: Throughout the course, students will tackle real-world projects, facing challenges that foster creative problem-solving skills. They will gain confidence in overcoming obstacles in 3D modeling and animation. Maya Essentials Basic to Fundamental Training Program: Course Focus: Autodesk Maya Essentials, covering fundamental concepts and techniques. Duration: Flexible scheduling, tailored to individual learning pace. Method: Personalized 1-1 training, interactive sessions, hands-on projects. Curriculum Highlights: Introduction to Maya (1 hour): Interface overview, navigation, project management. 3D Modeling Techniques (2 hours): Polygon basics, object creation, advanced editing. Texturing and Materials (1 hour): Texture mapping, material application, UV unwrapping. Lighting and Rendering (1.5 hours): Lighting fundamentals, composition setup, effective rendering. Animation Skills (2.5 hours): Keyframe animation, character rigging, special effects. Intermediate Modeling (1 hour): NURBS modeling, organic shapes, sculpting tools. Conclusion and Next Steps (0.5 hours): Course review, learning resources, Q&A session. These resources will complement your training, providing additional support and insights as you explore the world of Autodesk Maya. Explore the World of 3D Animation: Master the intricacies of 3D computer graphics and animation using Autodesk Maya. Delve into modeling, texturing, animation, and rendering to bring your creative visions to life. Practical Learning Experience: Dive into hands-on projects refining your skills. Craft 3D models, apply textures, animate characters, and produce polished renders. Recognized Industry Expertise: Gain proficiency in Autodesk Maya, a leading software in entertainment, gaming, and animation. Enhance your employability with highly sought-after skills, opening doors to diverse career paths. Endless Applications: Uncover Maya's versatility in entertainment, architectural visualization, product design, and more. Tailor your expertise to align with your passions and career aspirations. Reinforcement through Recordings: Access comprehensive lesson recordings for thorough review. Revisit specific topics, reinforcing your grasp of Autodesk Maya at your own pace. Continuous Guidance: Receive lifetime email support for ongoing mentorship. Seek answers, clarifications, and expert advice, ensuring your continuous growth even after completing the course.

Maya Essentials Basic to Fundamental Training Program
Delivered in London or OnlineFlexible Dates
£360

Photoshop one day training course bespoke 1-2-1

By Real Animation Works

Photoshop one day training course bespoke 1-2-1 with lifetime support

Photoshop one day training course bespoke 1-2-1
Delivered in London or OnlineFlexible Dates
£190

Financial Compliance and Legal Aid Payments Course

By DG Legal

Our Financial Compliance and Legal Aid Payments Course provides a brief overview of historical changes and the current regulations. The course will cover what VAT regulations and the SRA Accounts Rules say on legal aid payments and will provide practical advice and tips on how to account for these payments so you adhere to the rules and regulations of the profession. Target Audience This online course is suitable for those in the legal profession who oversees, or is responsible for or involved in accounting for legal aid funds, including, costs lawyers, legal cashiers, COFA, those supporting the COFA, account managers, etc. Resources An information pack including the course slides will be provided to all delegates after the course, which may be useful for ongoing reference. Please note a recording of the course will not be made available. Speaker Sarah Charlton, Consultant, DG Legal Sarah has a BSc (Hons) in Applied Accounting and is a Fellow member of the Association of Chartered and Certified Accountants. Her career spans over 35 years working within the legal sector, fulfilling roles from COFA through to CEO. During her career she has worked with a number of legal regulators, professional bodies and government organisations. Sarah has been a member of the Institute of Legal Finance and Management throughout her career, qualifying as a Fellow member in 2005. Sarah also served as chairperson between 2010-2012 and continues to serve as an Executive Council Member.

Financial Compliance and Legal Aid Payments Course
Delivered Online
£112.50 to £150

Online Adobe Photoshop Training for Beginners

By Greta Powell Training

Adobe Photoshop Training Course for Beginners. A one to one private Photoshop Course on a 24 /7 basis to suit your hours.

Online Adobe Photoshop Training for Beginners
Delivered OnlineFlexible Dates
£200