LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

RouteHub – Fortinet FortiGate Next-Generation Firewall Training

04/02/2017 Tut4DL Leave a Comment

RouteHub – Fortinet FortiGate Next-Generation Firewall Training
English | Size: 2.67 GB
Category: Video Training


Do you want to learn how to block certain applications within Facebook like writing posts or chatting? Do you want to learn how to decrypt a secure web page a user may access to inspect it further? Do you want to learn how to block certain files uploaded towards the Internet? In this video series you will learn how to do many of these things and much more. Fortinet’s FortiGate security appliance is a Next-Generation Firewall that is focused on application inspection where you can control what a user can access within a specific application. We have a range of basic to advanced topics that will show you how to deploy the FortiGate appliance step-by-step in a simple and practical implementation. This video series will be released in video modules providing numerous updates to this series. [Read more…]

Security & Hacking, OS & Server Firewall, FORTIGATE, Fortinet

RouteHub – F5 BIG-IP Training

04/02/2017 Tut4DL Leave a Comment

RouteHub – F5 BIG-IP Training
English | Size: 1 GB
Category: Video Training


Do you want to learn how to load balance traffic among a group of common servers? Do you want to learn how to setup persistence to keep clients connected to the same server? Do you want to learn how to setup SSL termination to your HTTP only web farm?
[Read more…]

WEB/HTML/CSS/AJAX, OS & Server, Security & Hacking F5 BIG-IP

RouteHub – Cisco Training

04/02/2017 Tut4DL Leave a Comment

RouteHub – Cisco Training
English | Size: 19 GB
Category: Video Training


These are important for career development as we possess the CCIE, CCNP, and CCNA certifications. So we know that they are very valuable to your network engineering career, however, they do not teach practical network training relevant for network engineers and consultants in the real world. [Read more…]

Security & Hacking, OS & Server Cisco

RouteHub – Certification Training

04/02/2017 Tut4DL Leave a Comment

RouteHub – Certification Training
English | Size: 2.6 GB
Category: Video Training


Our certification video training provides presentations based on our classroom training and practical videos for learning the topics covered in the many certification tracks we have available. We will teach you the concepts, configuration, monitoring, and troubleshooting Cisco networks. [Read more…]

Security & Hacking, OS & Server Certification

Coursera – Introduction to the IOT and Embedded Systems

04/02/2017 Tut4DL Leave a Comment

Coursera – Introduction to the IOT and Embedded Systems
English | Size: 618.21 MB
Category: Video Training


The explosive growth of the 「Internet of Things」 is changing our world and the rapid drop in price for typical IoT components is allowing people to innovate new designs and products at home. In this first class in the specialization you will learn the importance of IoT in society, the current components of typical IoT devices and trends for the future. IoT design considerations, constraints and interfacing between the physical world and your device will also be covered. You will also learn how to make design trade-offs between hardware and software. We’ll also cover key components of networking to ensure that students understand how to connect their device to the Internet. [Read more…]

Programming Embedded Systems, IoT

[Update Links] Coursera – The Arduino Platform and C Programming

04/02/2017 Tut4DL Leave a Comment

Coursera – The Arduino Platform and C Programming
English | Size: 605.81 MB
Category: Video Training


The Arduino is an open-source computer hardware/software platform for building digital devices and interactive objects that can sense and control the physical world around them. In this class you will learn how the Arduino platform works in terms of the physical board and libraries and the IDE (integrated development environment). You will also learn about shields, which are smaller boards that plug into the main Arduino board to perform other functions such as sensing light, heat, GPS tracking, or providing a user interface display. The course will also cover programming the Arduino using C code and accessing the pins on the board via the software to control external devices. [Read more…]

Programming Arduino, C Programming

Coursera – The Raspberry Pi Platform and Python Programming for the Raspberry Pi

04/02/2017 Tut4DL Leave a Comment

Coursera – The Raspberry Pi Platform and Python Programming for the Raspberry Pi
English | Size: 495.05 MB
Category: Video Training


The Raspberry Pi is a small, affordable single-board computer that you will use to design and develop fun and practical IoT devices while learning programming and computer hardware. In addition, you will learn how to set up up the Raspberry Pi environment, get a Linux operating system running, and write and execute some basic Python code on the Raspberry Pi. You will also learn how to use Python-based IDE (integrated development environments) for the Raspberry Pi and how to trace and debug Python code on the device. [Read more…]

Programming Python, Raspberry Pi

Coursera – Interfacing with the Raspberry Pi

04/02/2017 Tut4DL Leave a Comment

Coursera – Interfacing with the Raspberry Pi
English | Size: 579.7 MB
Category: Video Training


The Raspberry Pi uses a variety of input/output devices based on protocols such as HDMI, USB, and Ethernet to communicate with the outside world. In this class you will learn how to use these protocols with other external devices (sensors, motors, GPS, orientation, LCD screens etc.) to get your IoT device to interact with the real world. Most physical devices use analog signals; however computer hardware is digital so in this class you will learn how these signals are converted back-and-forth and how this must be considered as you program your device. The basic design of a sensor-actuator system will also be covered. You will also learn how to build more sophisticated hardware systems using Raspberry Pi expansion boards to create fun and exciting IoT devices. [Read more…]

Programming Raspberry Pi

Coursera – Interface with Arduino

04/02/2017 Tut4DL Leave a Comment

Coursera – Interface with Arduino
English | Size: 560 MB
Category: Video Training


Arduino senses the environment by receiving inputs from add-on devices such as sensors, and can control the world around it by adjusting lights, motors, and other actuators. In this class you will learn how and when to use the different types of sensors and how to connect them to the Arduino. Since the external world uses continuous or analog signals and the hardware is digital you will learn how these signals are converted back-and-forth and how this must be considered as you program your device. You’ll also learn about the use of Arduino-specific shields and the shields software libraries to interface with the real world. [Read more…]

Programming Arduino

James Patterson Teaches Writing

01/02/2017 Tut4DL Leave a Comment

James Patterson Teaches Writing
English | Size: 2.0 GB
Category: Video Training


Set out to write a best-selling book
James Patterson, the author of 19 consecutive No. 1 New York Times bestsellers, reveals his tricks of the trade for the very first time. In this course, he guides you through every part of the book writing process.
[Read more…]

Writing & Affiliate James Patterson

  • « Previous Page
  • 1
  • …
  • 4264
  • 4265
  • 4266
  • 4267
  • 4268
  • …
  • 4284
  • Next Page »
  • DNS DHCP On Windows Server 2025 100% Labs | Udemy
  • 10 Days: Prompt Engineering, Generative AI and Data Science | Udemy
  • Complete Python With DSA Bootcamp + LEETCODE Exercises | Udemy
  • 50 Days of DSA Python Data Structures Algorithms LEETCODE | Udemy
  • AI Essentials for Business (2025) – AI MBA Course | Udemy

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in