Hands-On Linux for Architects

Download Hands-On Linux for Architects PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1789532299
Total Pages : 366 pages
Book Rating : 4.7/5 (895 download)

DOWNLOAD NOW!


Book Synopsis Hands-On Linux for Architects by : Denis Salamanca

Download or read book Hands-On Linux for Architects written by Denis Salamanca and published by Packt Publishing Ltd. This book was released on 2019-04-30 with total page 366 pages. Available in PDF, EPUB and Kindle. Book excerpt: Explore practical use cases to learn everything from Linux components, and functionalities, through to hardware and software support Key FeaturesGain a clear understanding of how to design a Linux environmentLearn more about the architecture of the modern Linux operating system(OS)Understand infrastructure needs and design a high-performing computing environmentBook Description It is very important to understand the flexibility of an infrastructure when designing an efficient environment. In this book, you will cover everything from Linux components and functionalities through to hardware and software support, which will help you to implement and tune effective Linux-based solutions. This book gets started with an overview of Linux design methodology. Next, you will focus on the core concepts of designing a solution. As you progress, you will gain insights into the kinds of decisions you need to make when deploying a high-performance solution using Gluster File System (GlusterFS). In the next set of chapters, the book will guide you through the technique of using Kubernetes as an orchestrator for deploying and managing containerized applications. In addition to this, you will learn how to apply and configure Kubernetes for your NGINX application. You’ll then learn how to implement an ELK stack, which is composed of Elasticsearch, Logstash, and Kibana. In the concluding chapters, you will focus on installing and configuring a Saltstack solution to manage different Linux distributions, and explore a variety of design best practices. By the end of this book, you will be well-versed with designing a high-performing computing environment for complex applications to run on. By the end of the book, you will have delved inside the most detailed technical conditions of designing a solution, and you will have also dissected every aspect in detail in order to implement and tune open source Linux-based solutions What you will learnStudy the basics of infrastructure design and the steps involvedExpand your current design portfolio with Linux-based solutionsDiscover open source software-based solutions to optimize your architectureUnderstand the role of high availability and fault tolerance in a resilient designIdentify the role of containers and how they improve your continuous integration and continuous deployment pipelinesGain insights into optimizing and making resilient and highly available designs by applying industry best practicesWho this book is for This intermediate-level book is for Linux system administrators, Linux support engineers, DevOps engineers, Linux consultants or any open source technology professional looking to learn or expand their knowledge in architecting, designing and implementing solutions based on Linux and open source software. Prior experience in Linux is required.

Professional Linux Kernel Architecture

Download Professional Linux Kernel Architecture PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1118079914
Total Pages : 1308 pages
Book Rating : 4.1/5 (18 download)

DOWNLOAD NOW!


Book Synopsis Professional Linux Kernel Architecture by : Wolfgang Mauerer

Download or read book Professional Linux Kernel Architecture written by Wolfgang Mauerer and published by John Wiley & Sons. This book was released on 2010-03-11 with total page 1308 pages. Available in PDF, EPUB and Kindle. Book excerpt: Find an introduction to the architecture, concepts and algorithms of the Linux kernel in Professional Linux Kernel Architecture, a guide to the kernel sources and large number of connections among subsystems. Find an introduction to the relevant structures and functions exported by the kernel to userland, understand the theoretical and conceptual aspects of the Linux kernel and Unix derivatives, and gain a deeper understanding of the kernel. Learn how to reduce the vast amount of information contained in the kernel sources and obtain the skills necessary to understand the kernel sources.

Hands-On Software Architecture with Golang

Download Hands-On Software Architecture with Golang PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1788625102
Total Pages : 716 pages
Book Rating : 4.7/5 (886 download)

DOWNLOAD NOW!


Book Synopsis Hands-On Software Architecture with Golang by : Jyotiswarup Raiturkar

