|
Books > Computing & IT > Computer hardware & operating systems > Operating systems & graphical user interfaces (GUIs) > Unix, Unix Linux & Unix TCL/TK
Learn how to combine SQL Server's analytics with Azure's
flexibility and hybrid connectivity to achieve industry-leading
performance and manageability for your cloud database. Key Features
Understand platform availability for SQL Server in Azure Explore
the benefits and deployment choices offered by SQL IaaS Get to
grips with deploying SQL Server on the Linux development ecosystem
Book DescriptionDeploying SQL Server on Azure virtual machines
allows you to work on full versions of SQL Server in the cloud
without having to maintain on-premises hardware. The book begins by
introducing you to the SQL portfolio in Azure and takes you through
SQL Server IaaS scenarios, before explaining the factors that you
need to consider while choosing an OS for SQL Server in Azure VMs.
As you progress through the book, you'll explore different VM
options and deployment choices for IaaS and understand platform
availability, migration tools, and best practices in Azure. In
later chapters, you'll learn how to configure storage to achieve
optimized performance. Finally, you'll get to grips with the
concept of Azure Hybrid Benefit and find out how you can use it to
maximize the value of your existing on-premises SQL Server. By the
end of this book, you'll be proficient in administering SQL Server
on Microsoft Azure and leveraging the tools required for its
deployment. What you will learn Choose an operating system for SQL
Server in Azure VMs Use the Azure Management Portal to facilitate
the deployment process Verify connectivity and network latency in
cloud Configure storage for optimal performance and connectivity
Explore various disaster recovery options for SQL Server in Azure
Optimize SQL Server on Linux Discover how to back up databases to a
URL Who this book is forSQL Server on Azure VMs is for you if you
are a developer, data enthusiast, or anyone who wants to migrate
SQL Server databases to Azure virtual machines. Basic familiarity
with SQL Server and managed identities for Azure resources will be
a plus.
Harness the power of Linux to create versatile and robust embedded
solutions Key Features Learn how to develop and configure robust
embedded Linux devices Explore the new features of Linux 5.4 and
the Yocto Project 3.1 (Dunfell) Discover different ways to debug
and profile your code in both user space and the Linux kernel Book
DescriptionIf you're looking for a book that will demystify
embedded Linux, then you've come to the right place. Mastering
Embedded Linux Programming is a fully comprehensive guide that can
serve both as means to learn new things or as a handy reference.
The first few chapters of this book will break down the fundamental
elements that underpin all embedded Linux projects: the toolchain,
the bootloader, the kernel, and the root filesystem. After that,
you will learn how to create each of these elements from scratch
and automate the process using Buildroot and the Yocto Project. As
you progress, the book will show you how to implement an effective
storage strategy for flash memory chips and install updates to a
device remotely once it's deployed. You'll also learn about the key
aspects of writing code for embedded Linux, such as how to access
hardware from apps, the implications of writing multi-threaded
code, and techniques to manage memory in an efficient way. The
final chapters demonstrate how to debug your code, whether it
resides in apps or in the Linux kernel itself. You'll also cover
the different tracers and profilers that are available for Linux so
that you can quickly pinpoint any performance bottlenecks in your
system. By the end of this Linux book, you'll be able to create
efficient and secure embedded devices using Linux. What you will
learn Use Buildroot and the Yocto Project to create embedded Linux
systems Troubleshoot BitBake build failures and streamline your
Yocto development workflow Update IoT devices securely in the field
using Mender or balena Prototype peripheral additions by reading
schematics, modifying device trees, soldering breakout boards, and
probing pins with a logic analyzer Interact with hardware without
having to write kernel device drivers Divide your system up into
services supervised by BusyBox runit Debug devices remotely using
GDB and measure the performance of systems using tools such as
perf, ftrace, eBPF, and Callgrind Who this book is forIf you're a
systems software engineer or system administrator who wants to
learn how to implement Linux on embedded devices, then this book is
for you. It's also aimed at embedded systems engineers accustomed
to programming for low-power microcontrollers, who can use this
book to help make the leap to high-speed systems on chips that can
run Linux. Anyone who develops hardware that needs to run Linux
will find something useful in this book - but before you get
started, you'll need a solid grasp on POSIX standard, C
programming, and shell scripting.
Enhance Linux security, application platforms, and virtualization
solutions with SELinux 3 to work within your boundaries, your
rules, and your policies Key Features Learn what SELinux is, and
how it acts as a mandatory access control system on Linux Apply and
tune SELinux enforcement to users, applications, platforms, and
virtualization solutions Use real-life examples and custom policies
to strengthen the security posture of your systems Book
DescriptionLinux is a dominant player in many organizations and in
the cloud. Securing the Linux environment is extremely important
for any organization, and Security-Enhanced Linux (SELinux) acts as
an additional layer to Linux system security. SELinux System
Administration covers basic SELinux concepts and shows you how to
enhance Linux system protection measures. You will get to grips
with SELinux and understand how it is integrated. As you progress,
you'll get hands-on experience of tuning and configuring SELinux
and integrating it into day-to-day administration tasks such as
user management, network management, and application maintenance.
Platforms such as Kubernetes, system services like systemd, and
virtualization solutions like libvirt and Xen, all of which offer
SELinux-specific controls, will be explained effectively so that
you understand how to apply and configure SELinux within these
applications. If applications do not exert the expected behavior,
you'll learn how to fine-tune policies to securely host these
applications. In case no policies exist, the book will guide you
through developing custom policies on your own. By the end of this
Linux book, you'll be able to harden any Linux system using SELinux
to suit your needs and fine-tune existing policies and develop
custom ones to protect any app and service running on your Linux
systems. What you will learn Understand what SELinux is and how it
is integrated into Linux Tune Linux security using policies and
their configurable settings Manage Linux users with least-privilege
roles and access controls Use SELinux controls in system services
and virtualization solutions Analyze SELinux behavior through log
events and policy analysis tools Protect systems against unexpected
and malicious behavior Enhance existing policies or develop custom
ones Who this book is forThis Linux sysadmin book is for Linux
administrators who want to control the secure state of their
systems using SELinux, and for security professionals who have
experience in maintaining a Linux system and want to know about
SELinux. Experience in maintaining Linux systems, covering user
management, software installation and maintenance, Linux security
controls, and network configuration is required to get the most out
of this book.
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 Features
Deploy and manage virtual machines in the Azure environment Explore
open source tools to integrate automation and orchestration
Implement Linux features to create and manage containers Book
DescriptionThanks 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 learn Grasp the fundamentals of
virtualization and cloud computing Understand file hierarchy and
mount new filesystems Maintain the life cycle of your application
in Azure Kubernetes Service Manage resources with the Azure CLI and
PowerShell Manage users, groups, and filesystem permissions Use
Azure Resource Manager to redeploy virtual machines Implement
configuration management to configure a VM correctly Build a
container using Docker Who this book is forIf 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.
|
You may like...
Sudo Mastery
Michael W Lucas
Hardcover
R963
R831
Discovery Miles 8 310
|