Informatyka

2617
Wird geladen...
E-BOOK

Linux Mint Essentials. A practical guide to Linux Mint for the novice to the professional

Jay LaCroix

A task-oriented look at Linux Mint, using actual real-world examples to stimulate learning. Each topic is presented in an easy-to-follow order, with hands-on activities to reinforce the content. If you are starting out with Linux from a different platform or are well versed with Linux Mint and want a guide that shows you how to exploit certain functionality, this book is for you. No previous Linux experience is assumed.

2618
Wird geladen...
E-BOOK

Linux. Programowanie systemowe

Robert Love

Wykorzystaj moc Linuksa i twórz funkcjonalne oprogramowanie systemowe! Jak zarządzać plikowymi operacjami wejścia i wyjścia? Jak zablokować fragmenty przestrzeni adresowej? Jak sterować działaniem interfejsu odpytywania zdarzeń? Dzisiaj systemu Linux nie musimy już nikomu przedstawiać, dzięki swojej funkcjonalności i uniwersalności stał się niezwykle popularny i szeroko wykorzystywany. Działa wszędzie ― poczynając od najmniejszych telefonów komórkowych, a na potężnych superkomputerach kończąc. Z Linuksa korzystają agencje wywiadowcze i wojsko, jego niezawodność doceniły również banki i instytucje finansowe. Oprogramowanie z przestrzeni użytkownika w systemie Linux może być uruchamiane na wszystkich platformach, na których poprawnie działa kod jądra. Czytając książkę "Linux. Programowanie systemowe", dowiesz się, jak utworzyć oprogramowanie, które jest niskopoziomowym kodem, komunikującym się bezpośrednio z jądrem oraz głównymi bibliotekami systemowymi. Opisany został tu sposób działania standardowych i zaawansowanych interfejsów zdefiniowanych w Linuksie. Po lekturze napiszesz inteligentniejszy i szybszy kod, który działa we wszystkich dystrybucjach Linuksa oraz na wszystkich rodzajach sprzętu. Nauczysz się budować poprawne oprogramowanie i maksymalnie je wykorzystywać. Programowanie systemowe Biblioteka języka C Kompilator języka C Interfejs odpytywania zdarzeń Zarządzanie procesami i pamięcią Użytkownicy i grupy Ograniczenia zasobów systemowych Zarządzanie plikami i katalogami Identyfikatory sygnałów Struktury danych reprezentujące czas Konwersje czasu Poznaj i ujarzmij potęgę Linuksa!

2619
Wird geladen...
E-BOOK

Linux. Programowanie systemowe. Wydanie II

Robert Love

Przewodnik po jądrze sytemu Linux! Jądro systemu Linux to jeden z największych projektów rozwijanych przez ogromną społeczność. Setki wolontariuszy dniami i nocami rozwijają najważniejszy element tego systemu operacyjnego. I robią to naprawdę skutecznie! Każde kolejne wydanie Linuksa zawiera dziesiątki nowinek oraz ulepszeń - jest coraz szybsze, bezpieczniejsze i po prostu lepsze. Jednak początkujący programiści mogą mieć problemy z wykorzystaniem usług dostarczanych przez kernel. Masz obawy, że nie odnajdziesz się w gąszczu możliwości współczesnego jądra systemu Linux? Ta książka rozwieje je w mig. Jest to wyjątkowa pozycja na rynku wydawniczym, zgłębiająca właśnie te tajemnice. W trakcie lektury nauczysz się tworzyć niskopoziomowe oprogramowanie, które będzie się komunikowało bezpośrednio z jądrem systemu. Operacje wejścia i wyjścia, strumienie, zdarzenia, procesy to tylko część elementów, które błyskawicznie opanujesz. Ponadto nauczysz się zarządzać katalogami i plikami oraz poznasz koncepcję sygnałów. Książka ta jest niezastąpionym źródłem informacji dla wszystkich programistów pracujących z jądrem Linuksa. Docenisz tę lekturę! Poznaj: metody zarządzania procesami zastosowanie sygnałów zaawansowane interfejsy wejścia i wyjścia jądro systemu od podszewki Poznaj jądro systemu od podszewki!     Robert Love - od wielu lat jest użytkownikiem i współtwórcą systemu Linux. Rozwija środowisko graficzne GNOME oraz jądro systemu. Pracuje jako projektant oprogramowania w firmie Google, był też członkiem zespołu projektującego system operacyjny Android. Jest autorem licznych książek poświęconych programowaniu w systemie Linux.