Download or read book Hands-On Software Architecture with Golang written by Jyotiswarup Raiturkar and published by Packt Publishing Ltd. This book was released on 2018-12-07 with total page 716 pages. Available in PDF, EPUB and Kindle. Book excerpt: Understand the principles of software architecture with coverage on SOA, distributed and messaging systems, and database modeling Key FeaturesGain knowledge of architectural approaches on SOA and microservices for architectural decisionsExplore different architectural patterns for building distributed applicationsMigrate applications written in Java or Python to the Go languageBook Description Building software requires careful planning and architectural considerations; Golang was developed with a fresh perspective on building next-generation applications on the cloud with distributed and concurrent computing concerns. Hands-On Software Architecture with Golang starts with a brief introduction to architectural elements, Go, and a case study to demonstrate architectural principles. You'll then move on to look at code-level aspects such as modularity, class design, and constructs specific to Golang and implementation of design patterns. As you make your way through the chapters, you'll explore the core objectives of architecture such as effectively managing complexity, scalability, and reliability of software systems. You'll also work through creating distributed systems and their communication before moving on to modeling and scaling of data. In the concluding chapters, you'll learn to deploy architectures and plan the migration of applications from other languages. By the end of this book, you will have gained insight into various design and architectural patterns, which will enable you to create robust, scalable architecture using Golang. What you will learnUnderstand architectural paradigms and deep dive into MicroservicesDesign parallelism/concurrency patterns and learn object-oriented design patterns in GoExplore API-driven systems architecture with introduction to REST and GraphQL standardsBuild event-driven architectures and make your architectures anti-fragileEngineer scalability and learn how to migrate to Go from other languagesGet to grips with deployment considerations with CICD pipeline, cloud deployments, and so onBuild an end-to-end e-commerce (travel) application backend in GoWho this book is for Hands-On Software Architecture with Golang is for software developers, architects, and CTOs looking to use Go in their software architecture to build enterprise-grade applications. Programming knowledge of Golang is assumed.

Hands-On System Programming with Linux

Download Hands-On System Programming with Linux PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1788996747
Total Pages : 794 pages
Book Rating : 4.7/5 (889 download)

DOWNLOAD NOW!


Book Synopsis Hands-On System Programming with Linux by : Kaiwan N Billimoria

Download or read book Hands-On System Programming with Linux written by Kaiwan N Billimoria and published by Packt Publishing Ltd. This book was released on 2018-10-31 with total page 794 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get up and running with system programming concepts in Linux Key FeaturesAcquire insight on Linux system architecture and its programming interfacesGet to grips with core concepts such as process management, signalling and pthreadsPacked with industry best practices and dozens of code examplesBook Description The Linux OS and its embedded and server applications are critical components of today’s software infrastructure in a decentralized, networked universe. The industry's demand for proficient Linux developers is only rising with time. Hands-On System Programming with Linux gives you a solid theoretical base and practical industry-relevant descriptions, and covers the Linux system programming domain. It delves into the art and science of Linux application programming— system architecture, process memory and management, signaling, timers, pthreads, and file IO. This book goes beyond the use API X to do Y approach; it explains the concepts and theories required to understand programming interfaces and design decisions, the tradeoffs made by experienced developers when using them, and the rationale behind them. Troubleshooting tips and techniques are included in the concluding chapter. By the end of this book, you will have gained essential conceptual design knowledge and hands-on experience working with Linux system programming interfaces. What you will learnExplore the theoretical underpinnings of Linux system architectureUnderstand why modern OSes use virtual memory and dynamic memory APIsGet to grips with dynamic memory issues and effectively debug themLearn key concepts and powerful system APIs related to process managementEffectively perform file IO and use signaling and timersDeeply understand multithreading concepts, pthreads APIs, synchronization and schedulingWho this book is for Hands-On System Programming with Linux is for Linux system engineers, programmers, or anyone who wants to go beyond using an API set to understanding the theoretical underpinnings and concepts behind powerful Linux system programming APIs. To get the most out of this book, you should be familiar with Linux at the user-level logging in, using shell via the command line interface, the ability to use tools such as find, grep, and sort. Working knowledge of the C programming language is required. No prior experience with Linux systems programming is assumed.

Mastering Linux Device Driver Development

