Page 605 of 962 FirstFirst ... 105505555595603604605606607615655705 ... LastLast
Results 6,041 to 6,050 of 9617

Thread: Video Tutorials Collection

  1. #6041
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    Family Caregiving Course



    Family Caregiving Course
    Published 9/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 6.80 GB | Duration: 4h 51m

    Life Coaching Guide to Family caregiving at home.


    What you'll learn
    Understand and implement your roll as a home caregiver.
    Understand your family and friends during this time.
    Understand the person you are looking after.
    Tools to help you deal with being a home caregiver.

    Requirements
    A willingness to learn and implement new strategies into your life.

    Description
    Have you found yourself in a situation where you are caring for a loved one, and find it difficult to cope with the day-to-day stressors?I help family caregivers learn to create a happy, healthy environment at home by working on life coaching skills and tools to assist them in dealing with many emotions. We discuss day-to-day tricks and tips to make your life easier and better to manage, giving you and your family and loved ones more quality time with each other when it counts. You will learn:How to have difficult conversations that matter.Problems that caregivers face and how to deal with them for the best results. Here are some of the main topics discussed and how to manage them. Time ManagementRelationship IssuesFinancial DifficultiesLack of Privacy Healthcare VisitsLack of medical knowledgeSleep deprivationSocial IsolationQuestioning spirituality Torn Feelings Emotional Rollercoasters and avoidanceFeeling GriefHealth deteriorationBurnoutWhat the patient feels, wants, and needs from you.What do your partner, children, family, and friends want from you?Why support groups are necessary and a good idea.What is caregiver burnout and how do I avoid it?Understanding and dealing with your emotions.What your job does, and does not entail?How to grow and expand while being a caregiver.
    Overview
    Section 1: Introduction
    Lecture 1 Introduction
    Lecture 2 How to use the course
    Section 2: Lesson 1 - The foundation of home caregiving
    Lecture 3 The foundation of home caregiving
    Lecture 4 Emergency Plan
    Lecture 5 When to call EMS
    Lecture 6 Necessary discussions
    Section 3: Lesson 2 - Problems Home Caregivers Face
    Lecture 7 Time Management
    Lecture 8 7 Time Management Tips
    Lecture 9 Relationships
    Lecture 10 Tips for Relationships
    Lecture 11 Financial Stress
    Lecture 12 Lack of Privacy
    Lecture 13 Lack of medical knowledge
    Lecture 14 Sleep Deprivation
    Lecture 15 Healthcare Deterioration
    Lecture 16 Social Isolation
    Lecture 17 Question your Spirituality
    Lecture 18 Emotional Rollercoaster
    Lecture 19 Grief before, during and after
    Lecture 20 Caregiver Burnout
    Section 4: Section 3 - the person you caring for
    Lecture 21 The Person you are caring for
    Lecture 22 Finding the gift in Caregiving
    Section 5: Section 4 - Extra
    Lecture 23 Emotional Mastery 1
    Lecture 24 Emotional Mastery 2
    Section 6: Section 5 - Conclusion
    Lecture 25 Conclusion
    This course is for anyone who is caring for an injures, ill or dying family member or friend.

    Code:
    https://anonymz.com/?https://www.udemy.com/course/the-family-caregiver-course/


    Download from RapidGator
    Code:
    https://rapidgator.net/file/149c815cb8fdda4cbf11e06bb792c83f/Family_Caregiving_Course.part1.rar
    https://rapidgator.net/file/b2377908cf6ca79434498e7ffa2e5cf9/Family_Caregiving_Course.part2.rar
    https://rapidgator.net/file/53a0a860664c5729c52bdef754ef198c/Family_Caregiving_Course.part3.rar
    https://rapidgator.net/file/16dee443da3d65e571eaa60b68e18152/Family_Caregiving_Course.part4.rar
    Download from DDownload
    Code:
    https://ddownload.com/su6lvfsuyx27/Family_Caregiving_Course.part1.rar
    https://ddownload.com/yx01ik8pw54f/Family_Caregiving_Course.part2.rar
    https://ddownload.com/7qf70n60zw82/Family_Caregiving_Course.part3.rar
    https://ddownload.com/f3us2u086q20/Family_Caregiving_Course.part4.rar

  2. #6042
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    Python programming aktu cse 4th semester



    Python programming aktu cse 4th semester
    Published 09/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English | Duration: 18 lectures (6h 51m) | Size: 6.55 GB



    Python aktu exam preparation of cse 4th semester student python course



    What you'll learn
    Introductions and basics
    Conditional and Loops
    Functions and Strings
    Sieve of Eratosthenes & file I/O
    Iterator and recursion
    Requirements
    No programming experience need for learning this course
    You should be necessary to quality to learn this course for cse 4th semester
    Description
    Introduction: The Programming Cycle for Python , Python IDE, Interacting with Python Programs , Elements of Python, Type Conversion.
    Basics: Expressions, Assignment Statement, Arithmetic Operators, Operator Precedence, Boolean Expression
    Conditionals: Conditional statement in Python (if-else statement, it's working and execution), Nested-if statement and Elif statement in Python, Expression Evaluation & Float Representation.Loops: Purpose and working of loops, While loop including its working, For Loop, Nested Loops, Break and Continue.
    Function: Parts of A Function, Execution of A Function, Keyword and Default Arguments, Scope Rules.
    Strings : Length of the string and perform Concatenation and Repeat operations in it, Indexing and Slicing of Strings.
    Python Data Structure : Tuples, Unpacking Sequences, Lists, Mutable Sequences, List Comprehension, Sets, Dictionaries. Higher Order Functions: Treat functions as first class Objects, Lambda Expressions.
    Sieve of Eratosthenes: generate prime numbers with the help of an algorithm given by the Greek Mathematician named Eratosthenes, whose algorithm is known as Sieve of Eratosthenes.
    File I/O : File input and output operations in Python Programming. Exceptions and Assertions Modules : Introduction, Importing Modules.
    Abstract Data Types : Abstract data types and ADT interface in Python Programming.
    Classes : Class definition and other operations in the classes, Special Methods (such as _init_, _str_, comparison methods and Arithmetic methods etc.), Class Example, Inheritance, Inheritance and OOP.
    Iterators & Recursion: Recursive Fibonacci, Tower Of Hanoi. Search : Simple Search and Estimating Search Time, Binary Search and Estimating Binary Search Time.
    Sorting & Merging : Selection Sort, Merge List, Merge Sort, Higher Order Sort.
    Who this course is for
    Beginner python learners learn whole python programming language
    Collage student cse branch

    Code:
    https://anonymz.com/?https://www.udemy.com/course/python-aktu-cse-4th-semester-2022-23/


    Download from RapidGator
    Code:
    https://rapidgator.net/file/ed98adb7ead7e7a1c401535baaad798a/Python_programming_aktu_cse_4th_semester.part1.rar
    https://rapidgator.net/file/01cc24c797bf5162bf5305777e9c70c5/Python_programming_aktu_cse_4th_semester.part2.rar
    https://rapidgator.net/file/1448436c1dcc61321367e37462d44658/Python_programming_aktu_cse_4th_semester.part3.rar
    https://rapidgator.net/file/18279a91133ee72f68fc3f8d5458877d/Python_programming_aktu_cse_4th_semester.part4.rar
    Download from DDownload
    Code:
    https://ddownload.com/0q1aqk8pq7j5/Python_programming_aktu_cse_4th_semester.part1.rar
    https://ddownload.com/5c3rap5wji6o/Python_programming_aktu_cse_4th_semester.part2.rar
    https://ddownload.com/hcq7x0c8zc0d/Python_programming_aktu_cse_4th_semester.part3.rar
    https://ddownload.com/gdg66b7coldi/Python_programming_aktu_cse_4th_semester.part4.rar

  3. #6043
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    Python Django 4 Masterclass | Build a Real World Project



    Python Django 4 Masterclass | Build a Real World Project
    Last updated 9/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English | Duration: 180 lectures (24h 12m) | Size: 11 GB



    Become an Expert Django Web Developer and Dramatically Increase Your Career Potential



    What you'll learn
    Learn to develop production-grade web applications using the Python Django Framework
    Create dynamic templates via the Django Template Language
    Use Forms and ModelForms to accept information from users on your website
    Master working with databases to build web applications that store data persistently
    Learn how to create your own URLs and views to serve user requests from the browser
    Work with and manage sessions in Django
    Understand how to use QuerySets to fetch data
    Work with the Django Admin Panel to manage and customise your website
    Implement Authentication in Django
    Requirements
    Knowledge of Python
    Basic understanding of HTML and CSS
    A computer with an internet connection to install free development tools
    Description
    Welcome to the Python Django 4 Masterclass, where you will learn Django and create a real-world project.
    Python is one of, if not the most popular programming languages in the world. As such, there is a huge demand for Python programmers. Django is the web development environment of choice for many, perhaps most Python developers.
    To maximize your career opportunities, you must be proficient in coding for the web, and this course is designed to teach you just that.
    Your instructor in this course is Faisal Memon, who has over 12 years of experience building global products being used by millions of users across the globe and who was also part of the Google Launchpad Accelerator.
    In this course, Faisal will teach you how to develop production-grade web applications using the Python Django Framework. You'll understand what a web framework is and why you should use one, and why the Django framework, specifically, is the perfect web framework to learn.
    This course is already massive at nearly 20 hours and is constantly updated and revised.
    Just some of the things you will learn in this course include: -
    Creating your own URLs and views to serve user requests from the browser
    The Django Template Language and how can you create dynamic templates with Django
    Learn filters in the Django template language
    Database migrations and multiple models
    Writing queries to fetch data using Querysets
    Work with the Django Admin Panel to manage/customize your website
    Forms and ModelForms to accept information from users on your website
    Managing static files like HTML, CSS, and JS on the server
    Implementing Authentication in Django
    Working with and managing sessions in Django
    Deploy apps on a real production server and see it live over the internet
    Learn to make APIs using the Django Rest Framework
    This is a very comprehensive course designed to get you up to speed fast with the Django framework. To get the most out of it, you should have a working, basic knowledge of Python 3.
    By the end of this course, you will have obtained sufficient knowledge and confidence with Django to be in a position to start applying for jobs as a Django Web application Developer.
    Are you ready to start the Python Django 4 Masterclass? Click the enrol button to make a start!
    Feel free to look at the free video previews of various lectures on this page. We look forward to seeing you on the inside.
    Who this course is for
    Students with a basic knowledge of Python seeking to learn about web development using Django

    Code:
    https://anonymz.com/?https://www.udemy.com/course/python-django-masterclass/


    Download from RapidGator
    Code:
    https://rapidgator.net/file/bc2c4a9076c79cf2b18100500afd62f8/Python_Django_4_Masterclass__Build_a_Real_World_Project.part1.rar
    https://rapidgator.net/file/6efb02d2052f0787d7f84cb3fae2117f/Python_Django_4_Masterclass__Build_a_Real_World_Project.part2.rar
    https://rapidgator.net/file/8bc34de46e630d449ff0a8a324ecf289/Python_Django_4_Masterclass__Build_a_Real_World_Project.part3.rar
    https://rapidgator.net/file/8a2a9ca6d94144d75fb685c5c714aa27/Python_Django_4_Masterclass__Build_a_Real_World_Project.part4.rar
    https://rapidgator.net/file/7114d0e396a9194c09d85117640f2e5f/Python_Django_4_Masterclass__Build_a_Real_World_Project.part5.rar
    https://rapidgator.net/file/83991dd602eaad841104ce09ae97ed15/Python_Django_4_Masterclass__Build_a_Real_World_Project.part6.rar
    Download from DDownload
    Code:
    https://ddownload.com/yzamk6v5bcd2/Python_Django_4_Masterclass__Build_a_Real_World_Project.part1.rar
    https://ddownload.com/0ek2g1plpkws/Python_Django_4_Masterclass__Build_a_Real_World_Project.part2.rar
    https://ddownload.com/fbqwj23ewmcb/Python_Django_4_Masterclass__Build_a_Real_World_Project.part3.rar
    https://ddownload.com/i6n4x3pvy0u9/Python_Django_4_Masterclass__Build_a_Real_World_Project.part4.rar
    https://ddownload.com/9473pcpjishg/Python_Django_4_Masterclass__Build_a_Real_World_Project.part5.rar
    https://ddownload.com/8ev2bnp6o8vd/Python_Django_4_Masterclass__Build_a_Real_World_Project.part6.rar

  4. #6044
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    Secure Networking - A Company Network Project On Open-Source



    Secure Networking - A Company Network Project On Open-Source
    Published 9/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 7.50 GB | Duration: 15h 16m

    Build & pentest a segmented network on Cumulus Linux, PacketFence NAC, clustered nftables, pfSense, VPN, 2FA & Wireshark



    What you'll learn
    Building up a company-grade segmented network with embeded security, ENTIRELY on Unix-like OS
    Project-based learning of configuring firewall clusters on OpenSUSE Linux as well as pfSense
    Learn about NAC (802.1X, EAP, EAPoL) using PacketFence to reject or accpet clients on switches
    Learn underlying cluster technologies e.g. Keepalived & VRRP
    Networking core fundamentals such as Traffic Tagging using VLANs, Trunking, STP, subnetting, LAG, MLAG, etc.
    Learn firewall's core functionalities & be able to work with any firewall, no matter what brand
    Initial to advanced configuration of Nvidia Cumulus Linux switches
    Learn how head & branch offices securely communicate using IPSec site to site VPN
    Practicing network segmentation, compartmentalization, & isolation
    Learn how to create different VLANs in a company and control their traffic on each other
    Setting up Linux based DHCP server to serve IP addresses in different VLANs
    Learn network redundency methods e.g. LACP (802.3ad), balance-rr, balance-xor, etc. on Linux, pfSense and Cumulus switch
    Learn how to migrate from iptables to nftables
    Project-based learning of advanced pfSense firewall features
    Project-based learning of packet capture & analysis using Wireshark, TShark, TermShark & TCPDump
    Learn about openSUSE, AlpineLinux, Debian, Ubuntu and FreeBSD
    Implement IPSec VPN on openSUSE using strongSwan
    Configuring openVPN remote access for home office users
    Configuring Wireguard remote access for IoT devices (key based authentication)
    Learn how to harden SSH logins using two-factor authentication (2FA)
    Learn virtualization using VirtualBox and GNS3
    Learn most common network attacks and penetration testing technics

    Requirements
    No prior programming knowledge required
    Basic IT & networking skills
    A virtualization compatible computer
    Internet connection
    Passionate curiosity for learning (is a must)

    Description
    When it comes to open-source, the sky is the limit! In a nutshell, you learn networking and network defense in one go using only open source tools. You will build up a secure network from scratch, entirely on Linux, from switches to endpoints, clustered firewalls, servers incl. Network Access Control, shortly NAC server, are all built on a flavor of Linux OS such as openSUSE, AlpineLinux, Debian, Ubuntu, etc., or a Unix-like OS such as FreeBSD.We do not care much about vendors and logos, but practical concepts. For example, TCP/IP, networking fundamental concepts, and core network security principles using open-source, yet industry-proven products.We aim to teach you how standard networking concepts are "designed" and are also "applied" in work environments. Why a pure Linux-based network? well, besides the fact that Linux runs the world, if you learn the secure networking using Linux, Unix, and open-source tools, you will feel pretty confident when it comes to their commercial equivalents. For example, if you learn network firewalling using iptables and nftables, you won't have any issues with Cisco FirePower, FortiGate, or Juniper firewalls. As said, we are not into vendors, we are interested in standardized theoretical concepts and practical technics. This method will give you a firm conceptual understanding of underlying technologies and ideas about how finished products like Cisco switches, Fortigate Firewalls, Cisco ISE NAC, HPE Aruba Clearpass, and so on, actually work behind the scene.In the end, you will run the most common network attacks against the network you built up yourself.Your Learning Key-Terms:VirtualizationGNS3 Lab (with Hyper-V & VirtualBox Integration)TCP/IPOSI ModelNetwork TopologiesIP SubnettingVLANTraffic TaggingTrunkingNIC TeamingLAGG (Link Aggregation)MLAG (Multi-Chassis Link Aggregation)Bond Modes: Active-Backup, 802.3ad (LACP)BridgingSpanning TreeInter-VLAN RoutingRouting & ARP TablesMAC FloodIEEE 802.1X & MAB (MAC Address Bypass)Network Access Control (NAC)PacketFence (Open Source NAC)Extensible Authentication Protocol (EAP) (EAPoL)RADIUS (FreeRADIUS)Linux Open Source NetworkingNvidia Cumulus Linux SwitchopenSUSE LinuxUbuntu LinuxAlpine LinuxFreeBSD (for pfSense & TrueNAS)Open Source Storage (FreeNAS)Linux Shell Command LineFirewallsNetfilter FrameworkPacket FilteringiptablesnftablesPacket SniffingWireshark, TShark, Termshark, and TCPDumpLinux ClusteringkeepalivedConnTrackVirtual Private Network (VPN)OpenVPNstrongSwan IPSec (swanctl)pfSense Firewall (FreeBSD)pfSense ClusterNext-Gen FirewallDemilitarized Zone (DMZ)Ethical Hacking Network Attacks and TechnicsSSH/Telnet/SMB/ BruteForce AttackMITM with Mac Spoofing AttackMITM with DHCP Spoofing AttackDOS Attack (POD, SYNFLOOD, BPDUs, CDP)VLAN Hopping Attack (Yersinia)STP AttackContent Addressable Memory (CAM) Table Overflows AttackARP spoofing, ARP cache poisoning attackNetwork Hardening Solutions

    Overview

    Section 1: Fundamentals 1: Building up a GNS3 Virtual Lab

    Lecture 1 Skip this section if...

    Lecture 2 GNS3 VM & Server, templates for Linux nodes, pfSense, Cumulus & VBox Integration

    Section 2: Fundamentals 2: Networking Basics

    Lecture 3 Network Topologies - Bus, Ring, Mesh and Hybrid

    Lecture 4 Network Types - LAN, WLAN, WAN, SAN, MPLS and SDWAN

    Lecture 5 OSI Network Model vs. TCP/IP Model

    Lecture 6 Network Protocols and Services

    Lecture 7 IP Addressing

    Lecture 8 IP Subnetting

    Lecture 9 Routing - ANDing, Default, Static, Dynamic Routes

    Lecture 10 Switching - VLANs, STP, LAG and MLAG

    Lecture 11 Network Architecture - 3 Tiers vs. Spine Leaf Design

    Section 3: Fundamentals 3: Unix-like OS Basics

    Lecture 12 50 years of Unix-like heritage: Research Unix, BSD, GNU, Linux and macOS

    Lecture 13 Part 1: 50 "must-know" shell commands working on any Unix-like OS since 70s

    Lecture 14 Part 2: 50 "must-know" shell commands working on any Unix-like OS since 70s

    Lecture 15 Part 3: 50 "must-know" shell commands working on any Unix-like OS since 70s

    Lecture 16 Part 4: 50 "must-know" shell commands working on any Unix-like OS since 70s

    Lecture 17 vi basics - a ubiquitous screen-oriented text editor on any Unix-like OS

    Lecture 18 net-tools and/or iproute2 - Networking tools on any Unix-like OS

    Section 4: Fundamentals 4: Packet Capture Analysis using TCPDump, Wireshark and TShark

    Lecture 19 Quick-tour of packet capture analysis

    Lecture 20 Clarifying Wireshark vs. TShark vs. TermShark vs. TCPDump

    Lecture 21 Why learning packet analysis? A use-case exposing RCE attack payload

    Lecture 22 Installing Wireshark, Termshark, TShark and TCPDump on Kali Linux

    Lecture 23 Installing Wireshark and TShark on MS Windows

    Lecture 24 TCPDump use-cases: credentials, Cookies, headers, URL, remote packet capture

    Lecture 25 Wireshark interafce walkthrough and possibilities

    Lecture 26 Wireshark filters, syntax glossary, PCAP investigation, chaining, HTML rebuild

    Lecture 27 TCP/IP Model revisited in Wireshark

    Lecture 28 Packet analses with PCAP visualization

    Lecture 29 Capturing packets on GNS3 links using Wireshark

    Section 5: Company Network Project Kickoff

    Lecture 30 Project requirements gathering and specifications document

    Lecture 31 Project's basic shapes and colour codes in GNS3

    Section 6: Adding Open Source Switches (Cumulus Linux)

    Lecture 32 Nvidia Cumulus Linux - An Open-Source Linux-based Switch

    Lecture 33 Headquarter - Creating physical connectivity with spine-leaf design

    Lecture 34 Headquarter - Adding Alpine Linux clients

    Lecture 35 Headquarter - Layer 2 Configuration - Interfaces and VLANs - Part1

    Lecture 36 Headquarter - Layer 2 Configuration - Interfaces and VLANs - Part2

    Lecture 37 Headquarter - Spanning Tree Protocol (STP) on Cumulus Linux switches

    Lecture 38 Headquarter - Creating virtual layer 3 interfaces for management VLAN

    Lecture 39 Headquarter - Configuring Bond interfaces, LAG and MLAG in Cumulus Linux - P1

    Lecture 40 Headquarter - Configuring Bond interfaces, LAG and MLAG in Cumulus Linux - P2

    Lecture 41 Branch Office - Network Prepration in GNS3

    Lecture 42 Branch Office - Switches Trunk & Access ports, VLAN interfaces, Bonds & MLAG

    Section 7: Adding 2 Firewall Clusters: Linux nftables (Keepalived VRRP) & pfSense HA (CARP)

    Lecture 43 Read me first

    Lecture 44 Headquarter - Create a custom VM for the openSUSE Linux Server cluster

    Lecture 45 Headquarter - Change network adapters type to Paravirtualized Network I/O

    Lecture 46 Headquarter - Creating bond interfaces on openSUSE Linux with LACP mode

    Lecture 47 Headquarter - Troubleshooting inter-cluster Bond connectivity issues on Linux FW

    Lecture 48 Headquarter - Configure MLAG on Cumulus switches for firewall cluster bond links

    Lecture 49 Headquarter - Configure virtual VLAN interfaces on linux firewall cluster

    Lecture 50 Headquarter - Disable IPv6 on the Linux firewalls

    Lecture 51 Headquarter - Installing keepalived (VRRP) on both OpenSUSE Linux firewalls

    Lecture 52 Headquarter - Configuring keepalived (VRRP) for OpenSUSE firewall HA cluster

    Lecture 53 Introduction to netfilter framework - Part 1

    Lecture 54 Introduction to netfilter framework - Part 2

    Lecture 55 Headquarter - Change default policies of iptables chains to explicit drop

    Lecture 56 Create IPTables service on openSUSE firewall cluster & TShooting the service

    Lecture 57 Headquarter - Create iptables service on the slave firewall

    Lecture 58 Headquarter - Providing internet to VLAN 20 using MASQUERADE NAT rules

    Lecture 59 Headquarter - Configure Linux DHCP Server to assign each VLAN's own IP range

    Lecture 60 Headquarter - Start creating Inter-VLAN iptables rules on OpenSUSE FW cluster

    Lecture 61 Headquarter - Continue creating Inter-VLAN iptables policies on firewall cluster

    Lecture 62 Headquarter - Creating iptables DNAT rules to publish web server from DMZ VLAN

    Lecture 63 Headquarter - Restrict & log SSH Brute-force attacks with iptables RECENT module

    Lecture 64 Headquarter - Visualize iptables rules with gressgraph

    Lecture 65 Headquarter - nftables basics

    Lecture 66 Headquarter - Transform iptables rules into nftables & create an nft service, P1

    Lecture 67 Headquarter - Transform iptables rules into nftables & create an nft service, P2

    Lecture 68 Headquarter - Restrict SSH Brute-force attacks for 5 minutes with Linux nftables

    Lecture 69 Branch Office - Installing pfSense machines in GNS3

    Lecture 70 Branch Office - Reassigning the interfaces and start the initial pfSense config

    Lecture 71 Branch Office - Configure pfSense interfaces, LAGG, VLAN interfaces and pfSync

    Lecture 72 Branch Office - Setup pfSense High-Availibity & MLAG between Cumulus and pfSense

    Lecture 73 Branch Office - Configure pfSense DHCP server for clients and management VLANs

    Lecture 74 Branch Office - Create aliases in pfSense and add floating & VLAN firewall rules

    Lecture 75 Branch Office - Create Inter-VLAN rules from Clients and Mgmt to DMZ on pfSense

    Lecture 76 Branch Office - Setup UFW on Ubuntu Web server in DMZ & test inter-VLAN access

    Lecture 77 Branch Office - DNAT or Reverse NAT for web server access in DMZ from internet

    Section 8: Adding Open Source VPN technologies using Strongswan IPSec, OpenVPN & Wireguard

    Lecture 78 Setup Site to Site VPN between OpenSUSE Linux and pfSense using Strongswan - P1

    Lecture 79 Setup Site to Site VPN between OpenSUSE Linux and pfSense using Strongswan - P2

    Lecture 80 Troubleshooting Site to Site IPSec VPN between OpenSUSE Linux and pfSense

    Lecture 81 Preparing OpenVPN server on pfSense - CA server, certificate & export plugin

    Lecture 82 Setup OpenVPN remote access on pfSense & setup home-office Ubuntu OpenVPN client

    Lecture 83 Setup WireGuard VPN between OpenSUSE firewall and Ubuntu as remote IoT client

    Section 9: Adding Open Source Network Access Control (NAC) using PacketFence

    Lecture 84 How NAC works? EAP, EAPoL, RADIUS, dot1x - P1

    Lecture 85 How NAC works? EAP, EAPoL, RADIUS, dot1x - P2

    Lecture 86 Installing PacketFence NAC Server on a Debian Linux

    Lecture 87 Initializing PacketFence Web Configurator

    Lecture 88 Deplying Network Access Server (NAS) and FreeRADIUS with MAB Profiles

    Lecture 89 Configure IEEE 802.1X, Parking & Dynamic VLAN assignment on Cumulus Linux Switch

    Section 10: Adding Two-factor authentication (2FA) to SSH servers in management VLAN

    Lecture 90 Setting up 2FA for SSH server on Ubuntu jump hosts in management VLAN

    Section 11: How secure did we build this network? Let's pentest it!

    Lecture 91 Introduction to penetration testing for this project

    Lecture 92 Reconnaissance of headquarter network using NMAP

    Lecture 93 Implementing SSH brute force against headquarter using our NMAP findings

    Lecture 94 ARP Poisoning attack to capture headquarter network traffic e.g. credentials

    Lecture 95 DHCP starvation attack agains OpenSUSE DHCP server in headquarter (DOS attack)

    Lecture 96 DHCP spoofing by Yersinia in headquarter to deviate the network gateway and DNS

    Computer Students, learners and enthusiasts,IT administrators,Network engineers,Linux engineers,Cybersecurity specialists,Firewall administrators

    Homepage
    Code:
    https://anonymz.com/?https://www.udemy.com/course/secure-networking-a-company-network-project-on-open-source/


    Code:
    https://uploadgig.com/file/download/aB8031f11F85b758/Secure%20Networking%20A%20Company%20Network%20Project%20on%20OpenSource.part1.rar
    https://uploadgig.com/file/download/28A7ea477cCC6175/Secure%20Networking%20A%20Company%20Network%20Project%20on%20OpenSource.part2.rar
    Code:
    https://nitroflare.com/view/F167DE3C5F45793/Secure_Networking_A_Company_Network_Project_on_OpenSource.part1.rar
    https://nitroflare.com/view/250BBBFA930CFE6/Secure_Networking_A_Company_Network_Project_on_OpenSource.part2.rar
    Code:
    https://rapidgator.net/file/a29cf0d13abe9a1f23bdaf8ab23ffef6/Secure_Networking_A_Company_Network_Project_on_OpenSource.part1.rar.html
    https://rapidgator.net/file/4655348f398b5cef664aab64a7f54d9c/Secure_Networking_A_Company_Network_Project_on_OpenSource.part2.rar.html

  5. #6045
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    Coursera - Google Digital Marketing & E-commerce Professional Certificate



    Coursera - Google Digital Marketing & E-commerce Professional Certificate
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English + srt | Duration: 17h 12m | Size: 6.1 GB

    This is your path to a career in digital marketing. In this program, you'll learn in-demand skills that can have you job-ready in less than 6 months. No degree or experience required.

    Build job-ready skills by learning from the best
    Get started in the high-growth fields of digital marketing and e-commerce with a professional certificate from Google. Learn to manage digital marketing campaigns, attract and engage customers, and measure performance through analytics.

    Common job titles: Marketing Coordinator, Search Engine Optimization Specialist, Paid Search Specialist, Email Marketing Specialist, E-commerce Associate, Media Planner

    Skills you will gain
    Marketing

    E-Commerce

    display advertising

    Email Marketing

    Search Engine Optimization (SEO)

    Customer loyalty

    Marketing Analytics

    Customer Outreach

    Website Structure

    Customer Awareness

    Google

    Search Engine Marketing

    About this Professional Certificate
    Prepare for a new career in the high-growth fields of digital marketing and e-commerce, in under six months, no experience or degree required. Businesses need digital marketing and e-commerce talent more than ever before; 86% of business leaders report that digital commerce will be the most important route to growth. There are 218,000 U.S. job openings in this growing field, with a median entry-level salary of $51,000.?

    Throughout this program, you will gain in-demand skills that prepare you for an entry-level job and learn how to use tools and platforms like Canva, Constant Contact, Google Ads, Google Analytics, Hootsuite, HubSpot, Mailchimp, Shopify, and Twitter. You will learn from subject-matter experts at Google and have a chance to build your own portfolio with projects like customer personas and social media calendars to show to potential employers.

    75% of Google Career Certificate graduates in the US report seeing a positive impact on their career within six months?

    Check out all Google Career Certificates here.

    This program contains no confidential information. All Google Search features taught are publicly available, you can learn more in official Google Search documentation.

    ?US Burning Glass Labor Insight Report salary data (median with 0-5 years experience) and job opening data. Data for job roles relevant to featured programs (4/01/2021 - 3/31/22).

    ?Based on program graduate survey responses, United States, 2021

    What you will learn
    Learn the fundamentals of digital marketing and e-commerce to gain the skills needed to land an entry-level job

    Attract and engage customers through digital marketing channels like search and email

    Measure marketing performance through analytics and present insights

    Build e-commerce stores, analyze online performance, and grow customer loyalty

    Homepage
    Code:
    https://anonymz.com/?https://www.coursera.org/professional-certificates/google-digital-marketing-ecommerce


    Code:
    https://uploadgig.com/file/download/D98a6020d7a74Bb7/Google%20Digital%20Marketing%20%20E-commerce%20Professional%20Certificate.part1.rar
    https://uploadgig.com/file/download/66a86e8089725A46/Google%20Digital%20Marketing%20%20E-commerce%20Professional%20Certificate.part2.rar
    Code:
    https://nitroflare.com/view/3F15B706E84DF17/Google_Digital_Marketing_%26_E-commerce_Professional_Certificate.part1.rar
    https://nitroflare.com/view/82EFC61CC4AA9FA/Google_Digital_Marketing_%26_E-commerce_Professional_Certificate.part2.rar
    Code:
    https://rapidgator.net/file/97739cad985ae44c678aa8b8d528f5eb/Google_Digital_Marketing_&_E-commerce_Professional_Certificate.part1.rar.html
    https://rapidgator.net/file/cc481b735d6917985aa2c969fc4f6bc9/Google_Digital_Marketing_&_E-commerce_Professional_Certificate.part2.rar.html

  6. #6046
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    Resolve 17: End to End



    Resolve 17: End to End
    .ts | Video: h264, yuv420p, 1920x1080 | Audio: aac, 44100 Hz | Duration: 18h 39m | 30.9 GB
    Genre: eLearning | Language: English

    RESOLVE 17: END TO END is the most practical and useful training for DaVinci Resolve on the planet!

    Learn pro techniques for editing, color correction, motion graphics, audio mixing, and storytelling in this MASSIVE video training course. We packed EVERYTHING you need to COMPLETELY create a short film with Resolve 17 in one masterclass!

    These are tips and techniques from decades of collective post experience. If you're looking to get familiar with Resolve or just boost your skills making awesome films, THIS IS WHAT YOU NEED.

    Homepage
    Code:
    http://www.groundcontrol.film/resolve-17-end-to-end


    Code:
    https://uploadgig.com/file/download/29bE0f6554d876ca/Davinci%20Resolve%2017%20End%20to%20End.part1.rar
    https://uploadgig.com/file/download/c9B5f60e888c9437/Davinci%20Resolve%2017%20End%20to%20End.part2.rar
    https://uploadgig.com/file/download/3Bd5d75eC1e34437/Davinci%20Resolve%2017%20End%20to%20End.part3.rar
    https://uploadgig.com/file/download/3067c1b03447886B/Davinci%20Resolve%2017%20End%20to%20End.part4.rar
    https://uploadgig.com/file/download/b6f75F1dE7158b43/Davinci%20Resolve%2017%20End%20to%20End.part5.rar
    https://uploadgig.com/file/download/071c8fE3d0e940f5/Davinci%20Resolve%2017%20End%20to%20End.part6.rar
    https://uploadgig.com/file/download/86ddbF01564c1747/Davinci%20Resolve%2017%20End%20to%20End.part7.rar
    Code:
    https://nitroflare.com/view/4E833749BDD02C5/Davinci_Resolve_17_End_to_End.part1.rar
    https://nitroflare.com/view/0A002399D9C939E/Davinci_Resolve_17_End_to_End.part2.rar
    https://nitroflare.com/view/E8E2D388847E3C5/Davinci_Resolve_17_End_to_End.part3.rar
    https://nitroflare.com/view/F40253BB8722769/Davinci_Resolve_17_End_to_End.part4.rar
    https://nitroflare.com/view/0044851EE290B54/Davinci_Resolve_17_End_to_End.part5.rar
    https://nitroflare.com/view/D62813D78618528/Davinci_Resolve_17_End_to_End.part6.rar
    https://nitroflare.com/view/B6C36DDD19381C1/Davinci_Resolve_17_End_to_End.part7.rar
    Code:
    https://rapidgator.net/file/e2d14a155fe594822760f27cbc4c4d89/Davinci_Resolve_17_End_to_End.part1.rar.html
    https://rapidgator.net/file/02175285650ce7a9671c9b0b0504ef67/Davinci_Resolve_17_End_to_End.part2.rar.html
    https://rapidgator.net/file/901173a239bbcad6b58281bd894467e3/Davinci_Resolve_17_End_to_End.part3.rar.html
    https://rapidgator.net/file/3e3adfe045ddc6d64682ec0a02da6a75/Davinci_Resolve_17_End_to_End.part4.rar.html
    https://rapidgator.net/file/eaac5da809305d82d4c0150afd5a32b9/Davinci_Resolve_17_End_to_End.part5.rar.html
    https://rapidgator.net/file/f7aa2105c48b40bc3f565221cea6d211/Davinci_Resolve_17_End_to_End.part6.rar.html
    https://rapidgator.net/file/7b6dc8893d78acb835cc1da2f25cf017/Davinci_Resolve_17_End_to_End.part7.rar.html

  7. #6047
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    Microsoft Office; Excel, Word & Powerpoint 2019 - Beginners



    Microsoft Office; Excel, Word & Powerpoint 2019 - Beginners
    Last updated 5/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 13.31 GB | Duration: 26h 27m

    Learn the essentials of Microsoft Office in this 3-course bundle for Office 365 or Office 2019 users.



    What you'll learn
    Learn the essential Microsoft Office Skills in this three-course bundle: Excel, Word and PowerPoint
    Discover new and improved features in Excel 2019.
    Complete data entry, cell formatting, working with multiple worksheets and the "Ribbon" interface.
    Discover how to format dates and numbers in Excel.
    Learn practical methods to backup and recover your Excel spreadsheets and never lose data.
    Effectively use autofill and flashfill so you are more productive in Microsoft Excel.
    Discover the essentials of using formulas and functions
    Discover how to create stunning charts and graphs in Excel
    Learn practical methods to sort and filter your data
    Discover new features in PowerPoint 2019 including Icons and 3D Models
    Learn how to insert shapes, graphics and pictures to add some "zing" to your PowerPoint
    Add charts, graphs and tables to present information in a non-text format
    Wow your audience by adding animations, audio and video
    Discover practical tips to present your presentation to your audience
    Learn time saving techniques including how to copy slides, and exporting your presentation
    Master the most common uses of Microsoft Word
    How to controlling page appearance including using columns, indents, footers, borders and watermarks.
    How to create a mail merge in Microsoft Word
    Learn how to correctly Print envelopes and labels in Word
    Learn to protect your Word document from changes
    Insert professional pictures and graphics in your Word document
    Make your Word documents look amazing by inserting and editing tables

    Requirements
    Excel, Word, and PowerPoint installed on your machine. Preferably Office 2019 or Office 365

    Description
    **This course includes practice exercises and LIFETIME access**Massive value bundle - 3 full courses in one! Learn Excel, PowerPoint and Word 2019 with Microsoft Office experts Simon Sez IT.This mega Microsoft Office bundle is perfect if you're looking to finally get to grips with Excel, PowerPoint and Word. Each course goes into depth on how to get the most from each program and will help you become an intermediate user.What's included?Excel 2019What's new in Excel 2019Creating workbooksEntering text, numbers and working with datesNavigating workbooksPage setup and print optionsWorking with rows, columns and cellsCut, Copy and PasteIntroduction to functions and formulasFormatting in Excel, including formatting cells and numbersCreating charts and graphsSorting and FilteringIntroduction to PivotTablesLogical and lookup formulas - the basicsPowerPoint 2019How to navigate around PowerPointPresentation dos and don'tsText and bullet edition optionsHow to use graphics, images, objects and shapesUsing SmartArtWorking with Charts and GraphsHow to utilize Master Slides and just how much time this could save youHow to add audio and video to a presentationAll about transitions between slidesAnimation, the animation pane and motion pathsSetting your slideshow optionsPresentation preparation and deliveryThe backstage area of PowerPoint including printing a presentationWord 2019How to get started with Word 2019Word 2019 basics including navigation, editing and savingCharacter formatting in Word including Format Painter and AutoCorrectHow to properly work with bullets and numbering in Microsoft WordAll about formatting paragraphs and managing listsWorking with Tables in Word including formatting, converting data and formulasPage appearance including page-breaks, watermarks and stylesAll about Sectioning a documentInserting graphics, pictures, shapes, icons and 3d models (new for 2019)How to work with envelopes and labelsAll about mail-merge and operating Word at scaleHow to create an Index or Contents pageReviewing and Printing in Word and Page SetupProtecting a Word document and basic macros in Word***Exercise and demo files included***This bundle includes:21+ hours of video tutorials250+ individual video lecturesExercise files to practice what you learnedCertificate of completionHere's what our students are saying."I've been familiar with this program for years, but am getting more comfortable and learning more than I could have imagined this early in the course."- Aimee Hutcherson"I'm learning alot of new material that I had no idea existed. So yes , I'm very much liking this course. Will continue to practice all the new skills I've learned thus far."- Eralda Chung-Colon"I enjoy learning all of the new things in this course so far and I really appreciate how thorough the instructor is at explaining everything. Great Course!!"- Jennifer LambertDid you know?Simon Sez IT teaches all sorts of software, including:- Microsoft Excel- Microsoft PowerPoint- Microsoft Word- Microsoft Project- Microsoft Outlook- QuickBooks- Photoshop Elements- Web Development Languages- And so much more!

    Overview

    Section 1: Excel 2019: Introduction

    Lecture 1 Intro to Excel

    Lecture 2 WATCH ME: Essential Information for a Successful Training Experience

    Lecture 3 Course Exercise Files

    Lecture 4 Downloadable Course Transcripts

    Lecture 5 What's New In Excel 2019

    Lecture 6 Course Overview

    Lecture 7 Overview of the Excel window

    Lecture 8 Mouse-Features

    Lecture 9 Back Stage View

    Section 2: Excel 2019 Beginner: Creating Workbooks

    Lecture 10 Entering Text and Numbers

    Lecture 11 Creating Basic Formulas

    Lecture 12 Relative References

    Lecture 13 Order of Operations

    Lecture 14 Working with Ranges

    Lecture 15 Module 2 - Practice Exercise

    Section 3: Excel 2019 Beginner: Saving Workbooks

    Lecture 16 Working with the Save and Save As Commands

    Lecture 17 File Extensions, Share, Export and Publish Files

    Lecture 18 Module 3 - Practice Exercise

    Section 4: Excel 2019 Beginner: Navigating Workbooks

    Lecture 19 Opening a File

    Lecture 20 Working with Larger Files

    Lecture 21 Freeze Panes Option

    Lecture 22 Split Screen Option

    Lecture 23 Module 4 - Practice Exercise

    Section 5: Excel 2019 Beginner: Page Setup & Print Options

    Lecture 24 Headers and Footers

    Lecture 25 Print Titles

    Lecture 26 Comments

    Lecture 27 Page Setup Options

    Lecture 28 Fit to Print on One Page

    Lecture 29 Printing Workbooks

    Lecture 30 Module 5 - Practice Exercise

    Section 6: Excel 2019 Beginners: Working with Rows, Columns and Cells

    Lecture 31 Adding and deleting rows columns and cells

    Lecture 32 Changing Column and-Row Widths

    Lecture 33 Module 6 - Practice Exercise

    Section 7: Excel 2019 Beginners: Moving Data

    Lecture 34 Cut, Copy and Paste

    Lecture 35 Copying Formulas

    Lecture 36 Module 7 - Practice Exercise

    Section 8: Excel 2019 Beginners: Formulas & Functions

    Lecture 37 Overview of Formulas

    Lecture 38 Create Formulas Using Functions Part 1

    Lecture 39 Create Formulas Using Functions Part 2

    Lecture 40 Absolute Values

    Lecture 41 Module 8 - Practice Exercise

    Section 9: Excel 2019 Beginner: Working with Sheets

    Lecture 42 Adding Deleting and Renaming Sheets

    Lecture 43 Additional Sheet Tab Options

    Lecture 44 3 Dimensional Formulas

    Section 10: Excel 2019 Beginner: Formatting Worksheets

    Lecture 45 Formatting Cells Part 1

    Lecture 46 Formatting Cells Part 2

    Lecture 47 Formatting Numbers

    Lecture 48 Borders and Shading

    Lecture 49 Format as Table

    Lecture 50 Using Styles

    Lecture 51 Using Format Painter

    Lecture 52 Protecting Sheets

    Lecture 53 Fill Handle and Custom Lists

    Lecture 54 Module 10 - Practice Exercise

    Section 11: Excel 2019 Beginner: Charts

    Lecture 55 Creating Charts

    Lecture 56 Types of Charts

    Lecture 57 Editing Charts Part 1

    Lecture 58 Editing Charts Part 2

    Lecture 59 Using Graphics to Enhance Charts

    Lecture 60 Linking Chart Titles

    Lecture 61 Module 11 - Practice Exercise

    Section 12: Excel 2019 Beginner: Working with Names

    Lecture 62 Creating Range Names

    Lecture 63 Managing Names

    Lecture 64 Using Names in Formulas

    Lecture 65 Module 12 - Practice Exercise

    Section 13: Excel 2019 Beginner: Sorting and Filtering

    Lecture 66 Remove Duplicates

    Lecture 67 Sort Data

    Lecture 68 Filter Data

    Lecture 69 Advanced Filters

    Lecture 70 Module 13 - Practice Exercise

    Section 14: Excel 2019 Beginner: Outlining and Subtotaling

    Lecture 71 Creating an Outline

    Lecture 72 Subtotals

    Lecture 73 Module 14 - Practice Exercise

    Section 15: Excel 2019 Beginner: Working with Views

    Lecture 74 Arranging Files

    Lecture 75 New Window Option

    Lecture 76 Custom Views

    Lecture 77 Module 15 - Practice Exercise

    Section 16: Excel 2019 Beginner: Linking Files

    Lecture 78 Creating Formulas Between File

    Lecture 79 Working with Links

    Lecture 80 Consolidating Data

    Lecture 81 Module 16 - Practice Exercise

    Section 17: Excel 2019 Beginner: Advanced Formula Creation

    Lecture 82 If Statements

    Lecture 83 VLookups

    Lecture 84 Data Validation

    Lecture 85 Formula Auditing

    Lecture 86 Module 17 - Practice Exercise

    Section 18: Excel 2019 Beginner: Pivot Tables

    Lecture 87 Pivot Tables

    Lecture 88 Pivot Charts

    Lecture 89 Module 18 - Practice Exercise

    Section 19: Excel 2019 Beginner: Additional Excel Features

    Lecture 90 Slicers

    Lecture 91 Goal Seeker

    Lecture 92 Text to Columns

    Lecture 93 Watch Window

    Lecture 94 Customizing Ribbons and Tabs

    Lecture 95 Module 19 - Practice Exercise

    Section 20: Excel 2019 Beginner: Shortcuts

    Lecture 96 Excel Shortcuts Every User Should Know

    Section 21: Excel 2019 Beginner: Closing

    Lecture 97 Closing Video

    Section 22: PowerPoint 2019: Course Introduction

    Lecture 98 Welcome and Overview

    Lecture 99 WATCH ME: Essential Information for a Successful Training Experience

    Lecture 100 DOWNLOAD ME: Course Exercise Files

    Lecture 101 Downloadable Course Transcripts

    Section 23: PowerPoint 2019: Overview

    Lecture 102 Navigate a PowerPoint Presentation

    Lecture 103 Overview of the Screen and Views

    Lecture 104 Exercise 1

    Section 24: PowerPoint 2019: Getting Started

    Lecture 105 Presentation Tips and Guidelines

    Lecture 106 Creating a New Presentation

    Lecture 107 Working with Slides

    Lecture 108 Saving a Presentation

    Lecture 109 Exercise 02

    Section 25: PowerPoint 2019: Text and Bullet Editing Options

    Lecture 110 Formatting Text

    Lecture 111 Working with Bullets and Numbered Lists

    Lecture 112 Exercise 03

    Section 26: PowerPoint 2019: Adding Graphics

    Lecture 113 Inserting Shapes

    Lecture 114 Inserting Graphics

    Lecture 115 Inserting Icons and 3D Models

    Lecture 116 Inserting Pictures

    Lecture 117 Exercise 04

    Section 27: PowerPoint 2019: Working with objects

    Lecture 118 Selecting Objects

    Lecture 119 Editing Objects

    Lecture 120 Formatting Objects - Part 1

    Lecture 121 Formatting Objects - Part 2

    Lecture 122 Arranging Objects

    Lecture 123 Grouping Objects

    Lecture 124 Exercise 05

    Section 28: PowerPoint 2019: Editing Pictures

    Lecture 125 Picture Options

    Lecture 126 Cropping Pictures

    Lecture 127 Formatting Pictures

    Lecture 128 Things You Can Do with Pictures

    Lecture 129 Exercise 06

    Section 29: PowerPoint 2019: Working with SmartArt

    Lecture 130 Creating SmartArt

    Lecture 131 Modifying SmartArt

    Lecture 132 Creating a Flowchart using SmartArt

    Lecture 133 Exercise 07

    Section 30: PowerPoint 2019: Working with Tables

    Lecture 134 Creating Tables

    Lecture 135 Formatting Tables

    Lecture 136 Inserting Tables

    Lecture 137 Exercise 08

    Section 31: PowerPoint 2019: Working with Charts

    Lecture 138 Adding Charts

    Lecture 139 Formatting Charts

    Lecture 140 Inserting Charts from Microsoft Excel

    Lecture 141 Exercise 09

    Section 32: PowerPoint 2019: Unlocking the Power of Masters

    Lecture 142 Using Master Slides

    Lecture 143 Modifying Master Slides

    Lecture 144 Creating a New Master Design Template

    Lecture 145 Exercise 10

    Section 33: PowerPoint 2019: Adding Media

    Lecture 146 Adding Video to a Presentation

    Lecture 147 Adding Audio to a Presentation

    Lecture 148 Exercise 11

    Section 34: PowerPoint 2019: Working with Transitions

    Lecture 149 Applying Transitions

    Lecture 150 Transition Options

    Lecture 151 Exercise 12

    Section 35: PowerPoint 2019: Animation

    Lecture 152 Animating an Object

    Lecture 153 Effect Options

    Lecture 154 Working with the Animation Pane

    Lecture 155 Motion Paths

    Lecture 156 Triggers

    Lecture 157 Exercise 13

    Section 36: PowerPoint 2019: Hyperlinks and Action Buttons

    Lecture 158 Working with Action Buttons

    Lecture 159 Working with Hyperlinks

    Lecture 160 Exercise 14

    Section 37: PowerPoint 2019: Slideshow Options

    Lecture 161 Onscreen Presentation Options

    Lecture 162 Hiding Slides

    Lecture 163 Changing the Order of Slides

    Lecture 164 Copying Slides

    Lecture 165 Slideshow Options

    Lecture 166 Exercise 15

    Section 38: PowerPoint 2019: Preparing a Presentation for Delivery

    Lecture 167 Rehearse Timings

    Lecture 168 Recording a Presentation

    Lecture 169 Slide Show Settings

    Lecture 170 Creating a Custom Slide Show

    Lecture 171 Exercise 16

    Section 39: PowerPoint 2019: Exploring the Backstage Area

    Lecture 172 Exporting options

    Lecture 173 The Backstage Area

    Lecture 174 Printing a Presentation

    Lecture 175 Exercise 17

    Section 40: PowerPoint 2019: Course Close

    Lecture 176 Conclusion

    Section 41: Word 2019: Introduction

    Lecture 177 Welcome and Overview

    Lecture 178 WATCH ME: Essential Information for a Successful Training Experience

    Lecture 179 DOWNLOAD ME: Course Exercise Files

    Lecture 180 Downloadable Course Transcripts

    Lecture 181 Overview of the MS Word Screen

    Lecture 182 The Backstage View

    Section 42: Word 2019: Getting Started with Word

    Lecture 183 Creating a New Blank Document

    Lecture 184 Working with Non-Printing Characters and Line Spacing

    Lecture 185 Saving a Document

    Lecture 186 Opening a Document

    Lecture 187 Navigating a Document

    Lecture 188 Go To, Find and Replace

    Lecture 189 Editing a Document

    Lecture 190 Practice Exercise

    Section 43: Word 2019: Character Formatting

    Lecture 191 AutoCorrect Options

    Lecture 192 Selecting Text

    Lecture 193 Cut, Copy and Paste

    Lecture 194 Character Formatting Options

    Lecture 195 Format Painter

    Lecture 196 Working with Numbers

    Lecture 197 Working with Bullets

    Lecture 198 Creating an Outline

    Lecture 199 Practice Exercise

    Section 44: Word 2019: Paragraph Formatting

    Lecture 200 Alignment Options

    Lecture 201 Line Spacing Options

    Lecture 202 Working with Indents

    Lecture 203 Working with Tabs

    Lecture 204 Practice Exercise

    Section 45: Word 2019: Managing Lists

    Lecture 205 Sorting a List

    Section 46: Word 2019: Tables

    Lecture 206 Working with Tables

    Lecture 207 Creating a Table

    Lecture 208 Adding Rows and Columns to a Table

    Lecture 209 Formatting Table Data

    Lecture 210 Borders and Shading

    Lecture 211 Sorting in a Table

    Lecture 212 Drawing in a Table

    Lecture 213 Converting Existing Data to a Table

    Lecture 214 Quick Tables

    Lecture 215 Using Formulas in Tables

    Lecture 216 Practice Exercise

    Section 47: Word 2019: Styles

    Lecture 217 Working with Styles

    Lecture 218 Creating Styles

    Lecture 219 Editing Styles

    Lecture 220 Practice Exercise

    Section 48: Word 2019: Controlling Page Appearance

    Lecture 221 Working with Page Breaks

    Lecture 222 Working with Columns

    Lecture 223 Adding a Watermark

    Lecture 224 Headers and Footers

    Section 49: Word 2019: Sectioning

    Lecture 225 What is Sectioning?

    Lecture 226 Sectioning a Document

    Lecture 227 Odd and Even Sections

    Lecture 228 Practice Exercise

    Section 50: Word 2019: Graphics

    Lecture 229 Inserting Pictures

    Lecture 230 Inserting Pictures into Existing Documents

    Lecture 231 Picture Options

    Lecture 232 Working with Shapes

    Lecture 233 Icons and 3D Models

    Lecture 234 SmartArt, Charts and Screenshots

    Lecture 235 Practice Exercise

    Section 51: Word 2019: Envelopes and Labels

    Lecture 236 Working with Envelopes

    Lecture 237 Working with Labels

    Section 52: Word 2019: Mail Merges

    Lecture 238 What is Mail Merge?

    Lecture 239 Creating a Mail Merge Document - Part 1

    Lecture 240 Creating a Mail Merge Document - Part 2

    Lecture 241 Merging a Document with an Existing Data Source

    Lecture 242 Merging Envelopes and Labels

    Lecture 243 Merging a Directory

    Lecture 244 Practice Exercise

    Section 53: Word 2019: Page Setup Options

    Lecture 245 Building Blocks

    Lecture 246 Auto Text

    Lecture 247 Practice Exercise

    Section 54: Word 2019: Indexing and Table of Contents

    Lecture 248 Creating an Index

    Lecture 249 Creating a Table of Contents

    Lecture 250 Practice Exercise

    Section 55: Word 2019: Review and Printing

    Lecture 251 Using the Thesaurus and Spell Check

    Lecture 252 Comments

    Lecture 253 Page Setup Options

    Lecture 254 Printing

    Lecture 255 Practice Exercise

    Section 56: Word 2019: Other Word Options

    Lecture 256 Word Options

    Lecture 257 Protecting a Document

    Lecture 258 Macros

    Section 57: Wrap Up

    Lecture 259 Closing

    Section 58: Extras

    Lecture 260 EXTRA LESSON: Designing Better Spreadsheets Webinar Recording

    Lecture 261 EXTRA LESSON: Data Cleaning in Excel Webinar Recording

    Lecture 262 EXTRA LESSON: Top Ten Excel Functions You HAVE to Know Webinar Recording

    Lecture 263 EXTRA LESSON: Creating Engaging PowerPoint Presentations Webinar Recording

    Lecture 264 EXTRA RESOURCE: The Most Frequently Used PowerPoint Shortcuts - Infographic

    Lecture 265 EXTRA RESOURCE: The Most Frequently Used Excel Shortcuts - Infographic

    Lecture 266 EXTRA RESOURCE: The Most Frequently Used Word Shortcuts - Infographic

    Section 59: Congratulations!

    Lecture 267 BONUS Lecture

    Anyone new to Microsoft Office or upgrading from a previous version

    Homepage
    Code:
    https://anonymz.com/?https://www.udemy.com/course/learn-microsoft-excel-powerpoint-and-word/


    Code:
    https://uploadgig.com/file/download/C359B7274Ec3a043/Microsoft%20Office%20Excel%20Word%20%20PowerPoint%202019%20Beginners.part1.rar
    https://uploadgig.com/file/download/840B4B7067cd584E/Microsoft%20Office%20Excel%20Word%20%20PowerPoint%202019%20Beginners.part2.rar
    https://uploadgig.com/file/download/0888aB84fd8B9e0f/Microsoft%20Office%20Excel%20Word%20%20PowerPoint%202019%20Beginners.part3.rar
    Code:
    https://nitroflare.com/view/49A52B31E9E0CB8/Microsoft_Office_Excel_Word_%26_PowerPoint_2019_Beginners.part1.rar
    https://nitroflare.com/view/88B143B2AF56B6C/Microsoft_Office_Excel_Word_%26_PowerPoint_2019_Beginners.part2.rar
    https://nitroflare.com/view/95D0EE446A63916/Microsoft_Office_Excel_Word_%26_PowerPoint_2019_Beginners.part3.rar
    Code:
    https://rapidgator.net/file/b9ec125e8b644f84291169016fda3ef9/Microsoft_Office_Excel_Word_&_PowerPoint_2019_Beginners.part1.rar.html
    https://rapidgator.net/file/c99b26eae0b493554a328d1c6905b31f/Microsoft_Office_Excel_Word_&_PowerPoint_2019_Beginners.part2.rar.html
    https://rapidgator.net/file/8dc948e1a3cfec7b6164729f71fbce81/Microsoft_Office_Excel_Word_&_PowerPoint_2019_Beginners.part3.rar.html

  8. #6048
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    The Ultimate Facial Gua Sha/Jade Rolling Certificate Course



    The Ultimate Facial Gua Sha/Jade Rolling Certificate Course
    Published 09/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English | Duration: 48 lectures (4h 9m) | Size: 5.42 GB

    Learn the incredible anti-aging facial massage techniques for yourself or your massage clients with gua sha/jade rolling



    What you'll learn
    Learn how to give yourself and your massage clients a completely unique facial gua sha and jade rolling treatment that gets incredible results!
    You will learn how to do an incredible anti-aging facial rejuvenation treatment for your face and see incredible results.
    You will learn how to do facial manual lymphatic drainage to give you and your massage clients vastly better results
    You will learn how to make your own spa facial products and you can apply them to your face or your massage clients to enhance the gua sha effects even further
    You will learn how to do a completely unique gua sha facial treatment that you can now offer for your massage clients and start promoting it.


    Requirements
    You will need a jade roller and a gua sha tool, any facial cleanser and an oil or serum to apply to your face


    Description
    Welcome to The Ultimate Facial Gua Sha and Jade Rolling Certificate Course!

    This course facial gua sha massage and jade rolling course is completely different from any other course out there as you are about to learn.

    You are going to learn a completely new approach that will give you better rejuvenating and anti-aging results for yourself and your massage clients

    If you would like to experience the rejuvenating benefits of facial gua sha and jade rolling that has been used for thousands of years and not only that, but learn how to give your massage clients an incredible spa facial treatment that will be unlike any other.

    You will be taken step by step firstly of why you will learn this approach to get maximum results and then how you can do facial gua sha and jade rolling for your own face to receive these incredible benefits.

    Then you will learn how to give your massage clients these treatments that will be unlike any they have ever experienced.

    Imagine this stand alone spa facial rejuvenation package that you will be able to offer your clients and they will see remarkable results!

    You will also learn how to do facial manual lymphatic drainage and as you will see, is imperative to do so that you see better facial rejuvenation and anti-aging benefits for yourself and also your massage clients!

    You are also going to learn how to make your own natural facial products that you can use for yourself or your massage clients to see even better results.

    You will learn how to make

    all natural face masks

    natural facial cleansers

    serum blends for specific skin types

    the best essential oils for all skin types

    the best carrier oils for certain skin types

    treatments for acne

    and so much more!

    You will also learn how to package and market your new spa facial gua sha and jade rolling treatments for your spa.

    This course will take you through everything that you need to know and by the end of it you will be able to treat yourself and your massage clients with ease and confidence and give them a spa facial treatment like nothing they have ever experienced before!

    Are you ready?

    Let's go and have some fun!

    Who this course is for
    This course is designed so that massage therapists can start promoting and doing this amazing spa facial treatment to their massage clients
    If you are not a massage therapist you can still do this course and receive the incredible benefits of facial gua sha and jade rolling. You will learn everything that you need to know.
    This course is also for those that would love to make some natural products for their face so that you can use chemical free ingredients and stop the need to spend large amounts of money on store bought products

    Homepage
    Code:
    https://anonymz.com/?https://www.udemy.com/course/the-ultimate-facial-gua-shajade-rolling-certificate-course/


    Code:
    https://uploadgig.com/file/download/be651ad95a2d0466/The%20Ultimate%20Facial%20Gua%20ShaJade%20Rolling%20Certificate%20Course.part1.rar
    https://uploadgig.com/file/download/5000bfD9938730af/The%20Ultimate%20Facial%20Gua%20ShaJade%20Rolling%20Certificate%20Course.part2.rar
    Code:
    https://nitroflare.com/view/7495F3C664AEA24/The_Ultimate_Facial_Gua_ShaJade_Rolling_Certificate_Course.part1.rar
    https://nitroflare.com/view/B27E2F8C4ED95AB/The_Ultimate_Facial_Gua_ShaJade_Rolling_Certificate_Course.part2.rar
    Code:
    https://rapidgator.net/file/0a3c2c087c10a58c5c6e7e3df7e1b403/The_Ultimate_Facial_Gua_ShaJade_Rolling_Certificate_Course.part1.rar.html
    https://rapidgator.net/file/a8cc18aa97d3596939f93404a887f4d8/The_Ultimate_Facial_Gua_ShaJade_Rolling_Certificate_Course.part2.rar.html

  9. #6049
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    Practical Etabs Training Of G+9 Building With Rsa Analysis



    Practical Etabs Training Of G+9 Building With Rsa Analysis
    Published 9/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 15.97 GB | Duration: 28h 19m

    Analysis & Design of G+9 Residential building with Static & Dynamic Response Spectrum Analysis method in Practical way.



    What you'll learn
    Introduction to Etabs software and its special features.
    How to use architectural drawing to calculate center line of building.
    Calculation of center line distances for grid calculation input and center line drawing preparation for Etabs
    Creating Grids and Levels as initial input from center line drawing prepared
    Defining member, element and material properties
    Modelling beams and columns of G+9 Building.
    Modelling slabs, shear walls, stair case room in G+9 building.
    Defining various type of loads for G+9 building
    Assigning properties and loads on G+9 building structure.
    Defining Loading combinations for analysis of G+9 building.
    Defining RSA functions,Manual calculation of sa/g acceleration values and load parameters for G+9 building.
    Creating Dynamic modal cases,Checking the model for error and trouble shooting.
    Performing Static & Response Spectrum Analysis and reading the results of analysis.
    Comparing the both analysis results and correcting scale factor for base shears and other design parameters.
    Correcting story deflections, drifts, and story torsional effects in modal by shear wall or bracing insertion.
    Performing structural design with static & dynamic both cases.
    Understanding the software output design results and how to use in detailing.
    Exporting etabs file to RCDC advanced design & detailing purpose.
    Report creation

    Requirements
    No prior Etabs knowledge or experience required to join this course. From scratch to advanced level training included.
    Even students or fresh graduates can learn easily.
    Windows system with 4 GB RAM will be good enough.

    Description
    GURURAYAR ASSOCIATES (ENGINEERING CONSULTANCY & TRAINING'S) ISO 9001-2015 CERTIFIES COMPANYWe are GURURAYAR ASSOCIATES MSME registered and ISO 9001-2015 certified single ownership company established in 2016 with 25 years of Industrial, commercial and residential design/consultancy experience in the field, we decided to alter direction. Now, we share our passion by helping others. OUR MISSION: To build an independent professional structural design engineers/consultants in all over India and abroad as well. We train people with our practical design methodology which is being currently practiced in engineering consultancy. We are committed to excel the quality and economic structural design services to our clients as well. Our ramp up process is designed to empower your team. Business mentors are key-that's why when it comes to client selection, we're choosy. We want to give each of you the right time and guidance you deserve. OUR VISION :"To give real service, you must add something which cannot be bought or measured by MONEY"- Sir M.Vishveshwarayya.OUR MOTTO: HELP EACH OTHER! GROW TOGETHER!! TRANSFORMING MILLIONS OF CIVIL ENGINEERS FROM ALL OVER THE GLOBE IN TO DESIGNING AND CONSULTANTS FIELD!.COURSE DESCRIPTION: Detailed Syllabus For Static G+9 Residential Building Modelling, Analysis & Design:- Introduction  Structure  Types of structures  Basic definitions  Idealization of structures  About ETABS  Features  hardware requirements  ETABS screen organization  GUI overview  Unit systems  Structure geometry  Coordinate systems (Global and Local)  The Structural Model  Units  Objects and Elements  Groups  Coordinate Systems and Grids  Properties  Load Cases  Functions  Analysis Cases  Combinations  Design settings  Output and Display Definitions  The Graphical User Interface  The ETABS Screen  Main Window  Menu Bar  Toolbars  Display Windows  Status Line  Using the Mouse  Viewing Options  2-D and 3-D Views  Perspective  Pan, Zoom, and 3-D Rotate  Limits  Element View Options  Other Options  Refreshing the Display Window  Basic Operations  File Operations  Defining Named Entities  Drawing Objects  Snap Tools  Drawing Controls  Selecting  Selecting Graphically  Selecting by Feature  Editing  Assigning  Undo arid Redo  Analyzing  Displaying  Graphical Displays  Model Definition  Analysis Results  Function Plots  Tabular Displays  Designing  Locking and Unlocking  Entering Numerical Data Setting Options  Define Grid System  Selecting template  Entering Grid System Data  Adding Grid Lines In X, Y and Z Directions  Define Material Properties Specify Design Parameters Material Property Data  Define Section Properties  Add Frame Section Property  Specify Frame Section Properties for Beam  Add New Frame Section Properties for Column  Specify Area Section Properties for Slab  Draw  Drawing beams with different methods  Drawing Colum as with different orientation  Drawing slabs  Assigning Properties  Assigning Properties to Frame Elements  Assigning Properties to Area Elements  Assign Restraints  Assigning Fixed, Pinned, Roller Support at Joints  Define and Assign Load Cases  Adding and Assigning Dead Load Case  Adding and Assigning Live Load Case  Add rig and Assigning Wind Load Case  Adding and Assigning Seismic Load Case  Defining Load Combinations  Adding different Load Combinations for dead Load, Live Load, Wind Load and Seismic Load  View Analysis Results in Tabular Form  View Analysis Result Diagrams of Frame Elements  View Analysis Result Contour in Slab Panels  Concrete Design  Concrete Frame Design and View Design Results  Steel Design  Steel Frame Design and View Design Results  View Design Parameters  View Load Combination for Concrete Frame Design  View Reinforcement for Frame Design  View Percentage Steel for Frame Design  Steel Frame Design and View Design Results  View Load Combination for Steel Frame Design.Detailed Syllabus For Response Spectrum Analysis & Design of G+9 Residential Building:-1. Defining RSA functions. 2. Manual calculation of sa/g acceleration values 3. Creating Dynamic loads. 4. Creating Dynamic modal cases. 5. Perform RSA Analysis & Scale factor correction of static & Dynamic base reactions. 6. Correcting story deflections, drifts, and story torsional effects in modal by shear wall or bracings insertion. 7. Performing structural design

    Overview

    Section 1: PRACTICAL ETABS TRAINING G+9 BUILDING WITH RSA ANALYSIS

    Lecture 1 Introduction

    Lecture 2 Modelling Of G+9 Residential Building-1

    Lecture 3 Modelling Of G+9 Residential Building-2

    Lecture 4 Modelling Of G+9 Residential Building-3

    Lecture 5 Modelling Of G+9 Residential Building-4

    Lecture 6 Modelling Of G+9 Residential Building-5

    Lecture 7 Modelling Of G+9 Residential Building-6

    Lecture 8 Modelling Of G+9 Residential Building-7

    Lecture 9 Modelling Of G+9 Residential Building-8

    Lecture 10 Frame Design -1

    Lecture 11 Frame Design -2

    Lecture 12 Frame Design -3

    Lecture 13 Frame Design -4

    Lecture 14 Frame Design -5

    Lecture 15 Frame Design -6

    Lecture 16 Frame Design -7

    Lecture 17 Frame Design -8

    Lecture 18 Frame Design -9

    Lecture 19 Frame Design -10

    Lecture 20 Frame Design -11

    Lecture 21 Frame Design -12

    Lecture 22 Frame Design -13

    Lecture 23 Slab Design

    Lecture 24 Shearwall Design

    Lecture 25 SMRF Frame Design Concepts

    Lecture 26 Exporting Etabs results to RCDC-1

    Lecture 27 Exporting Etabs results to RCDC-2

    Lecture 28 RESPONSE SPECTRUM ANALYSIS-1

    Lecture 29 RESPONSE SPECTRUM ANALYSIS-2

    Lecture 30 RESPONSE SPECTRUM ANALYSIS-3

    Lecture 31 RESPONSE SPECTRUM ANALYSIS-4

    Lecture 32 RESPONSE SPECTRUM ANALYSIS-5

    Lecture 33 RESPONSE SPECTRUM ANALYSIS-6

    Lecture 34 RESPONSE SPECTRUM ANALYSIS-7

    Entrepreneurs,Site Engineers,Design Engineers,Engineering Students,Architects,Builders/Promoters,Construction Engineers,Quantity Surveyors,QA/QC Engineers,Project Managers,Draftsmen,Project Engineers,Planning Engineers

    Homepage
    Code:
    https://anonymz.com/?https://www.udemy.com/course/practical-etabs-training-g9-building-with-rsa-analysis/


    Code:
    https://uploadgig.com/file/download/5a772b3Fbb56d79D/Practical%20ETABS%20Training%20of%20G9%20Building%20with%20RSA%20Analysis.part1.rar
    https://uploadgig.com/file/download/d5500F0eF5a18576/Practical%20ETABS%20Training%20of%20G9%20Building%20with%20RSA%20Analysis.part2.rar
    https://uploadgig.com/file/download/f560D2d6Ea3cBcb1/Practical%20ETABS%20Training%20of%20G9%20Building%20with%20RSA%20Analysis.part3.rar
    https://uploadgig.com/file/download/87f0d105AF59d9E2/Practical%20ETABS%20Training%20of%20G9%20Building%20with%20RSA%20Analysis.part4.rar
    Code:
    https://nitroflare.com/view/DA5C4CDC3D56CC5/Practical_ETABS_Training_of_G9_Building_with_RSA_Analysis.part1.rar
    https://nitroflare.com/view/D2E5D1ADEB54D23/Practical_ETABS_Training_of_G9_Building_with_RSA_Analysis.part2.rar
    https://nitroflare.com/view/3F74003739FB246/Practical_ETABS_Training_of_G9_Building_with_RSA_Analysis.part3.rar
    https://nitroflare.com/view/40431A184C6DFB0/Practical_ETABS_Training_of_G9_Building_with_RSA_Analysis.part4.rar
    Code:
    https://rapidgator.net/file/e8a70e7d8774b76ad9ac61709085eaf4/Practical_ETABS_Training_of_G9_Building_with_RSA_Analysis.part1.rar.html
    https://rapidgator.net/file/bfac90a806e00038222313171836f9ed/Practical_ETABS_Training_of_G9_Building_with_RSA_Analysis.part2.rar.html
    https://rapidgator.net/file/1633166778b65fa3913fafd3357b2a2c/Practical_ETABS_Training_of_G9_Building_with_RSA_Analysis.part3.rar.html
    https://rapidgator.net/file/ba754e017eb25fed6bea88af6ae3aade/Practical_ETABS_Training_of_G9_Building_with_RSA_Analysis.part4.rar.html

  10. #6050
    Super Moderator
    Join Date
    May 2019
    Posts
    203,350
    Thanks
    1
    Thanked 39 Times in 38 Posts

    Python GUI Master Class with Tkinter: Create 25 Python GUIs



    Python GUI Master Class with Tkinter: Create 25 Python GUIs
    Published 09/2022
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English | Duration: 139 lectures (18h 56m) | Size: 8.2 GB

    Learn how to make GUIs in Python with Tkinter library and start making your own Python GUI applications Today!



    What you'll learn
    Learn GUI from the basics
    Be familiar with tkinter widgets
    How to translator text in multi-language
    Handle Keyboard and Mouse Events
    Learn how to draw different shapes on canvas
    Add tabs and a Menu in your Tkinter application
    Create 2D animation
    Buld Audio/Video Player
    Learn Text Reader/PDF Reader, QR Code Generator and Reader
    Learn how to use pygame, vlc, qrcode, ect.. python packages
    How to read data from CSV & Text files
    How to get live data from Internet( Web Scrapping)
    20+ GUI Applications
    5+ GUI Games


    Requirements
    You should have a basic understanding of the Python Programming Language.
    A computer system with an internet connection


    Description
    Welcome to the "Python GUI Master Class with Tkinter: Create 25 Python GUIs" course, a course that will give you enough confidence to make GUI Applications and games in python.

    Till now you were just aware of running python script on boring command prompt/terminal, now let's make GUI Applications with python, let's utilize your python coding skill to make awesome GUI Applications.

    I will give you step-by-step guidance to make sure you are able to make any GUI Applications on completing this course. I will start by helping you to get your setup done, which includes Python, pip, and, PyCharm IDE installation, we will install the required python packages as and when needed.

    We will go through all the GUI widgets

    MainWindow

    PhotoImage

    Label

    Entry

    Button

    messagebox

    Checkbutton

    Radiobutton

    Scale

    Listbox

    colorchooser

    Text

    filedialog

    Menu

    Frame

    Toplevel

    Progressbar

    Canvas

    Scrollbar

    ScrolledText

    ComboBox

    TreeView

    Spinbox

    LabelFrame

    Menubutton

    Separator

    Sizegrip

    tkcalendar

    tkPDFViewer

    CheckboxTreeview

    And many more...

    Then we are going to learn how to catch events.

    Key Events from the keyboard

    Mouse events

    Not only that but we are going to learn how to use many python packages.

    vlc to play video files

    pygame to play audio files

    timedelta to convert time in hh:mm:ss format

    package to work with pdf files

    package to do zip/unzip

    package to resize any image

    translate for multi-language translation

    BeautifulSoup for web scraping

    qrcode to with QR Code

    gTTS for Text to Speech

    random to generate a number randomly

    and many more

    Along the course, we will many applications and games.

    Applications

    App - 01: Digital Clock & Calendar

    App - 02: Color Picker

    App - 03: Image Viewer/Resizer

    App - 04: Multi-Language Translator

    App - 05: Morse Code Translator

    App - 06: Calculator

    App - 07: To-Do List

    App - 08: Make Your Own Dictionary From The Internet

    App - 09: Sensex Nifty Live Data From Internet

    App - 10: QR Code Generator

    App - 11: QR Code Reader

    App - 12: PDF Viewer

    App - 13: TextReader With Font Customization

    App - 14: Text To Speech Converter

    App - 15: AudioPlayer

    App - 16: Video Player

    App - 17: Zip/Unzip Files & Folders

    App - 18: Alarm Clock

    App - 19: Wish a Special Day to a Special One without a Fail

    App - 20: Quiz App

    Games

    Game - 01: Rock paper scissors

    Game - 02: tic tac toe

    Game - 03: Color ball finder

    Game - 04: Make an image from the image part

    Game - 05: Flip a Card ( Card pair)

    You will get lifetime access to all the lectures.

    Best of all, we will learn by actually DOING IT! As the course name suggests you will master yourself in making GUI applications in Tkinter with python by making 20+ applications, and we will also make 5+ GUI games.

    Enroll Now and let's start making creative and useful python GUI Applications.

    I will see you on the course!

    Who this course is for
    All level Python GUI Developer
    Beginner Python Developers who want to build Awesome GUI Applications & Games
    Python Developer who want to use interactive UI instead of terminal
    Students who want to build portfolio of 25+ Python GUI Application/Games

    Homepage
    Code:
    https://anonymz.com/?https://www.udemy.com/course/python-gui-master-class-with-tkinter-create-25-python-guis/


    Code:
    https://uploadgig.com/file/download/688d8737D05618e6/Python%20GUI%20Master%20Class%20with%20Tkinter%20Create%2025%20Python%20GUIs.part1.rar
    https://uploadgig.com/file/download/9f5fb9ad99a2ed26/Python%20GUI%20Master%20Class%20with%20Tkinter%20Create%2025%20Python%20GUIs.part2.rar
    Code:
    https://nitroflare.com/view/D86C1ED2C9FDA38/Python_GUI_Master_Class_with_Tkinter_Create_25_Python_GUIs.part1.rar
    https://nitroflare.com/view/7D746DF5D29DF53/Python_GUI_Master_Class_with_Tkinter_Create_25_Python_GUIs.part2.rar
    Code:
    https://rapidgator.net/file/03ca1619e32c91137e9fb3f36bc35f01/Python_GUI_Master_Class_with_Tkinter_Create_25_Python_GUIs.part1.rar.html
    https://rapidgator.net/file/8b9447e6e71c4c1a98517933f51f99d3/Python_GUI_Master_Class_with_Tkinter_Create_25_Python_GUIs.part2.rar.html

Page 605 of 962 FirstFirst ... 105505555595603604605606607615655705 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Lusty Chicks in Sexy Videos - Mixed Collection
    By sampi9 in forum General Porn Videos
    Replies: 5225
    Last Post: 06-24-2025, 04:25 AM
  2. Pissing tolet Videos / Spycam Collection
    By piligriimmilii in forum Themed XXX Videos
    Replies: 5280
    Last Post: 02-09-2021, 07:05 PM
  3. Gumroad: 3dEx - Tutorial Collection
    By Ajkula in forum Video Tutorials
    Replies: 0
    Last Post: 09-19-2020, 12:08 PM
  4. Hot Teen Porn Videos | New collection
    By zyzyk in forum Themed XXX Videos
    Replies: 112
    Last Post: 09-11-2020, 03:37 PM
  5. Best Old Man Fucking Teen Girl Video XXXX Collection
    By maikuro13 in forum Themed XXX Videos
    Replies: 2034
    Last Post: 03-21-2020, 05:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •