Ebooki
841
Ebook

Advanced Network Simulations Simplified. Practical guide for wired, Wi-Fi (802.11n/ac/ax), and LTE networks using ns-3

Dr Anil Kumar Rangisetti

Network simulation is a powerful technique that uses software programs to replicate the behaviors of real networks. Network simulators are programs that can predict the performance of computer networks or wireless communication networks. This book is your hands-on guide to ns-3, a script-based simulator that allows for learning, experimenting, and evaluating wired, wireless (802.11a/b/g/n/ac/ax), and 4G long-term evolution (LTE) networks quickly and at low cost.You’ll begin by learning how to install and use ns-3, along with exploring its key features such as building blocks for creating a variety of wired or wireless network topologies, installing suitable protocols and applications, identifying and resolving networking issues, and systematically evaluating network performance. As you make progress, you’ll gain a clear understanding of simulation errors, exceptions, and abrupt events. You’ll also discover how to set up and evaluate Ethernet, Wi-Fi (802.11n/ac/ax) LANs, ad-hoc, and LTE networks. The concluding chapters discuss LTE advanced topics such as capacity planning, site surveys, radio resources, mobility management, and interference handling. By the end of this simulation book, you’ll be able to use ns-3 to implement, analyze, debug, and evaluate the performance of wired or wireless networks, as well as setting up custom test scenarios.

842
Ebook

Advanced Node.js Development. Master Node.js by building real-world applications

Andrew Mead

Advanced Node.js Development is a practical, project-based book that provides you with all you need to progress as a Node.js developer. Node is a ubiquitous technology on the modern web, and an essential part of any web developer’s toolkit. If you're looking to create real-world Node applications, or you want to switch careers or launch a side-project to generate some extra income, then you're in the right place. This book was written around a single goal: turning you into a professional Node developer capable of developing, testing, and deploying real-world production applications.There's no better time to dive in. According to the 2018 Stack Overflow Survey, Node is in the top ten for back-end popularity and back-end salary. This book is built from the ground up around the latest version of Node.js (version 9.x.x). You'll be learning all the cutting-edge features available only in the latest software versions.This book delivers advanced skills that you need to become a professional Node developer. Along this journey you'll create your own API, you'll build a full real-time web app and create projects that apply the latest Async and Await technologies. Andrew Mead maps everything out for you in this book so that you can learn how to build powerful Node.js projects in a comprehensive, easy-to-follow package designed to get you up and running quickly.

843
Ebook

Advanced Oracle PL/SQL Developer's Guide. Master the advanced concepts of PL/SQL for professional-level certification and learn the new capabilities of Oracle Database 12c - Second Edition

Saurabh K. Gupta

Oracle Database is one of the most popular databases and allows users to make efficient use of their resources and to enhance service levels while reducing the IT costs incurred. Oracle Database is sometimes compared with Microsoft SQL Server, however, Oracle Database clearly supersedes SQL server in terms of high availability and addressing planned and unplanned downtime. Oracle PL/SQL provides a rich platform for application developers to code and build scalable database applications and introduces multiple new features and enhancements to improve development experience. Advanced Oracle PL/SQL Developer's Guide, Second Edition is a handy technical reference for seasoned professionals in the database development space. This book starts with a refresher of fundamental concepts of PL/SQL, such as anonymous block, subprograms, and exceptions, and prepares you for the upcoming advanced concepts. The next chapter introduces you to the new features of Oracle Database 12c, not limited to PL/SQL. In this chapter, you will understand some of the most talked about features such as Multitenant and Database In-Memory. Moving forward, each chapter introduces advanced concepts with the help of demonstrations, and provides you with the latest update from Oracle Database 12c context. This helps you to visualize the pre- and post-applications of a feature over the database releases. By the end of this book, you will have become an expert in PL/SQL programming and will be able to implement advanced concepts of PL/SQL for efficient management of Oracle Database.

844
Ebook

Advanced Penetration Testing for Highly-Secured Environments. Employ the most advanced pentesting techniques and tools to build highly-secured systems and environments - Second Edition

Lee Allen, Kevin Cardwell

The defences continue to improve and become more and more common, but this book will provide you with a number or proven techniques to defeat the latest defences on the networks. The methods and techniques contained will provide you with a powerful arsenal of best practices to increase your penetration testing successes.The processes and methodology will provide you techniques that will enable you to be successful, and the step by step instructions of information gathering and intelligence will allow you to gather the required information on the targets you are testing. The exploitation and post-exploitation sections will supply you with the tools you would need to go as far as the scope of work will allow you. The challenges at the end of each chapter are designed to challenge you and provide real-world situations that will hone and perfect your penetration testing skills. You will start with a review of several well respected penetration testing methodologies, and following this you will learn a step-by-step methodology of professional security testing, including stealth, methods of evasion, and obfuscation to perform your tests and not be detected!The final challenge will allow you to create your own complex layered architecture with defences and protections in place, and provide the ultimate testing range for you to practice the methods shown throughout the book. The challenge is as close to an actual penetration test assignment as you can get!