Download Mastering Linux Device Driver Development PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1789342201
Total Pages : 647 pages
Book Rating : 4.7/5 (893 download)

DOWNLOAD NOW!


Book Synopsis Mastering Linux Device Driver Development by : John Madieu

Download or read book Mastering Linux Device Driver Development written by John Madieu and published by Packt Publishing Ltd. This book was released on 2021-01-08 with total page 647 pages. Available in PDF, EPUB and Kindle. Book excerpt: Master the art of developing customized device drivers for your embedded Linux systems Key FeaturesStay up to date with the Linux PCI, ASoC, and V4L2 subsystems and write device drivers for themGet to grips with the Linux kernel power management infrastructureAdopt a practical approach to customizing your Linux environment using best practicesBook Description Linux is one of the fastest-growing operating systems around the world, and in the last few years, the Linux kernel has evolved significantly to support a wide variety of embedded devices with its improved subsystems and a range of new features. With this book, you'll find out how you can enhance your skills to write custom device drivers for your Linux operating system. Mastering Linux Device Driver Development provides complete coverage of kernel topics, including video and audio frameworks, that usually go unaddressed. You'll work with some of the most complex and impactful Linux kernel frameworks, such as PCI, ALSA for SoC, and Video4Linux2, and discover expert tips and best practices along the way. In addition to this, you'll understand how to make the most of frameworks such as NVMEM and Watchdog. Once you've got to grips with Linux kernel helpers, you'll advance to working with special device types such as Multi-Function Devices (MFD) followed by video and audio device drivers. By the end of this book, you'll be able to write feature-rich device drivers and integrate them with some of the most complex Linux kernel frameworks, including V4L2 and ALSA for SoC. What you will learnExplore and adopt Linux kernel helpers for locking, work deferral, and interrupt managementUnderstand the Regmap subsystem to manage memory accesses and work with the IRQ subsystemGet to grips with the PCI subsystem and write reliable drivers for PCI devicesWrite full multimedia device drivers using ALSA SoC and the V4L2 frameworkBuild power-aware device drivers using the kernel power management frameworkFind out how to get the most out of miscellaneous kernel subsystems such as NVMEM and WatchdogWho this book is for This book is for embedded developers, Linux system engineers, and system programmers who want to explore Linux kernel frameworks and subsystems. C programming skills and a basic understanding of driver development are necessary to get started with this book.

Mastering KVM Virtualization

Download Mastering KVM Virtualization PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1838822976
Total Pages : 687 pages
Book Rating : 4.8/5 (388 download)

DOWNLOAD NOW!


Book Synopsis Mastering KVM Virtualization by : Vedran Dakic

Download or read book Mastering KVM Virtualization written by Vedran Dakic and published by Packt Publishing Ltd. This book was released on 2020-10-23 with total page 687 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to configure, automate, orchestrate, troubleshoot, and monitor KVM-based environments capable of scaling to private and hybrid cloud models Key FeaturesGain expert insights into Linux virtualization and the KVM ecosystem with this comprehensive guideLearn to use various Linux tools such as QEMU, oVirt, libvirt, Cloud-Init, and Cloudbase-InitScale, monitor, and troubleshoot your VMs on various platforms, including OpenStack and AWSBook Description Kernel-based Virtual Machine (KVM) enables you to virtualize your data center by transforming your Linux operating system into a powerful hypervisor that allows you to manage multiple operating systems with minimal fuss. With this book, you'll gain insights into configuring, troubleshooting, and fixing bugs in KVM virtualization and related software. This second edition of Mastering KVM Virtualization is updated to cover the latest developments in the core KVM components - libvirt and QEMU. Starting with the basics of Linux virtualization, you'll explore VM lifecycle management and migration techniques. You'll then learn how to use SPICE and VNC protocols while creating VMs and discover best practices for using snapshots. As you progress, you'll integrate third-party tools with Ansible for automation and orchestration. You'll also learn to scale out and monitor your environments, and will cover oVirt, OpenStack, Eucalyptus, AWS, and ELK stack. Throughout the book, you'll find out more about tools such as Cloud-Init and Cloudbase-Init. Finally, you'll be taken through the performance tuning and troubleshooting guidelines for KVM-based virtual machines and a hypervisor. By the end of this book, you'll be well-versed with KVM virtualization and the tools and technologies needed to build and manage diverse virtualization environments. What you will learnImplement KVM virtualization using libvirt and oVirtDelve into KVM storage and networkUnderstand snapshots, templates, and live migration featuresGet to grips with managing, scaling, and optimizing the KVM ecosystemDiscover how to tune and optimize KVM virtualization hostsAdopt best practices for KVM platform troubleshootingWho this book is for If you are a systems administrator, DevOps practitioner, or developer with Linux experience looking to sharpen your open-source virtualization skills, this virtualization book is for you. Prior understanding of the Linux command line and virtualization is required before getting started with this book.