2620
Wird geladen...
E-BOOK

Linux Shell Scripting Bootcamp. The fastest way to learn Linux shell scripting

James K Lewis

Linux Shell Scripting Bootcamp is all about learning the essentials of script creation, validating parameters, and checking for the existence of files and other items needed by the script.We will use scripts to explore iterative operations using loops and learn different types of loop statements, with their differences. Along with this, we will also create a numbered backup script for backup files.Further, you will get well-versed with how variables work on a Linux system and how they relate to scripts. You’ll also learn how to create and call subroutines in a script and create interactive scripts. The most important archive commands, zip and tar, are also discussed for performing backups. Later, you will dive deeper by understanding the use of wget and curl scripts and the use of checksum and file encryption in further chapters.Finally, you will learn how to debug scripts and scripting best practices that will enable you to write a great code every time! By the end of the book, you will be able to write shell scripts that can dig data from the web and process it efficiently.

2621
Wird geladen...
E-BOOK

Linux Shell Scripting Cookbook. Do amazing things with the shell and automate tedious tasks - Third Edition

Clif Flynt, Sarath Lakshman, Shantanu Tushar

The shell is the most powerful tool your computer provides. Despite having it at their fingertips, many users are unaware of how much the shell can accomplish.Using the shell, you can generate databases and web pages from sets of files, automate monotonous admin tasks such as system backups, monitor your system's health and activity, identify network bottlenecks and system resource hogs, and more.This book will show you how to do all this and much more.This book, now in its third edition, describes the exciting new features in the newest Linux distributions to help you accomplish more than you imagine. It shows how to use simple commands to automate complex tasks, automate web interactions, download videos, set up containers and cloud servers, and even get free SSL certificates.Starting with the basics of the shell, you will learn simple commands and how to apply them to real-world issues. From there, you'll learn text processing, web interactions, network and system monitoring, and system tuning.Software engineers will learn how to examine system applications, how to use modern software management tools such as git and fossil for their own work, and how to submit patches to open-source projects.Finally, you'll learn how to set up Linux Containers and Virtual machines and even run your own Cloud server with a free SSL Certificate from letsencrypt.org.

2622
Wird geladen...
E-BOOK

Linux Shell Scripting for Hackers. Automate and scale your hacking process with bash scripting

Valentine G. Nachi, Donald A. Tevault

Linux shell scripting is a foundational skill for ethical hackers and penetration testers who want to automate repetitive tasks and build powerful command-line tools. This practical guide shows you how to use bash scripting for cybersecurity automation, helping you streamline reconnaissance, exploitation, and post-exploitation workflows on Linux systems.You’ll progress from advanced bash techniques to real-world penetration testing applications, learning how to automate reconnaissance processes, parse logs, extract indicators, and develop custom exploitation utilities. Using tools such as awk, sed, grep, and regular expressions, you’ll manipulate data efficiently and craft scripts that solve real security challenges.A dedicated section on network scripting demonstrates how to build scripts that interact with remote systems, perform scanning tasks, and gather actionable information. You’ll also explore system hardening automation and learn best practices for writing secure, modular, and maintainable shell scripts.By the end of this book, you’ll have the confidence to integrate Linux shell scripting into your ethical hacking toolkit, scale your penetration testing workflow, and build reusable security tools tailored to real-world cybersecurity scenarios.

2623
Wird geladen...
E-BOOK

Linux. The Comprehensive Guide

Rheinwerk Publishing, Inc, Michael Kofler