845
Ebook

Advanced Penetration Testing for Highly-Secured Environments: The Ultimate Security Guide. Learn to perform professional penetration testing for highly-secured environments with this intensive hands-on guide with this book and

Lee Allen

The internet security field has grown by leaps and bounds over the last decade. Everyday more people around the globe gain access to the internet and not all of them with good intentions. The need for penetration testers has grown now that the security industryhas had time to mature. Simply running a vulnerability scanner is a thing of the past and is no longer an effective method of determining a business's true security posture. Learn effective penetration testing skills so that you can effectively meet and manage the rapidly changing security needs of your company. Advanced Penetration Testing for Highly-Secured Environments will teach you how to efficiently and effectively ensure the security posture of environments that have been secured using IDS/IPS, firewalls, network segmentation, hardened system configurations and more. The stages of a penetration test are clearly defined and addressed using step-by-step instructions that you can follow on your own virtual lab.The book follows the standard penetration testing stages from start to finish with step-by-step examples. The book thoroughly covers penetration test expectations, proper scoping and planning, as well as enumeration and footprinting. You'll learn how to clean up and compile proof of concept, exploit code from the web, advanced web application testing techniques, client side attacks, post exploitation strategies, detection avoidance methods, generation of well defined reports and metrics, and setting up a penetration testing virtual lab that mimics a secured environment. The book closes by issuing a challenge to your skills and ability to perform a full penetration test against a fictional corporation; followed by a detailed walk through of the solution.Advanced Penetration Testing for Highly-Secured Environments is packed with detailed examples that reinforce enumeration, exploitation, post-exploitation, reporting skills and more.

846
Ebook

Advanced Python Programming. Accelerate your Python programs using proven techniques and design patterns - Second Edition

Python's powerful capabilities for implementing robust and efficient programs make it one of the most sought-after programming languages.In this book, you'll explore the tools that allow you to improve performance and take your Python programs to the next level.This book starts by examining the built-in as well as external libraries that streamline tasks in the development cycle, such as benchmarking, profiling, and optimizing. You'll then get to grips with using specialized tools such as dedicated libraries and compilers to increase your performance at number-crunching tasks, including training machine learning models.The book covers concurrency, a major solution to making programs more efficient and scalable, and various concurrent programming techniques such as multithreading, multiprocessing, and asynchronous programming.You'll also understand the common problems that cause undesirable behavior in concurrent programs.Finally, you'll work with a wide range of design patterns, including creational, structural, and behavioral patterns that enable you to tackle complex design and architecture challenges, making your programs more robust and maintainable.By the end of the book, you'll be exposed to a wide range of advanced functionalities in Python and be equipped with the practical knowledge needed to apply them to your use cases.

847
Ebook

Advanced Python Programming. Build high performance, concurrent, and multi-threaded apps with Python using proven design patterns

Dr. Gabriele Lanaro, Quan Nguyen, Sakis Kasampalis

This Learning Path shows you how to leverage the power of both native and third-party Python libraries for building robust and responsive applications. You will learn about profilers and reactive programming, concurrency and parallelism, as well as tools for making your apps quick and efficient. You will discover how to write code for parallel architectures using TensorFlow and Theano, and use a cluster of computers for large-scale computations using technologies such as Dask and PySpark. With the knowledge of how Python design patterns work, you will be able to clone objects, secure interfaces, dynamically choose algorithms, and accomplish much more in high performance computing.By the end of this Learning Path, you will have the skills and confidence to build engaging models that quickly offer efficient solutions to your problems.This Learning Path includes content from the following Packt products:• Python High Performance - Second Edition by Gabriele Lanaro• Mastering Concurrency in Python by Quan Nguyen• Mastering Python Design Patterns by Sakis Kasampalis

848
Ebook

Advanced Serverless Architectures with Microsoft Azure. Design complex serverless systems quickly with the scalability and benefits of Azure

Daniel Bass