Embedded Linux System Design and Development

Download Embedded Linux System Design and Development PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 1420031619
Total Pages : 432 pages
Book Rating : 4.4/5 (2 download)

DOWNLOAD NOW!


Book Synopsis Embedded Linux System Design and Development by : P. Raghavan

Download or read book Embedded Linux System Design and Development written by P. Raghavan and published by CRC Press. This book was released on 2005-12-21 with total page 432 pages. Available in PDF, EPUB and Kindle. Book excerpt: Based upon the authors' experience in designing and deploying an embedded Linux system with a variety of applications, Embedded Linux System Design and Development contains a full embedded Linux system development roadmap for systems architects and software programmers. Explaining the issues that arise out of the use of Linux in embedded systems, the book facilitates movement to embedded Linux from traditional real-time operating systems, and describes the system design model containing embedded Linux. This book delivers practical solutions for writing, debugging, and profiling applications and drivers in embedded Linux, and for understanding Linux BSP architecture. It enables you to understand: various drivers such as serial, I2C and USB gadgets; uClinux architecture and its programming model; and the embedded Linux graphics subsystem. The text also promotes learning of methods to reduce system boot time, optimize memory and storage, and find memory leaks and corruption in applications. This volume benefits IT managers in planning to choose an embedded Linux distribution and in creating a roadmap for OS transition. It also describes the application of the Linux licensing model in commercial products.

The Software Architect Elevator

Download The Software Architect Elevator PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1492077496
Total Pages : 282 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis The Software Architect Elevator by : Gregor Hohpe

Download or read book The Software Architect Elevator written by Gregor Hohpe and published by "O'Reilly Media, Inc.". This book was released on 2020-04-08 with total page 282 pages. Available in PDF, EPUB and Kindle. Book excerpt: As the digital economy changes the rules of the game for enterprises, the role of software and IT architects is also transforming. Rather than focus on technical decisions alone, architects and senior technologists need to combine organizational and technical knowledge to effect change in their company’s structure and processes. To accomplish that, they need to connect the IT engine room to the penthouse, where the business strategy is defined. In this guide, author Gregor Hohpe shares real-world advice and hard-learned lessons from actual IT transformations. His anecdotes help architects, senior developers, and other IT professionals prepare for a more complex but rewarding role in the enterprise. This book is ideal for: Software architects and senior developers looking to shape the company’s technology direction or assist in an organizational transformation Enterprise architects and senior technologists searching for practical advice on how to navigate technical and organizational topics CTOs and senior technical architects who are devising an IT strategy that impacts the way the organization works IT managers who want to learn what’s worked and what hasn’t in large-scale transformation

Hands-On Linux Administration on Azure

Download Hands-On Linux Administration on Azure PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1839219548
Total Pages : 508 pages
Book Rating : 4.8/5 (392 download)

DOWNLOAD NOW!


Book Synopsis Hands-On Linux Administration on Azure by : Kamesh Ganesan

