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

2919 Courses in London

Financial Analysis for Decision Makers

5.0(10)

By GBA Corporate

Overview Financial Analysis and Decision Making specifies a financial outline to support the life cycle approach of managing tedious projects over a long time scale. This course includes the advanced level of accounting structures which are required to insert knowledgable information in order to make decisions or to support the decision-making process where accounting and financial information overlaps other decision-making processes. In order to manage the growth of the organisation and measure the profitability it is very important to do a financial analysis. This course will take you through different models of accounting and finance which is helpful for the decision-making process thereby helping ensure sustainable growth and success.

Financial Analysis for Decision Makers
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

UPSTREAM OIL & GAS ASSET MANAGEMENT

5.0(10)

By GBA Corporate

Overview This course highlights Overview of upstream asset management HSE issues and energy project investment analysis Exploration and appraisal well decisions Field development decisions Asset optimization

UPSTREAM OIL & GAS ASSET MANAGEMENT
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,779

The Essentials of EAP Training Workshop (£750 per course for up to 10 people)

By Buon Consultancy

Employee Assistance Programme Training

The Essentials of EAP Training Workshop (£750 per course for up to 10 people)
Delivered In-Person in Edinburgh or UK WideFlexible Dates
£750

Python for network engineers

5.0(3)

By Systems & Network Training

Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.

Python for network engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Securing Linux systems

5.0(3)

By Systems & Network Training

Securing Linux systems training course description This course teaches you everything you need to know to build a safe Linux environment. The first section handles cryptography and authentication with certificates, openssl, mod_ssl, DNSSEC and filesystem encryption. Then Host security and hardening is covered with intrusion detection, and also user management and authentication. Filesystem Access control is then covered. Finally network security is covered with network hardening, packet filtering and VPNs. What will you learn Secure Linux accounts. Secure Linux file systems. Secure Linux access through the network. Securing Linux systems training course details Who will benefit: Linux technical staff needing to secure their systems. Prerequisites: Linux system administration (LPIC-1) Duration 5 days Securing Linux systems training course contents Cryptography Certificates and Public Key Infrastructures X.509 certificates, lifecycle, fields and certificate extensions. Trust chains and PKI. openssl. Public and private keys. Certification authority. Manage server and client certificates. Revoke certificates and CAs. Encryption, signing and authentication SSL, TLS, protocol versions. Transport layer security threats, e.g. MITM. Apache HTTPD with mod_ssl for HTTPS service, including SNI and HSTS. HTTPD with mod_ssl to authenticate users using certificates. HTTPD with mod_ssl to provide OCSP stapling. Use OpenSSL for SSL/TLS client and server tests. Encrypted File Systems Block device and file system encryption. dm-crypt with LUKS to encrypt block devices. eCryptfs to encrypt file systems, including home directories and, PAM integration, plain dm-crypt and EncFS. DNS and cryptography DNSSEC and DANE. BIND as an authoritative name server serving DNSSEC secured zones. BIND as an recursive name server that performs DNSSEC validation, KSK, ZSK, Key Tag, Key generation, key storage, key management and key rollover, Maintenance and resigning of zones, Use DANE. TSIG. Host Security Host Hardening BIOS and boot loader (GRUB 2) security. Disable useless software and services, sysctl for security related kernel configuration, particularly ASLR, Exec-Shield and IP / ICMP configuration, Exec-Shield and IP / ICMP configuration, Limit resource usage. Work with chroot environments, Security advantages of virtualization. Host Intrusion Detection The Linux Audit system, chkrootkit, rkhunter, including updates, Linux Malware Detect, Automate host scans using cron, AIDE, including rule management, OpenSCAP. User Management and Authentication NSS and PAM, Enforce password policies. Lock accounts automatically after failed login attempts, SSSD, Configure NSS and PAM for use with SSSD, SSSD authentication against Active Directory, IPA, LDAP, Kerberos and local domains, Kerberos and local domains, Kerberos tickets. FreeIPA Installation and Samba Integration FreeIPA, architecture and components. Install and manage a FreeIPA server and domain, Active Directory replication and Kerberos cross-realm trusts, sudo, autofs, SSH and SELinux integration in FreeIPA. Access Control Discretionary Access Control File ownership and permissions, SUID, SGID. Access control lists, extended attributes and attribute classes. Mandatory Access Control TE, RBAC, MAC, DAC. SELinux, AppArmor and Smack. etwork File Systems NFSv4 security issues and improvements, NFSv4 server and clients, NFSv4 authentication mechanisms (LIPKEY, SPKM, Kerberos), NFSv4 pseudo file system, NFSv4 ACLs. CIFS clients, CIFS Unix Extensions, CIFS security modes (NTLM, Kerberos), mapping and handling of CIFS ACLs and SIDs in a Linux system. Network Security Network Hardening FreeRADIUS, nmap, scan methods. Wireshark, filters and statistics. Rogue router advertisements and DHCP messages. Network Intrusion Detection ntop, Cacti, bandwidth usage monitoring, Snort, rule management, OpenVAS, NASL. Packet Filtering Firewall architectures, DMZ, netfilter, iptables and ip6tables, standard modules, tests and targets. IPv4 and IPv6 packet filtering. Connection tracking, NAT. IP sets and netfilter rules, nftables and nft. ebtables. conntrackd Virtual Private Networks OpenVPN server and clients for both bridged and routed VPN networks. IPsec server and clients for routed VPN networks using IPsec-Tools / racoon. L2TP.