Advanced Serverless Architectures with Microsoft Azure redefines your experience of designing serverless systems. It shows you how to tackle challenges of varying levels, not just the straightforward ones. You'll be learning how to deliver features quickly by building systems, which retain the scalability and benefits of serverless.You'll begin your journey by learning how to build a simple, completely serverless application. Then, you'll build a highly scalable solution using a queue, load messages onto the queue, and read them asynchronously. To boost your knowledge further, the book also features durable functions and ways to use them to solve errors in a complex system. You'll then learn about security by building a security solution from serverless components. Next, you’ll gain an understanding of observability and ways to leverage application insights to bring you performance benefits. As you approach the concluding chapters, you’ll explore chaos engineering and the benefits of resilience, by actively switching off a few of the functions within a complex system, submitting a request, and observing the resulting behavior. By the end of this book, you will have developed the skills you need to build and maintain increasingly complex systems that match evolving platform requirements.

849
Ebook

Advanced Splunk. Click here to enter text

Ashish Kumar Tulsiram Yadav

Master the power of Splunk and learn the advanced strategies to get the most out of your machine data with this practical advanced guide. Make sense of the hidden data of your organization – the insight of your servers, devices, logs, traffic and clouds. Advanced Splunk shows you how.Dive deep into Splunk to find the most efficient solution to your data problems. Create the robust Splunk solutions you need to make informed decisions in big data machine analytics. From visualizations to enterprise integration, this well-organized high level guide has everything you need for Splunk mastery.Start with a complete overview of all the new features and advantages of the latest version of Splunk and the Splunk Environment. Go hands on with uploading data, search commands for basic and advanced analytics, advanced visualization techniques, and dashboard customizing. Discover how to tweak Splunk to your needs, and get a complete on Enterprise Integration of Splunk with various analytics and visualization tools. Finally, discover how to set up and use all the new features of the latest version of Splunk.

850
Ebook

Advanced TypeScript 3 Programming Projects. Build 9 different apps with TypeScript 3 and JavaScript frameworks such as Angular, React, and Vue

Peter O'Hanlon

With the demand for ever more complex websites, the need to write robust, standard-compliant JavaScript has never been greater. TypeScript is modern JavaScript with the support of a first-class type system, which makes it simpler to write complex web systems. With this book, you’ll explore core concepts and learn by building a series of websites and TypeScript apps.You’ll start with an introduction to TypeScript features that are often overlooked in other books, before moving on to creating a simple markdown parser. You’ll then explore React and get up to speed with creating a client-side contacts manager. Next, the book will help you discover the Angular framework and use the MEAN stack to create a photo gallery. Later sections will assist you in creating a GraphQL Angular Todo app and then writing a Socket.IO chatroom. The book will also lead you through developing your final Angular project which is a mapping app. As you progress, you’ll gain insights into React with Docker and microservices. You’ll even focus on how to build an image classification program with machine learning using TensorFlow. Finally, you’ll learn to combine TypeScript and C# to create an ASP.NET Core-based music library app.By the end of this book, you’ll be able to confidently use TypeScript 3.0 and different JavaScript frameworks to build high-quality apps.

851
Ebook
852
Ebook

Advances in biomedical engineering

Jolanta Pauk, Agnieszka Dardzińska-Głębocka, Piotr Mrozek, Zbigniew Oksiuta

Over the thirty years, as the discipline of biomedical engineering has evolved at the Bialystok University of Technology, it has become clear that it is a youthful and developing interdisciplinary field. Biomedical engineers provide innovative technological solutions for the medical industry by designing prosthetic limbs and artificial organs, the material that is used to manufacture them, and the software that's used for medical equipment. Although it is not possible to cover all of the biomedical engineering domains in this book, we have made an effort to focus on most of the major fields of activity in which scientists at Bialystok University Technology are engaged. The chapters throughout the book feature current research and developments in, for example, biomechanics, mechanobiology, design of medical structures, technical rehabilitation measures, modern engineering materials and their production, biomedical signal processing, acquisition and exploration of information from medical databases, and medical 3D printing. This book is dedicated to students of biomedical engineering and high school students interested in studying the interdisciplinary course of Biomedical Engineering. Our aim is to help young people understand the nature of biomedical engineering, which links engineering techniques with biological sciences and medicine to improve the quality of human health and well-being.

853
Ebook

Adventure

Jack London

“Adventure” is a book by Jack London, an American novelist. A pioneer of commercial fiction and an innovator in the genre that would later become known as science fiction.   The novel explores the themes of domination of one people over the others, the differences between races, emancipation of women, and the strength of the human spirit, strengthened in a struggle with the nature and society.  

854
Ebook

Adventure

Jack London

The novel Adventure in an acute, exciting form tells about the life of American and European settlers on the tropical islands of the Pacific Ocean. The main characters are no less pathos than villains who are so colorful in their villainy that they set their teeth together. Jack London, in the preface, writes that this book came out of the movie script. And truly, it is full of adventure, changing locations, colorful descriptions of snow-white beaches.