Download or read book Hands-On Linux Administration on Azure written by Kamesh Ganesan and published by Packt Publishing Ltd. This book was released on 2020-02-20 with total page 508 pages. Available in PDF, EPUB and Kindle. Book excerpt: Develop a solid understanding of cloud computing, Linux virtual machine, container virtualization, and other fundamental concepts to create and manage your Linux workload in Azure Key FeaturesDeploy and manage virtual machines in the Azure environmentExplore open source tools to integrate automation and orchestrationImplement Linux features to create and manage containersBook Description Thanks to its flexibility in delivering scalable cloud solutions, Microsoft Azure is a suitable platform for managing all your workloads. You can use it to implement Linux virtual machines and containers, and to create applications in open source languages with open APIs. This Linux administration book first takes you through the fundamentals of Linux and Azure to prepare you for the more advanced Linux features in later chapters. With the help of real-world examples, you’ll learn how to deploy virtual machines (VMs) in Azure, expand their capabilities, and manage them efficiently. You will manage containers and use them to run applications reliably, and in the concluding chapter, you'll explore troubleshooting techniques using a variety of open source tools. By the end of this book, you'll be proficient in administering Linux on Azure and leveraging the tools required for deployment. What you will learnGrasp the fundamentals of virtualization and cloud computingUnderstand file hierarchy and mount new filesystemsMaintain the life cycle of your application in Azure Kubernetes ServiceManage resources with the Azure CLI and PowerShellManage users, groups, and filesystem permissionsUse Azure Resource Manager to redeploy virtual machinesImplement configuration management to configure a VM correctlyBuild a container using DockerWho this book is for If you are a Linux administrator or a Microsoft professional looking to deploy and manage your workload in Azure, this book is for you. Although not necessary, knowledge of Linux and Azure will assist with understanding core concepts.

Linux Kernel Programming

Download Linux Kernel Programming PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1789955920
Total Pages : 741 pages
Book Rating : 4.7/5 (899 download)

DOWNLOAD NOW!


Book Synopsis Linux Kernel Programming by : Kaiwan N Billimoria

Download or read book Linux Kernel Programming written by Kaiwan N Billimoria and published by Packt Publishing Ltd. This book was released on 2021-03-19 with total page 741 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to write high-quality kernel module code, solve common Linux kernel programming issues, and understand the fundamentals of Linux kernel internals Key Features Discover how to write kernel code using the Loadable Kernel Module framework Explore industry-grade techniques to perform efficient memory allocation and data synchronization within the kernel Understand the essentials of key internals topics such as kernel architecture, memory management, CPU scheduling, and kernel synchronization Book DescriptionLinux Kernel Programming is a comprehensive introduction for those new to Linux kernel and module development. This easy-to-follow guide will have you up and running with writing kernel code in next-to-no time. This book uses the latest 5.4 Long-Term Support (LTS) Linux kernel, which will be maintained from November 2019 through to December 2025. By working with the 5.4 LTS kernel throughout the book, you can be confident that your knowledge will continue to be valid for years to come. You’ll start the journey by learning how to build the kernel from the source. Next, you’ll write your first kernel module using the powerful Loadable Kernel Module (LKM) framework. The following chapters will cover key kernel internals topics including Linux kernel architecture, memory management, and CPU scheduling. During the course of this book, you’ll delve into the fairly complex topic of concurrency within the kernel, understand the issues it can cause, and learn how they can be addressed with various locking technologies (mutexes, spinlocks, atomic, and refcount operators). You’ll also benefit from more advanced material on cache effects, a primer on lock-free techniques within the kernel, deadlock avoidance (with lockdep), and kernel lock debugging techniques. By the end of this kernel book, you’ll have a detailed understanding of the fundamentals of writing Linux kernel module code for real-world projects and products.What you will learn Write high-quality modular kernel code (LKM framework) for 5.x kernels Configure and build a kernel from source Explore the Linux kernel architecture Get to grips with key internals regarding memory management within the kernel Understand and work with various dynamic kernel memory alloc/dealloc APIs Discover key internals aspects regarding CPU scheduling within the kernel Gain an understanding of kernel concurrency issues Find out how to work with key kernel synchronization primitives Who this book is for This book is for Linux programmers beginning to find their way with Linux kernel development. If you’re a Linux kernel and driver developer looking to overcome frequent and common kernel development issues, or understand kernel intervals, you’ll find plenty of useful information. You’ll need a solid foundation of Linux CLI and C programming before you can jump in.