Securing Linux systems
Delivered in Internationally or OnlineFlexible Dates
£3,697

Cyber security for engineers

5.0(3)

By Systems & Network Training

Cyber security training course description This cyber security course focusses on the network side of security. Technologies rather than specific products are studied focussing around the protection of networks using firewalls and VPNs. What will you learn Describe: - Basic security attacks - RADIUS - SSL - VPNs Deploy firewalls and secure networks Explain how the various technologies involved in an IP VPN work. Describe and implement: - L2TP - IPsec - SSL - MPLS, L3, VPNs. Cyber security training course details Who will benefit: Anyone working in the security field. Prerequisites: TCP/IP foundation for engineers Duration 5 days Cyber security training course contents Security review Denial of service, DDOS, data manipulation, data theft, data destruction, security checklists, incident response. Security exploits IP spoofing, SYN attacks, hijacking, reflectors and amplification, keeping up to date with new threats. Hands on port scanning, use a 'hacking' tool. Client and Server security Windows, Linux, Log files, syslogd, accounts, data security. Hands on Server hardening. Firewall introduction What is a firewall? Firewall benefits, concepts. HAnds on launching various attacks on a target. Firewall types Packet filtering, SPI, Proxy, Personal. Software firewalls, hardware firewalls. Firewall products. Hands on Simple personal firewall configuration. Packet filtering firewalls Things to filter in the IP header, stateless vs. stateful filtering. ACLs. Advantages of packet filtering. Hands on Configuring packet filtering firewalls. Stateful packet filtering Stateful algorithms, packet-by-packet inspection, application content filtering, tracks, special handling (fragments, IP options), sessions with TCP and UDP. Firewall hacking detection: SYN attacks, SSL, SSH interception. Hands on SPI firewalls. Proxy firewalls Circuit level, application level, SOCKS. Proxy firewall plusses and minuses. Hands on Proxy firewalls. Firewall architectures Small office, enterprise, service provider, what is a DMZ? DMZ architectures, bastion hosts, multi DMZ. Virtual firewalls, transparent firewalls. Dual firewall design, high availability, load balancing, VRRP. Hands on Resilient firewall architecture. Testing firewalls Configuration checklist, testing procedure, monitoring firewalls, logging, syslog. Hands on Testing firewalls. Encryption Encryption keys, Encryption strengths, Secret key vs Public key, algorithms, systems, SSL, SSH, Public Key Infrastructures. Hands on Password cracking. Authentication Types of authentication, Securid, Biometrics, PGP, Digital certificates, X.509 v3, Certificate authorities, CRLs, RADIUS. Hands on Using certificates. VPN overview What is a VPN? What is an IP VPN? VPNs vs. Private Data Networks, Internet VPNs, Intranet VPNs, Remote access VPNs, Site to site VPNs, VPN benefits and disadvantages. VPN Tunnelling VPN components, VPN tunnels, tunnel sources, tunnel end points, tunnelling topologies, tunnelling protocols, which tunnelling protocol? Requirements of tunnels. L2TP Overview, components, how it works, security, packet authentication, L2TP/IPsec, L2TP/PPP, L2 vs L3 tunnelling. Hands on Implementing a L2TP tunnel. IPsec AH, HMAC, ESP, transport and tunnel modes, Security Association, encryption and authentication algorithms, manual vs automated key exchange, NAT and other issues. Hands on Implementing an IPsec VPN. SSL VPNs Layer 4 VPNs, advantages, disadvantages. SSL. TLS. TLS negotiation, TLS authentication. TLS and certificates. Hands on Implementing a SSL VPN. MPLS VPNs Introduction to MPLS, why use MPLS, Headers, architecture, label switching, LDP, MPLS VPNs, L2 versus L3 VPNs. Point to point versus multipoint MPLS VPNs. MBGP and VRFs and their use in MPLS VPNs. Hands on Implementing a MPLS L3 VPN. Penetration testing Hacking webservers, web applications, Wireless networks and mobile platforms. Concepts, threats, methodology. Hands on Hacking tools and countermeasures.