This guide begins with Linux fundamentals, including an overview of its history, distributions, and installation methods. Readers learn to install Linux on various hardware configurations while understanding open-source licensing and partitioning. The book then introduces desktop environments like GNOME and KDE, showing how to navigate and customize them for productivity.Building on this foundation, readers develop command-line proficiency, mastering terminal usage and shell scripting with Bash and Zsh. The book covers file and process management, network tools, and package management, giving readers confidence to optimize and secure their systems. Later chapters dive into system administration topics such as kernel compilation, bootloader configuration, and virtualization with VirtualBox and QEMU.Finally, the book focuses on server installation, secure shell configuration, web and mail server setup, and file sharing via Samba. It also addresses backup strategies, firewall setup, and security enhancements with SELinux and AppArmor, preparing readers to maintain reliable, secure Linux environments in professional or personal contexts.

2624
Wird geladen...
E-BOOK

LiveCode Mobile Development Beginner's Guide (2nd Edition). Create interactive mobile apps for Android and iOS with LiveCode

Colin Holgate, Joel W Gerdeen

The ideal reader for this book would be someone who already knows LiveCode, is interested in creating mobile apps, and wants to save the many hours it took for me to track down all of the information on how to get started! Chapter 1, LiveCode Fundamentals, will help those of you who know programming but are not familiar with LiveCode. The knowledge you've acquired should be enough for you to benefit from the remainder of the book.

2625
Wird geladen...
E-BOOK

LiveCode Mobile Development Beginner's Guide. With this book and your basic programming knowledge, you'll find it easy to use LiveCode to create mobile apps for Android and iOS. A great starting point for taking the app store by storm

Colin Holgate

LiveCode is a tool for developing mobile apps designed for those who don't want to use Objective-C, C++ or Java. Although it is a tool full of rich features to create apps it can be challenging to get beyond the basics and build interactive and fun apps. Using this book, you can develop various apps and this book guides you through till you upload the apps in the appstore.LiveCode Mobile Development Beginner's Guide will explain how to create applications with the easiest, most practical cross platform framework available, Livecode Mobile and upload the apps to the appstore with minimal effort.Throughout the book, you'll learn details that will help you become a pro at mobile app development using LiveCode. You begin with simple calculator application and quickly enhance it using LiveCode Mobile. Start by learning the interface controls for videos and images of LiveCode's environment. Dig into configuring devices, building user interfaces, and making rich media applications, then finish by uploading the mobile applications to App Stores. You will learn how to build apps for devices such as iPhone, Android with the recently developed LiveCode Mobile through sample applications of increasing complexity.

2626
Wird geladen...
E-BOOK

LLM Design Patterns. A Practical Guide to Building Robust and Efficient AI Systems

Ken Huang

This practical guide for AI professionals enables you to build on the power of design patterns to develop robust, scalable, and efficient large language models (LLMs). Written by a global AI expert and popular author driving standards and innovation in Generative AI, security, and strategy, this book covers the end-to-end lifecycle of LLM development and introduces reusable architectural and engineering solutions to common challenges in data handling, model training, evaluation, and deployment.You’ll learn to clean, augment, and annotate large-scale datasets, architect modular training pipelines, and optimize models using hyperparameter tuning, pruning, and quantization. The chapters help you explore regularization, checkpointing, fine-tuning, and advanced prompting methods, such as reason-and-act, as well as implement reflection, multi-step reasoning, and tool use for intelligent task completion. The book also highlights Retrieval-Augmented Generation (RAG), graph-based retrieval, interpretability, fairness, and RLHF, culminating in the creation of agentic LLM systems.By the end of this book, you’ll be equipped with the knowledge and tools to build next-generation LLMs that are adaptable, efficient, safe, and aligned with human values.*Email sign-up and proof of purchase required

2627
Wird geladen...
E-BOOK

LLM Engineer's Handbook. Master the art of engineering large language models from concept to production

Paul Iusztin, Maxime Labonne, Julien Chaumond, Hamza...