Linux in Action

Download Linux in Action PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638356149
Total Pages : 606 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Linux in Action by : David Clinton

Download or read book Linux in Action written by David Clinton and published by Simon and Schuster. This book was released on 2018-08-19 with total page 606 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Linux in Action is a task-based tutorial that will give you the skills and deep understanding you need to administer a Linux-based system. This hands-on book guides you through 12 real-world projects so you can practice as you learn. Each chapter ends with a review of best practices, new terms, and exercises. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology You can't learn anything without getting your hands dirty including Linux. Skills like securing files, folders, and servers, safely installing patches and applications, and managing a network are required for any serious user, including developers, administrators, and DevOps professionals. With this hands-on tutorial, you'll roll up your sleeves and learn Linux project by project. About the Book Linux in Action guides you through 12 real-world projects, including automating a backup-and-restore system, setting up a private Dropbox-style file cloud, and building your own MediaWiki server. You'll try out interesting examples as you lock in core practices like virtualization, disaster recovery, security, backup, DevOps, and system troubleshooting. Each chapter ends with a review of best practices, new terms, and exercises. What's inside Setting up a safe Linux environment Managing secure remote connectivity Building a system recovery device Patching and upgrading your system About the Reader No prior Linux admin experience is required. About the Author David Clinton is a certified Linux Server Professional, seasoned instructor, and author of Manning's bestselling Learn Amazon Web Services in a Month of Lunches. Table of Contents Welcome to Linux Linux virtualization: Building a Linux working environment Remote connectivity: Safely accessing networked machines Archive management: Backing up or copying entire file systems Automated administration: Configuring automated offsite backups Emergency tools: Building a system recovery device Web servers: Building a MediaWiki server Networked file sharing: Building a Nextcloud file-sharing server Securing your web server Securing network connections: Creating a VPN or DMZ System monitoring: Working with log files Sharing data over a private network Troubleshooting system performance issues Troubleshooting network issues Troubleshooting peripheral devices DevOps tools: Deploying a scripted server environment using Ansible

Software Architecture with C++

Download Software Architecture with C++ PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1789612462
Total Pages : 522 pages
Book Rating : 4.7/5 (896 download)

DOWNLOAD NOW!


Book Synopsis Software Architecture with C++ by : Adrian Ostrowski

Download or read book Software Architecture with C++ written by Adrian Ostrowski and published by Packt Publishing Ltd. This book was released on 2021-04-23 with total page 522 pages. Available in PDF, EPUB and Kindle. Book excerpt: Apply business requirements to IT infrastructure and deliver a high-quality product by understanding architectures such as microservices, DevOps, and cloud-native using modern C++ standards and features Key FeaturesDesign scalable large-scale applications with the C++ programming languageArchitect software solutions in a cloud-based environment with continuous integration and continuous delivery (CI/CD)Achieve architectural goals by leveraging design patterns, language features, and useful toolsBook Description Software architecture refers to the high-level design of complex applications. It is evolving just like the languages we use, but there are architectural concepts and patterns that you can learn to write high-performance apps in a high-level language without sacrificing readability and maintainability. If you're working with modern C++, this practical guide will help you put your knowledge to work and design distributed, large-scale apps. You'll start by getting up to speed with architectural concepts, including established patterns and rising trends, then move on to understanding what software architecture actually is and start exploring its components. Next, you'll discover the design concepts involved in application architecture and the patterns in software development, before going on to learn how to build, package, integrate, and deploy your components. In the concluding chapters, you'll explore different architectural qualities, such as maintainability, reusability, testability, performance, scalability, and security. Finally, you will get an overview of distributed systems, such as service-oriented architecture, microservices, and cloud-native, and understand how to apply them in application development. By the end of this book, you'll be able to build distributed services using modern C++ and associated tools to deliver solutions as per your clients' requirements. What you will learnUnderstand how to apply the principles of software architectureApply design patterns and best practices to meet your architectural goalsWrite elegant, safe, and performant code using the latest C++ featuresBuild applications that are easy to maintain and deployExplore the different architectural approaches and learn to apply them as per your requirementSimplify development and operations using application containersDiscover various techniques to solve common problems in software design and developmentWho this book is for This software architecture C++ programming book is for experienced C++ developers looking to become software architects or develop enterprise-grade applications.