Cyber security for engineers
Delivered in Internationally or OnlineFlexible Dates
£3,697

Complete VB.NET programming

5.0(3)

By Systems & Network Training

Complete VB.Net training course description A hands on introduction to programming in Visual BASIC .Net. What will you learn Build Visual BASIC applications. Build simple components Debug Visual BASIC programs. Examine existing code and determine its function. Complete VB.Net training course details Who will benefit: Anyone wishing to program in Visual BASIC. Anyone wishing to build Windows based applications. Prerequisites: None although experience in another high level language would be useful. Duration 5 days Complete VB.Net training course contents Writing your first program Visual Studio, forms designer, running VB programs, the UI, properties, writing the code. Toolbox Controls Basic use, input controls, ActiveX controls. Menus and Dialog Boxes Menus, Dialog Box controls, event procedures. Visual Basic .NET variables and operators Variables, I/O, data types, constants, operators, Math Methods, precedence. Decision Structures and Loops and Timers Event-Driven programming, If…Then, Select Case, For…Next Loops, Timer Control. Debugging Visual Basic .NET Programs Break Mode, watch & command windows. Structured Error Handling Try...Catch, Finally, Err Object, retry periods. Modules and Procedures Standard modules, public variables, procedures. Arrays and Collections to Manage Data Fixed-Size & dynamic Arrays, ReDim Preserve, object collections, Controls Collection. Text Files and String Processing Text Box object, Text String methods, sorting. Automating Office Applications Application objects, automation in VB, the Object Browser, the Process Component. Deploying Visual Basic .NET Applications Planning a deployment, ways to deploy an application, deployment projects, options. Managing Windows Forms Forms, positioning, manipulation, adding controls, organizing controls, Startup Object. Adding Graphics and Animation Effects System.Drawing namespace, coordinates, SystemPaint Event, animation, transparency. Inheriting Forms and Creating Base Classes Inheriting forms, inheritance picker, base classes and inheritance, classes in projects. Working with Printers PrintDocument class, Text Box object, Print Preview and Page Setup Dialog Boxes. Database programming with ADO.NET Databases, ADO.NET, Data Adapters, Datasets, Bound & Navigation Controls. Displaying database records, formatting DataGrid cells, updating the database. Displaying HTML Documents Using IE IE Object, Internet Controls, IE Events. Web Forms for Interactive Web Applications ASP.NET, Web Forms vs. Windows Forms, HTML controls, web applications, event procedures for web forms controls.

Complete VB.NET programming
Delivered in Internationally or OnlineFlexible Dates
£3,697

Chemical Skin Peels (ClinicCare) Training Course

By Cosmetic College