Artificial intelligence has undergone rapid advancements, and Large Language Models (LLMs) are at the forefront of this revolution. This LLM book offers insights into designing, training, and deploying LLMs in real-world scenarios by leveraging MLOps best practices. The guide walks you through building an LLM-powered twin that’s cost-effective, scalable, and modular. It moves beyond isolated Jupyter notebooks, focusing on how to build production-grade end-to-end LLM systems.Throughout this book, you will learn data engineering, supervised fine-tuning, and deployment. The hands-on approach to building the LLM Twin use case will help you implement MLOps components in your own projects. You will also explore cutting-edge advancements in the field, including inference optimization, preference alignment, and real-time data processing, making this a vital resource for those looking to apply LLMs in their projects.By the end of this book, you will be proficient in deploying LLMs that solve practical problems while maintaining low-latency and high-availability inference capabilities. Whether you are new to artificial intelligence or an experienced practitioner, this book delivers guidance and practical techniques that will deepen your understanding of LLMs and sharpen your ability to implement them effectively.*Email sign-up and proof of purchase required

2628
Wird geladen...
E-BOOK

LLM w projektowaniu oprogramowania. Tworzenie inteligentnych aplikacji i agentów z wykorzystaniem dużych modeli językowych

Valentina Alto

Duże modele językowe (LLM) stały się technologicznym przełomem. Ich wszechstronność i funkcjonalność sprawiły, że coraz częściej mówi się o nowej erze inteligentnie działających urządzeń i aplikacji. Umiejętność zastosowania LLM we własnych projektach już dziś jest koniecznością dla wielu projektantów i programistów. Dzięki tej książce opanujesz podstawowe koncepcje związane z użyciem LLM. Poznasz unikatowe cechy i mocne strony kilku najważniejszych modeli (w tym GPT, Gemini, Falcon). Następnie dowiesz się, w jaki sposób LangChain, lekki framework Pythona, pozwala na projektowanie inteligentnych agentów do przetwarzania danych o nieuporządkowanej strukturze. Znajdziesz tu również informacje dotyczące dużych modeli podstawowych, które wykraczają poza obsługę języka i potrafią wykonywać różne zadania związane na przykład z grafiką i dźwiękiem. Na koniec zgłębisz zagadnienia dotyczące ryzyka związanego z LLM, a także poznasz techniki uniemożliwiania tym modelom potencjalnie szkodliwych działań w aplikacji. Najciekawsze zagadnienia: architektura dużych modeli językowych unikatowe funkcje LLM komponenty służące do koordynacji sztucznej inteligencji, w tym tworzenia frontendu użycie wiedzy nieparametrycznej i wektorowych baz danych dostrajanie dużych modeli językowych do własnych potrzeb odpowiedzialność i etyka w systemach korzystających z LLM Odkryj, jak łatwo model generatywnej AI zintegruje się z Twoją aplikacją!   O książce w mediach: Eksperyment Myślowy - recenzja książki

2629
Wird geladen...
E-BOOK

LLVM Code Generation. A deep dive into compiler backend development

Quentin Colombet, Kristof Beyls

The LLVM infrastructure is a popular compiler ecosystem widely used in the tech industry and academia. This technology is crucial for both experienced and aspiring compiler developers looking to make an impact in the field. Written by Quentin Colombet, a veteran LLVM contributor and architect of the GlobalISel framework, this book provides a primer on the main aspects of LLVM, with an emphasis on its backend infrastructure; that is, everything needed to transform the intermediate representation (IR) produced by frontends like Clang into assembly code and object files.You’ll learn how to write an optimizing code generator for a toy backend in LLVM. The chapters will guide you step by step through building this backend while exploring key concepts, such as the ABI, cost model, and register allocation. You’ll also find out how to express these concepts using LLVM's existing infrastructure and how established backends address these challenges. Furthermore, the book features code snippets that demonstrate the actual APIs.By the end of this book, you’ll have gained a deeper understanding of LLVM. The concepts presented are expected to remain stable across different LLVM versions, making this book a reliable quick reference guide for understanding LLVM.

2630
Wird geladen...
E-BOOK

LLVM Cookbook. Over 80 engaging recipes that will help you build a compiler frontend, optimizer, and code generator using LLVM

Mayur Pandey, Suyog Sarda

The book is for compiler programmers who are familiar with concepts of compilers and want to indulge in understanding, exploring, and using LLVM infrastructure in a meaningful way in their work.This book is also for programmers who are not directly involved in compiler projects but are often involved in development phases where they write thousands of lines of code. With knowledge of how compilers work, they will be able to code in an optimal way and improve performance with clean code.