Hands-On Oracle Database 10g Express Edition for Linux

Download Hands-On Oracle Database 10g Express Edition for Linux PDF Online Free

Author :
Publisher : McGraw Hill Professional
ISBN 13 : 9780071491433
Total Pages : 524 pages
Book Rating : 4.4/5 (914 download)

DOWNLOAD NOW!


Book Synopsis Hands-On Oracle Database 10g Express Edition for Linux by : Steve Bobrowski

Download or read book Hands-On Oracle Database 10g Express Edition for Linux written by Steve Bobrowski and published by McGraw Hill Professional. This book was released on 2010-08-17 with total page 524 pages. Available in PDF, EPUB and Kindle. Book excerpt: The fastest way to get up and running on Oracle Database XE Take full advantage of all the powerful features available in Oracle Database 10g Express Edition with help from this easy-to-follow Oracle Press guide. Hands-On Oracle Database 10g Express Edition for Linux shows you, step by step, how to set up, administer, tune, troubleshoot, and secure a robust database system. You will also learn to use PL/SQL and Oracle Application Express to build custom database applications. Get started today with the Oracle database that's free to develop, deploy, and distribute.

Mastering Linux Administration

Download Mastering Linux Administration PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 178995360X
Total Pages : 772 pages
Book Rating : 4.7/5 (899 download)

DOWNLOAD NOW!


Book Synopsis Mastering Linux Administration by : Alexandru Calcatinge

Download or read book Mastering Linux Administration written by Alexandru Calcatinge and published by Packt Publishing Ltd. This book was released on 2021-06-18 with total page 772 pages. Available in PDF, EPUB and Kindle. Book excerpt: Develop advanced skills for working with Linux systems on-premises and in the cloud Key FeaturesBecome proficient in everyday Linux administration tasks by mastering the Linux command line and using automationWork with the Linux filesystem, packages, users, processes, and daemonsDeploy Linux to the cloud with AWS, Azure, and KubernetesBook Description Linux plays a significant role in modern data center management and provides great versatility in deploying and managing your workloads on-premises and in the cloud. This book covers the important topics you need to know about for your everyday Linux administration tasks. The book starts by helping you understand the Linux command line and how to work with files, packages, and filesystems. You'll then begin administering network services and hardening security, and learn about cloud computing, containers, and orchestration. Once you've learned how to work with the command line, you'll explore the essential Linux commands for managing users, processes, and daemons and discover how to secure your Linux environment using application security frameworks and firewall managers. As you advance through the chapters, you'll work with containers, hypervisors, virtual machines, Ansible, and Kubernetes. You'll also learn how to deploy Linux to the cloud using AWS and Azure. By the end of this Linux book, you'll be well-versed with Linux and have mastered everyday administrative tasks using workflows spanning from on-premises to the cloud. If you also find yourself adopting DevOps practices in the process, we'll consider our mission accomplished. What you will learnUnderstand how Linux works and learn basic to advanced Linux administration skillsExplore the most widely used commands for managing the Linux filesystem, network, security, and moreGet to grips with different networking and messaging protocolsFind out how Linux security works and how to configure SELinux, AppArmor, and Linux iptablesWork with virtual machines and containers and understand container orchestration with KubernetesWork with containerized workflows using Docker and KubernetesAutomate your configuration management workloads with AnsibleWho this book is for If you are a Linux administrator who wants to understand the fundamentals and as well as modern concepts of Linux system administration, this book is for you. Windows System Administrators looking to extend their knowledge to the Linux OS will also benefit from this book.

Linux Kernel Architecture

Download Linux Kernel Architecture PDF Online Free

Author :
Publisher :
ISBN 13 : 9781571691675
Total Pages : 600 pages
Book Rating : 4.6/5 (916 download)

DOWNLOAD NOW!