As the field of skin technology and products continues to evolve, skin peels have undergone a remarkable resurgence in popularity. These treatments, also known as "chemical" peels, harness the advancements in specialised products to exfoliate the skin and eliminate dead cells, providing remarkable results while ensuring client comfort. Our course will introduce you to a variety of natural acids, such as glycolic, lactic, and salicylic acid, which are used in modern skin peels. You'll learn the art of mixing peels and working with pre-mixed products, enabling you to customise treatments to address specific skincare concerns and conditions. Our comprehensive training will empower you to confidently combine various skin peels, enhancing the effectiveness of your existing facial treatments. By extending the efficacy of your services, you'll provide your clients with exceptional results and a rejuvenated complexion. Moreover, you'll gain a deep understanding of the science behind skin peels, allowing you to educate your clients on the benefits and guide them towards achieving their skincare goals. Join our Skin Peel Course and unlock the potential of these innovative treatments. With our expert guidance, you'll acquire the expertise and knowledge to become a trusted skincare professional. Course Entry Requirements:  Minimum of 18 years Good command of English Previous skin and facial training are desirable; we suggest that learners new to the industry enrol on our facial and skincare course before enrolling on our ClinicCare skin peel course. Course Pre-Study/Practical & Length: This course is a combination of theory study, virtual lectures and onsite practical  Course Agenda: All courses are intimate with four learners in class 2-1 ratio. Areas covered within this course are: Anatomy and Physiology of the Skin  Infection control  Sharps and hazardous waste Pre-study chemical peel theory Practical training 1 model  Professional live demonstrations Clinical setup Acids covered in this course: Glycolic acid Kojic acid Lactic acid Enzyme peels Mandelic acid  Arbutin Phytic Acid Salicylic acid Equipment / Starter Kits A professional starter kit can be purchased with this course. The kit costs 200 and is an additional cost to the training fees. Key Information A very popular treatment that is growing in popularity. Quick appointments. Minimal downtime which produces quality results. We gear the training around the use of the Clinicare brand which is well-known, reputable and produces effective results. Training in chemical skin peels is the first step for many beauty therapists to become aestheticians. 8 types of chemical peels are covered in this training course, providing you with the knowledge and skills to help clients with a wide range of skin concerns. The course offers hands-on practical training in a small group setting, allowing for personalised instruction and support from the instructor. The course covers a comprehensive curriculum, including the theory behind chemical peels and their various types, as well as practical application techniques. Upon completion, participants will receive a certificate of achievement that demonstrates their newfound knowledge and skills. The use of the Clinicare brand in the training program ensures that participants are learning with products that are highly effective and widely recognised in the beauty industry. The combination of e-learning and practical training provides participants with a well-rounded educational experience, allowing them to build their knowledge and confidence in a convenient and flexible manner. Chemical skin peels are in high demand, making this training program a valuable investment for anyone looking to expand their skills and grow their business. The course is accredited by ABT & CPD, providing participants with the assurance that the training is of high quality and meets industry standards. Course Benefits Benefits for Students Expertise in Skin Rejuvenation: By completing this training course, you will gain in-depth knowledge of chemical skin peels and their application. You will learn various peel types, their effects on the skin, and how to select the appropriate peel for different skin concerns. This expertise will enable you to provide effective treatments and achieve remarkable results for your clients. Versatility in Treating Skin Concerns: Chemical skin peels can address a wide range of skin concerns, including acne, hyperpigmentation, fine lines, and uneven skin texture. By enrolling in this course, you will acquire the skills to tailor treatments to meet individual client needs, helping them achieve healthier, smoother, and more radiant skin. Advanced Techniques and Safety: Our training course focuses on the latest techniques and safety protocols in performing chemical skin peels. You will learn about skin assessment, pre-treatment preparation, peel application methods, post-treatment care, and potential complications. This knowledge will ensure the safety of your clients and enhance your professional credibility. Practical Hands-on Experience: Practical training is an essential component of our course. You will have the opportunity to practice chemical skin peel techniques on models under the guidance of experienced instructors. This hands-on experience will boost your confidence and proficiency in performing the treatments. Benefits for Clients Personalised Treatment Plans: With your comprehensive understanding of chemical skin peels, you will be able to assess clients' skin concerns and develop customised treatment plans. This tailored approach will address their specific needs, leading to more effective and satisfactory results. Improved Skin Texture and Appearance: Chemical skin peels can significantly improve skin texture, reduce hyperpigmentation, diminish acne scars, and minimise the appearance of fine lines and wrinkles. Your expertise in performing these treatments will help clients achieve smoother, clearer, and more youthful-looking skin. Confidence and Trust: Clients will have confidence in your abilities as a trained professional in chemical skin peels. Your knowledge of different peel types and their effects, along with your commitment to safety, will build trust and assurance in your clients, creating a positive treatment experience. Earning Potential Your earning potential can increase after completing the Chemical Skin Peels (ClinicCare) Training Course: Expanded Service Offerings: With expertise in chemical skin peels, you can expand your service menu and offer a popular and in-demand treatment. This diversification can attract new clients and increase your earning potential. Client Retention and Referrals: Satisfied clients who experience positive results from chemical skin peels are more likely to become repeat customers. Additionally, they may refer friends, family, and colleagues to your practice, further growing your client base and increasing your revenue. Professional Advancement: By enhancing your skills and knowledge in chemical skin peels, you position yourself as a knowledgeable and sought-after aesthetics professional. This can lead to opportunities for career advancement, such as working in prestigious clinics, and spas, or establishing your own practice, which can contribute to higher earning potential. Frequently Asked Questions Is this training course suitable for beginners or those with prior experience? Our Chemical Skin Peels (ClinicCare) Training Course is designed for both beginners and experienced professionals in the aesthetics industry. Whether you are just starting your career or looking to enhance your skills, this course will provide you with the necessary knowledge and techniques. What will I learn in this training course? In this course, you will learn about different types of chemical skin peels, their indications, and the process of performing the treatment. You will gain a comprehensive understanding of skin anatomy, product selection, client assessment, treatment planning, application techniques, and post-treatment care. Will I receive hands-on training during the course? Yes, hands-on training is an integral part of our Chemical Skin Peels (ClinicCare) Training Course. You will have the opportunity to practice the techniques on models under the guidance and supervision of our experienced instructors. This practical experience will help you develop confidence and proficiency in performing chemical skin peels. What products or brands will be used in the training course? Our training course focuses on ClinicCare chemical skin peels. ClinicCare is a renowned brand known for its high-quality and effective skincare products. You will learn about their specific range of peels and gain hands-on experience in working with these products. Will I receive a certification upon completion of the course? Yes, upon successfully completing our Chemical Skin Peels (ClinicCare) Training Course, you will receive a certification of completion. This certification validates your training and demonstrates your competence in performing chemical skin peels using ClinicCare products. Are there any post-training support or resources available? Yes, we provide post-training support to our students. Our instructors are available to answer any questions or provide guidance even after you complete the course. Additionally, you will have access to resources and materials that can further enhance your knowledge and skills in chemical skin peels. Can I incorporate chemical skin peels into my existing practice? Absolutely! Chemical skin peels are a popular and effective treatment for various skin concerns. Upon completing the course, you will be equipped with the skills to incorporate chemical skin peels into your existing practice or start offering this service to your clients.