2631
Wird geladen...
E-BOOK

LMMS: A Complete Guide to Dance Music Production. The beginner's guide to exploring, understanding, and rocking the world of dance music using the free LMMS digital audio workstation

David Earl

You've scoured the forums, watched the tutorial videos, and done everything you can to learn the secrets of the art of making dance music. Everyone is saying something different about how to get into producing your own projects. This book will help connect the dots and lay a solid foundation of knowledge so you can get beats banging out of LMMS.This book will show you the ins and outs of making Dance music with LMMS. Do you make house, trance, techno or down-tempo? After this book you'll be able to make a song that stands out from the masses, using time honoured tricks of the trade. From inception to conception, this book will help give you a workflow to channel your muse using LMMS.Readers will be given a brief lesson on the best of dance music history, then learn how to recreate it using the Open Source digital workstation - LMMS. The reader will be guided through creating a project from start to finish. By the end of this book, the reader will know how to create a full dance track in LMMS and make it ready for distribution.Along the way, readers will take short stops into music theory, song arranging, recording, and other related information to give them a good foundation for making dance music with depth as well as power. Reading LMMS: A Complete Guide to Dance Music Production will not just teach the reader how to use LMMS, but also how good dance music is crafted. The reader will not just be taught how to make decisions in LMMS, but when and why. After devouring this book, the reader should be able to focus on his or her creativity, with LMMS as a co-conspirator in the process of making great dance music.

2632
Wird geladen...
E-BOOK

Low Poly 3D Modeling in Blender. Kickstart your career as a 3D artist by learning how to create low poly assets and scenes from scratch

Samuel Sullins

Step into the world of low poly 3D art with Low Poly 3D Modeling in Blender—your entry point into Blender and mastering the fundamentals of 3D art. This beginner-friendly guide ensures that you’re fully prepared for the creative adventure that follows.Through a step-by-step learning process starting with the principles of low poly art, this book gradually immerses you in the intricacies of modeling. As you progress, you’ll gain hands-on experience creating diverse projects ranging from designing a simple 3D crate to rendering complete low poly scenes. The book covers a wide spectrum of topics as you navigate Blender's interface, mastering essential modeling tools and exploring both basic and advanced modeling techniques. Advancing to the final chapters, you’ll find ways to breathe life into your models with material creation and gain practical insights into modeling a variety of low poly objects. From end-to-end scene construction to configuring Blender for rendering high-quality images, you’ll be equipped with the foundational skills to propel your career in 3D modeling and explore the boundless creative possibilities that Blender offers.By the end of this book, you'll have a solid understanding of Blender, 3D modeling, low poly methodologies, material design, 3D rendering techniques, and the broader world of 3D art.

2633
Wird geladen...
E-BOOK

Low-Code Application Development with Appian. The practitioner's guide to high-speed business automation at enterprise scale using Appian

Stefan Helzle

This book is an exhaustive overview of how the Appian Low-Code BPM Suite enables tech-savvy professionals to rapidly automate business processes across their organization, integrating people, software bots, and data. This is crucial as 80% of all software development is expected to be carried out in low code by 2024.This practical guide helps you master business application development with Appian as a beginner low-code developer. You'll learn to automate business processes using Appian low-code, records, processes, and expressions quickly and on an enterprise scale. In a fictional development project, guided by step-by-step explanations of the concepts and practical examples, this book will empower you to transform complex business processes into software.At first, you’ll learn the power of no-code with Appian Quick Apps to solve some of your most crucial business challenges. You’ll then get to grips with the building blocks of an Appian, starting with no-code and advancing to low-code, eventually transforming complex business requirements into a working enterprise-ready application.By the end of this book, you'll be able to deploy Appian Quick Apps in minutes and successfully transform a complex business process into low-code process models, data, and UIs to deploy full-featured, enterprise-ready, process-driven, mobile-enabled apps.

2634
Wird geladen...
E-BOOK

Lua Quick Start Guide. The easiest way to learn Lua programming

Gabor Szauer