Book Synopsis Linux Kernel Architecture by : Waite Group Press

Download or read book Linux Kernel Architecture written by Waite Group Press and published by . This book was released on 2000-05-01 with total page 600 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Designing Hexagonal Architecture with Java

Download Designing Hexagonal Architecture with Java PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1837630712
Total Pages : 438 pages
Book Rating : 4.8/5 (376 download)

DOWNLOAD NOW!


Book Synopsis Designing Hexagonal Architecture with Java by : Davi Vieira

Download or read book Designing Hexagonal Architecture with Java written by Davi Vieira and published by Packt Publishing Ltd. This book was released on 2023-09-29 with total page 438 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn to build robust, resilient, and highly maintainable cloud-native Java applications with hexagonal architecture and Quarkus Key Features Use hexagonal architecture to increase maintainability and reduce technical debt Learn how to build systems that are easy to change and understand Leverage Quarkus to create modern cloud-native applications Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionWe live in a fast-evolving world with new technologies emerging every day, where enterprises are constantly changing in an unending quest to be more profitable. So, the question arises — how to develop software capable of handling a high level of unpredictability. With this question in mind, this book explores how the hexagonal architecture can help build robust, change-tolerable, maintainable, and cloud-native applications that can meet the needs of enterprises seeking to increase their profits while dealing with uncertainties. This book starts by uncovering the secrets of the hexagonal architecture’s building blocks, such as entities, use cases, ports, and adapters. You’ll learn how to assemble business code in the domain hexagon, create features with ports and use cases in the application hexagon, and make your software compatible with different technologies by employing adapters in the framework hexagon. In this new edition, you’ll learn about the differences between a hexagonal and layered architecture and how to apply SOLID principles while developing a hexagonal system based on a real-world scenario. Finally, you’ll get to grips with using Quarkus to turn your hexagonal application into a cloud-native system. By the end of this book, you’ll be able to develop robust, flexible, and maintainable systems that will stand the test of time.What you will learn Apply SOLID principles to the hexagonal architecture Assemble business rules algorithms using the specified design pattern Combine domain-driven design techniques with hexagonal principles to create powerful domain models Employ adapters to enable system compatibility with various protocols such as REST, gRPC, and WebSocket Create a module and package structure based on hexagonal principles Use Java modules to enforce dependency inversion and ensure software component isolation Implement Quarkus DI to manage the life cycle of input and output ports Who this book is forThis book is for software architects and Java developers looking to improve code maintainability and enhance productivity with an architecture that allows changes in technology without compromising business logic. Intermediate knowledge of the Java programming language and familiarity with Jakarta EE will help you to get the most out of this book.

Learning Modern Linux

Download Learning Modern Linux PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1098108914
Total Pages : 261 pages
Book Rating : 4.0/5 (981 download)

DOWNLOAD NOW!


Book Synopsis Learning Modern Linux by : Michael Hausenblas

Download or read book Learning Modern Linux written by Michael Hausenblas and published by "O'Reilly Media, Inc.". This book was released on 2022-04-15 with total page 261 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you use Linux in development or operations and need a structured approach to help you dive deeper, this book is for you. Author Michael Hausenblas also provides tips and tricks for improving your workflow with this open source operating system. Whether you're a developer, software architect, or site reliability engineer, this hands-on guide focuses on ways to use Linux for your everyday needs, from development to office-related tasks. Along the way, you'll gain hands-on experience with modern Linux terminals and shells, and learn how to manage your workloads. You'll understand how to run Linux applications by using containers, systemd, modern filesystems, and immutable distros such as Flatcar and Bottlerocket. Use Linux as a modern work environment, rather than just from an admin perspective Learn critical components such as the Linux kernel, terminal multiplexer, human-friendly shells, and portable shell scripting Become familiar with access control, from file permissions to capabilities, and understand the role of filesystems as a fundamental building block Learn about application dependency management and containers Gain hands-on experience with the Linux networking stack and tooling, including DNS Apply modern operating system observability to manage your workloads Become familiar with interprocess communication, virtual machines, and selected security topics