Chemical Skin Peels (ClinicCare) Training Course
Delivered In-PersonFlexible Dates
£450

Advance Sales Management

5.0(10)

By GBA Corporate

Overview This course is designed to gain advanced sales techniques through traditional and modern selling techniques. It will help train the participants for a wide range of sale environments in diverse sectors. With the increase in neck-to-neck competition sales have become a major factor and a lot of new philosophies and modern techniques including new sales methodology has been introduced in the sales industry. As a salesperson who is directly involved in sales or even managers who are into products and services, knowing how to sell is an incredibly useful skill. The course is designed with a lot of practical exercises, and modern techniques, taking from basic to advance level which will help the delegates to attain the skills they require and start implementing what they learned.

Advance Sales Management
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

National Certificate in Workplace Mediation (5 days)

4.3(10)

By The TCM Group

The TCM Group's National Certificate in Workplace Mediation course offers an in-depth analysis of mediation, with particular reference to resolving business complaints, disputes and conflict. The course uses a variety of learning and teaching methods. During the course, participants are encouraged to develop their learning through group discussions, role-plays, case study discussions as well as independent learning and reflection. Peer-based evaluation and learning feature heavily throughout the programme. This is supported by regular assessment of activities and learners’ progress by course facilitators. Delegates who successfully complete this course refer to themselves as TCM Accredited Mediators – thereby demonstrating the highest standards of mediation practice in the UK.

National Certificate in Workplace Mediation (5 days)
Delivered Online & In-PersonJoin Waitlist
£1,995