855
Ebook

Adventures of Buffalo Bill. From Boyhood to Manhood

Prentiss Ingraham

Adventures of Buffalo Bill from Boyhood to Manhood is one of the masterpieces by Colonel Prentiss Ingraham, who was a prolific American author of dime fiction. Deeds of daring, thrilling peril and romantic incidents in the early life of W.F. Cody, the Monarch of Bordermen. It is a depiction of life and the ups and downs that are major influencing factors. The novel honestly portrays how fate plays with mankind and the turmoil that follow them. Thought-provoking! The author of The Masked Spy and over twenty Buffalo Bill titles, Ingraham plausibly claimed in 1900 to have written over 600 novels. Known as the King of Dime Novels, Prentiss Ingraham is an author who will be forever remembered for the image he created of the American West.

856
Ebook

Adventures of Huckleberry Finn

Mark Twain

The Adventures of Huckleberry Finn is about a young boy, Huck, in search of freedom and adventure. He meets a run away slave named Jim and the two undertake a series of adventures based on the Picaresque novel by Mark Twain. As the story progresses the duo exploit an array of episodic enterprises, while Huckleberry slowly changes his views of bigotry. Along the way, Huck and Jim meet the King and Duke, who ultimately send the protagonists towards a different route on their journey. As Huck begins to have a change of heart, he gradually begins to distinguish between right and wrong, and conclusively, Huck is faced with the moral dilemma between the worlds prejudice, of which hes grown up with, and the lessons Jim has taught him throughout the story about the evils of racism. The complexity of his character is enhanced by his ability to relate so easily with nature and the river.

857
Ebook

Adversarial AI Attacks, Mitigations, and Defense Strategies. A cybersecurity professional's guide to AI attacks, threat modeling, and securing AI with MLSecOps

John Sotiropoulos

Adversarial attacks trick AI systems with malicious data, creating new security risks by exploiting how AI learns. This challenges cybersecurity as it forces us to defend against a whole new kind of threat. This book demystifies adversarial attacks and equips cybersecurity professionals with the skills to secure AI technologies, moving beyond research hype or business-as-usual strategies.The strategy-based book is a comprehensive guide to AI security, presenting a structured approach with practical examples to identify and counter adversarial attacks. This book goes beyond a random selection of threats and consolidates recent research and industry standards, incorporating taxonomies from MITRE, NIST, and OWASP. Next, a dedicated section introduces a secure-by-design AI strategy with threat modeling to demonstrate risk-based defenses and strategies, focusing on integrating MLSecOps and LLMOps into security systems. To gain deeper insights, you’ll cover examples of incorporating CI, MLOps, and security controls, including open-access LLMs and ML SBOMs. Based on the classic NIST pillars, the book provides a blueprint for maturing enterprise AI security, discussing the role of AI security in safety and ethics as part of Trustworthy AI.By the end of this book, you’ll be able to develop, deploy, and secure AI systems effectively.

858
Ebook

Adversarial Tradecraft in Cybersecurity. Offense versus defense in real-time computer conflict

Dan Borges

Little has been written about what to do when live hackers are on your system and running amok. Even experienced hackers tend to choke up when they realize the network defender has caught them and is zoning in on their implants in real time. This book will provide tips and tricks all along the kill chain of an attack, showing where hackers can have the upper hand in a live conflict and how defenders can outsmart them in this adversarial game of computer cat and mouse.This book contains two subsections in each chapter, specifically focusing on the offensive and defensive teams. It begins by introducing you to adversarial operations and principles of computer conflict where you will explore the core principles of deception, humanity, economy, and more about human-on-human conflicts. Additionally, you will understand everything from planning to setting up infrastructure and tooling that both sides should have in place.Throughout this book, you will learn how to gain an advantage over opponents by disappearing from what they can detect. You will further understand how to blend in, uncover other actors’ motivations and means, and learn to tamper with them to hinder their ability to detect your presence. Finally, you will learn how to gain an advantage through advanced research and thoughtfully concluding an operation.By the end of this book, you will have achieved a solid understanding of cyberattacks from both an attacker’s and a defender’s perspective.

859
Ebook
860
Ebook

Advice Limited

E. Phillips Oppenheim