Lua is a small, powerful and extendable scripting/programming language that can be used for learning to program, and writing games and applications, or as an embedded scripting language. There are many popular commercial projects that allow you to modify or extend them through Lua scripting, and this book will get you ready for that. This book is the easiest way to learn Lua. It introduces you to the basics of Lua and helps you to understand the problems it solves. You will work with the basic language features, the libraries Lua provides, and powerful topics such as object-oriented programming. Every aspect of programming in Lua, variables, data types, functions, tables, arrays and objects, is covered in sufficient detail for you to get started. You will also find out about Lua's module system and how to interface with the operating system.After reading this book, you will be ready to use Lua as a programming language to write code that can interface with the operating system, automate tasks, make playable games, and much more. This book is a solid starting point for those who want to learn Lua in order to move onto other technologies such as Love2D or Roblox.A quick start guide is a focused, shorter title that provides a faster paced introduction to a technology. It is designed for people who don't need all the details at this point in their learning curve. This presentation has been streamlined to concentrate on the things you really need to know.

2635
Wird geladen...
E-BOOK

Lucene 4 Cookbook. Over 70 hands-on recipes to quickly and effectively integrate Lucene into your search application

Edwood Ng, Vineeth Mohan

This book is for software developers who are new to Lucene and who want to explore the more advanced topics to build a search engine. Knowledge of Java is necessary to follow the code samples. You will learn core concepts, best practices, and also advanced features, in order to build an effective search application.

2636
Wird geladen...
E-BOOK

Lumion 3D Cookbook. Revolutionize your Lumion skills with over 100 recipes to create stunning architectural visualizations

Ciro Cardoso

This book offers uses practical applications using recipes with step-by-step instructions and useful information to help you master how to produce professional architectural visualizations in Lumion. The cookbook approach means you need to think and explore how a particular feature can be applied in your project and perform the intended task. This book is written to be accessible to all Lumion users and is a useful guide to follow when becoming familiar with this cutting-edge real-time technology.This practical guide is designed for all levels of Lumion users who know how to model buildings in 3D and a basic understanding of Lumion, who want to enhance their skills to the next level.

2637
Wird geladen...
E-BOOK

Lumion3D Best Practices. Explore the best practices to build architectural visualizations efficiently in Lumion 3D

Ciro Cardoso

This book is designed for advanced Lumion users who wish to apply these techniques to their own projects. The reader should be familiar with modeling knowledge and have at least a basic knowledge of a graphics editing program, such as Photoshop or Gimp.

2638
Wird geladen...
E-BOOK

Lutowanie od podstaw

Witold Wrotek

Naucz się lutować jak profesjonalista Poznaj technikę lutowania od podstaw Wyposaż warsztat w odpowiednie narzędzia Naucz się łączyć różne elementy elektroniczne Nawet najbardziej zaawansowane układy elektryczne i elektroniczne nie mogłyby działać, gdyby ich elementy nie były ze sobą odpowiednio połączone. Najtańszą, najpopularniejszą i najskuteczniejszą metodą łączenia obwodów jest lutowanie. Zapewnia nie tylko właściwe połączenie elektryczne, lecz również odpowiednio wytrzymałe spojenie mechaniczne, a tym samym umożliwia stabilne mocowanie elementów na płytce drukowanej. I choć zalety lutowania jako techniki łączenia elementów metalowych znane są ludzkości od starożytności, to prawdziwą popularność zawdzięcza ono dopiero pojawieniu się współczesnej elektroniki, a wzrost znaczenia - jej gwałtownemu rozwojowi. Jeśli chcesz poznać technikę lutowania i nauczyć się prawidłowo stosować ją w praktyce, sięgnij po odpowiednie źródło wiedzy! Książka Lutowanie od podstaw krok po kroku wprowadzi Cię w tajniki sztuki łączenia elementów, przedstawi niezbędne narzędzia i dobre praktyki, nauczy unikać typowych błędów popełnianych przez początkujących oraz pokaże najlepsze sposoby lutowania różnych elementów elektrycznych i elektronicznych. Nauczysz się też dzięki niej, jak wykonać proste prace elektryczne w swoim domu, a nawet jak naprawić typowe usterki występujące w urządzeniach AGD. Przygotowanie do lutowania Niezbędne narzędzia i materiały Dobre praktyki i typowe błędy Praktyczne porady dotyczące lutowania Typowe prace i naprawy elektryczne Ćwiczenia poprawiające umiejętności Lutowanie elementów elektronicznych Usuwanie usterek elektronicznych Zostań prawdziwym mistrzem lutownicy!