The long boat train which had only a few minutes before started from Dover Pier Station on its way to Victoria came to an unexpected halt alongside the almost deserted platform of the Town Station. Habitual travellers, who knew the irregularity of such a proceeding, let down the windows and leaned out from their places. There was little to be seen, however, and nothing to be learnt from the various attendants. About a dozen station officials and a few other men who looked like officials in mufti were forming a sort of a ring around one of the vans in the rear of the train from which a number of heavy, iron clamped cases were being unloaded. The proceedings were entirely unusual. Curious questions and comments flashed backwards and forwards amongst the passengers. The train attendants, however, knew nothing of what was transpiring.

861
Ebook

Adwent. Komentarze duchowe na każdy dzień

ks. Jarosław Piłat

Adwent to czas nowego początku, dla wielu ulubiony. Może w tym trudnym czasie, gdy za oknem jest prawie ciągle ciemno i na nowo jesteśmy szachowani przez pandemię koronawirusa, przyniesie nam chwilę ulgi, poczucia bezpieczeństwa i radości. Adwent to czas na wskroś ludzki, czas doświadczania człowieczej kruchości: trudno wstać na roraty, realizacja postanowień nie wychodzi, czynienie dobrych uczynków przegrywa z egoizmem, a na dodatek po prostu brak sił, by wszystko przygotować na nadchodzące Święta. To właśnie w tej scenerii dokonuje się nowy początek. Dobre przygotowanie do przyjęcia udzielającego się człowiekowi Boga, są możliwe tylko dzięki współpracy z wspomagającą nas w każdej chwili Jego łaską. Książka ks. Jarosława Piłata Adwent. Komentarze duchowe na każdy dzień może pomóc w zrozumieniu działania Boga, aby przez to bardziej się na Niego otworzyć.

862
Ebook

Adwent w wielkim mieście

Ks. Radosław Rychlik

Jak dzisiaj, we współczesnym świecie, dobrze przeżyć Adwent? Jak prostować swe życiowe drogi, skoro myślimy tylko o pracy, planie wynikowym, kolejnej podróży, zakupach? Odpowiedź daje ks. Radosław Rychlik w swych rozważaniach adwentowych, ukazując głos Proroka wołający na pustyni zatłoczonych ulic, centrów handlowych i otwartych przestrzeni szklanych biurowców.

863
Ebook

Adwokaci. Zraniony zapał

Artur Nowak

Odkryj tajemnice profesji tak starej jak konflikt i zbrodnia. Adwokaci to fascynująca podróż po arkanach tej starej jak konflikt i zbrodnia profesji. Otwierając drzwi gabinetów mecenasów, poznajemy odartą z blichtru i mitów rzeczywistość. Mamy okazję poczuć krańcowe emocje sądowych batalii, w których stawką bywa wolność albo bankructwo, a sednem ludzki dramat. Jak sprostać kryzysowi, z którym zazwyczaj przychodzi do adwokata klient? Czasem pierwsze decyzje okazują się kluczowe. Trzeba wytrzymać ciśnienie, a jednocześnie mieć odwagę i pewność obranej strategii, bo na rachuby po prostu brakuje czasu. Jakich potrzeba predyspozycji, by unieść ten ciężar? Oto pytania, które autor postawił dziesiątkom tytułowych bohaterów tej książki. Jedno jest pewne: to praca nieznosząca spokoju, a emocje, które jej towarzyszą, z czasem tylko rosną. Na szczęście emocje te tonują autoironia i poczucie humoru, zarówno autora, jak i jego rozmówców. Artur Nowak drąży temat pracy adwokatów naprawdę głęboko. Z książki dowiemy się również, jak zmieniał się ten zawód, ile w nim można zarobić pieniędzy, ale też stracić rzeczy niewymiernych, jaką drogę musi przejść absolwent prawa, zanim zostanie adwokatem, co się dzieje z jego zapałem po latach praktyki, jakie refleksje towarzyszą naszym bohaterom na różnych etapach kariery i co mówią na ich temat sędziowie, prokuratorzy, wreszcie klienci.

864
Ebook

Adwokat - opowiadanie erotyczne

Camille Bech

Jason Viliant jest młodym, zdolnym adwokatem i współwłaścicielem renomowanej kancelarii. Wydawałoby się, że ma wszystko: piękną żonę, pieniądze, imponujący apartament i znakomitą pozycję w świecie prawniczym. Ale w pozbawionym miłości małżeństwie czuje się jak w potrzasku. Jego apetyt na kobiety jest niezaspokojony, bo wszędzie szuka tej jedynej, która w końcu wypełni pustkę w jego życiu. Tymczasem życie Jasmin Delgardo wali się jak domek z kart. Młoda Meksykanka siedzi w więzieniu, oskarżona o zamordowanie byłego chłopaka. Jedyną jej nadzieją jest fakt, że trafił jej się znakomity adwokat.