2639
Wird geladen...
E-BOOK

Lutowanie od podstaw. Wydanie II

Witold Wrotek

Lutowanie - prosto, praktycznie, profesjonalnie! Opanuj podstawy techniki lutowania Poznaj przydatne narzędzia pracy Naucz się lutowania w praktyce Lutowanie to najtańsza, najpopularniejsza i najskuteczniejsza metoda łączenia elementów obwodów elektrycznych i elektronicznych. Nawet najbardziej zaawansowane układy nie mogłyby działać bez zastosowania tej techniki, która zapewnia nie tylko właściwe połączenie elektryczne, lecz również odpowiednio wytrzymałe spojenie mechaniczne, umożliwiając tym samym stabilne mocowanie elementów na płytce drukowanej. Do łączenia metalowych części lutowania używano już w starożytności, jednak prawdziwy rozkwit tej metody nastąpił wraz z gwałtownym rozwojem elektroniki. Sięgnij po odpowiednie źródło wiedzy, jeśli chcesz poznać technikę lutowania i nauczyć się prawidłowo stosować ją w praktyce! Drugie wydanie książki Lutowanie od podstaw wprowadzi Cię w tajniki sztuki łączenia elementów, przedstawi niezbędne narzędzia i dobre praktyki, nauczy unikać typowych błędów popełnianych przez początkujących, a także pokaże najlepsze sposoby lutowania różnych elementów elektrycznych i elektronicznych. Dzięki lekturze dowiesz się też, jak wykonać proste prace elektryczne w swoim domu, a nawet jak naprawić typowe usterki urządzeń AGD. Przygotowanie do lutowania Niezbędne narzędzia i materiały Dobre praktyki i najczęstsze błędy Praktyczne porady dotyczące lutowania Typowe prace i naprawy elektryczne Ćwiczenia poprawiające umiejętności Lutowanie elementów elektronicznych Usuwanie usterek elektronicznych Lutuj jak prawdziwy zawodowiec!

2640
Wird geladen...
E-BOOK

Lutowanie od podstaw. Wydanie III

Witold Wrotek

Wszystko, co musisz wiedzieć o lutowaniu Lutowanie jest procesem, w którym elementy metalowe łączy się trwale w wysokiej temperaturze za pomocą metalowego spoiwa zwanego lutem. To najtańsza, najpopularniejsza i najskuteczniejsza metoda łączenia elementów obwodów elektrycznych i elektronicznych. Nawet najbardziej zaawansowane układy nie mogłyby działać bez zastosowania tej techniki. Metodę tę ludzkość zna od starożytności, jednak lutowanie stało się szczególnie ważne, kiedy zaczęliśmy na szeroką skalę korzystać z elektroniki. Umiejętność lutowania drobnych elementów przydaje się zarówno zawodowcom, jak i majsterkowiczom hobbystom. Pozwala ona na samodzielny montaż i konserwowanie podzespołów, płytek drukowanych albo większych układów, na przykład tych, które wprawiają w ruch roboty. Jeśli planujesz zająć się elektroniką amatorsko lub zawodowo, ten poradnik jest skierowany właśnie do Ciebie. Dowiesz się z niego między innymi: Jak się przygotować do lutowania W jakie narzędzia i materiały trzeba się zaopatrzyć Na czym polegają dobre praktyki i najczęstsze błędy podczas lutowania Co warto wiedzieć przed przystąpieniem do procesu Jakie prace lutownicze wykonuje się najczęściej Co możesz zrobić, by poprawić precyzję swojej pracy W jaki sposób lutuje się elementy elektroniczne Jak usunąć najczęściej występujące usterki Trzecie wydanie książki zostało wzbogacone o dodatek poświęcony wyborowi odpowiedniej stacji lutowniczej.