Linux Security Fundamentals

Linux Security Fundamentals

Author: David Clinton

Publisher: John Wiley & Sons

Published: 2020-11-10

Total Pages: 192

ISBN-13: 1119781469

DOWNLOAD EBOOK

Linux Security Fundamentals provides basic foundational concepts of securing a Linux environment. The focus is the digital self-defense of an individual user. This includes a general understanding of major threats against individual computing systems, networks, services and identity as well as approaches to prevent and mitigate them. This book is useful for anyone considering a career as a Linux administrator or for those administrators who need to learn more about Linux security issues. Topics include: • Security Concepts • Encryption • Node, Device and Storage Security • Network and Service Security • Identity and Privacy Readers will also have access to Sybex's superior online interactive learning environment and test bank, including chapter tests, a practice exam, electronic flashcards, a glossary of key terms.


Linux Security Fundamentals

Linux Security Fundamentals

Author: David Clinton

Publisher: John Wiley & Sons

Published: 2020-10-08

Total Pages: 192

ISBN-13: 1119781574

DOWNLOAD EBOOK

Includes one year of FREE access after activation to the online test bank and study tools: Custom practice exam 100 electronic flashcards Searchable key term glossary The SybexTM method for teaching Linux® security concepts Understanding Linux Security is essential for administration professionals. Linux Security Fundamentals covers all the IT security basics to help active and aspiring admins respond successfully to the modern threat landscape. You'll improve your ability to combat major security threats against computer systems, networks, and services. You'll discover how to prevent and mitigate attacks against personal devices and how to encrypt secure data transfers through networks, storage devices, or the cloud. Linux Security Fundamentals teaches: Using Digital Resources Responsibly What Vulnerabilities and Threats Are Controlling Access to Your Assets Controlling Network Connections Encrypting Data, Whether at Rest or Moving Risk Assessment Configuring System Backups and Monitoring Resource Isolation Design Patterns Interactive learning environment Take your skills to the next level with Sybex's superior interactive online study tools. To access our learning environment, simply visit www.wiley.com/go/sybextestprep, register your book to receive your unique PIN, and instantly gain one year of FREE access to: Interactive test bank with a practice exam to help you identify areas where you need to expand your knowledge 100 electronic flashcards to reinforce what you've learned Comprehensive glossary in PDF format gives you instant access to key terms you use in your job


Sams Teach Yourself Linux Security Basics in 24 Hours

Sams Teach Yourself Linux Security Basics in 24 Hours

Author: Aron Hsiao

Publisher: Sams Publishing

Published: 2001

Total Pages: 0

ISBN-13: 9780672320910

DOWNLOAD EBOOK

This book includes coverage of the new and updated security features of Linux, and teaches the reader security fundamentals and how to think about security before they even install the software. This text is designed to provide a basic guide to resolving security involved in the use of Linux in workstation, small server, or small network environments.


Mastering Linux - Storage

Mastering Linux - Storage

Author: Paul Cobbaut

Publisher: Samurai Media Limited

Published: 2016-03-13

Total Pages: 280

ISBN-13: 9789888406197

DOWNLOAD EBOOK

The Mastering Linux Series consisting of 6 books (Fundamentals, System Administration, Servers, Storage, Security, Networking) provides you with a solid foundation about the Linux Operating System. It abstracts from a particular distribution by giving you the background knowledge to easily work with any Linux distribution out there.


Linux Basics for Hackers

Linux Basics for Hackers

Author: OccupyTheWeb

Publisher: No Starch Press

Published: 2018-12-04

Total Pages: 249

ISBN-13: 1593278551

DOWNLOAD EBOOK

This practical, tutorial-style book uses the Kali Linux distribution to teach Linux basics with a focus on how hackers would use them. Topics include Linux command line basics, filesystems, networking, BASH basics, package management, logging, and the Linux kernel and drivers. If you're getting started along the exciting path of hacking, cybersecurity, and pentesting, Linux Basics for Hackers is an excellent first step. Using Kali Linux, an advanced penetration testing distribution of Linux, you'll learn the basics of using the Linux operating system and acquire the tools and techniques you'll need to take control of a Linux environment. First, you'll learn how to install Kali on a virtual machine and get an introduction to basic Linux concepts. Next, you'll tackle broader Linux topics like manipulating text, controlling file and directory permissions, and managing user environment variables. You'll then focus in on foundational hacking concepts like security and anonymity and learn scripting skills with bash and Python. Practical tutorials and exercises throughout will reinforce and test your skills as you learn how to: - Cover your tracks by changing your network information and manipulating the rsyslog logging utility - Write a tool to scan for network connections, and connect and listen to wireless networks - Keep your internet activity stealthy using Tor, proxy servers, VPNs, and encrypted email - Write a bash script to scan open ports for potential targets - Use and abuse services like MySQL, Apache web server, and OpenSSH - Build your own hacking tools, such as a remote video spy camera and a password cracker Hacking is complex, and there is no single way in. Why not start at the beginning with Linux Basics for Hackers?


Security Strategies in Linux Platforms and Applications

Security Strategies in Linux Platforms and Applications

Author: Michael H. Jang

Publisher: Jones & Bartlett Publishers

Published: 2017

Total Pages: 538

ISBN-13: 1284090655

DOWNLOAD EBOOK

"The Second Edition of Security Strategies in Linux Platforms and Applications opens with a discussion of risks, threats, and vulnerabilities. Part 2 discusses how to take advantage of the layers of security and the modules associated with AppArmor and SELinux. Part 3 looks at the use of open source and proprietary tools when building a layered sec


Linux Essentials for Cybersecurity

Linux Essentials for Cybersecurity

Author: William Rothwell

Publisher: Pearson It Certification

Published: 2018-07-20

Total Pages: 0

ISBN-13: 9780789759351

DOWNLOAD EBOOK

Linux distributions are widely used to support mission-critical applications and manage crucial data. But safeguarding modern Linux systems is complex, and many Linux texts have inadequate or outdated security coverage. Linux Essentials for Cybersecurity is a complete solution. Leading Linux certification and security experts William "Bo" Rothwell and Dr. Denise Kinsey introduce Linux with the primary goal of enforcing and troubleshooting security. Their practical approach will help students learn how to protect systems, even if one or more layers are penetrated. First, they'll learn how to install Linux to achieve optimal security upfront, even if they have no Linux experience. Next, they'll master best practices for securely administering accounts, devices, services, processes, data, and networks. Then, they'll master powerful tools and automated scripting techniques for footprinting, penetration testing, threat detection, logging, auditing, software management, and more.


Learn Linux Shell Scripting – Fundamentals of Bash 4.4

Learn Linux Shell Scripting – Fundamentals of Bash 4.4

Author: Sebastiaan Tammer

Publisher: Packt Publishing Ltd

Published: 2018-12-31

Total Pages: 440

ISBN-13: 1788990242

DOWNLOAD EBOOK

Create and maintain powerful Bash scripts for automation and administration. Key FeaturesGet up and running with Linux shell scripting using real-world examplesLeverage command-line techniques and methodologies to automate common yet complex administration tasksA practical guide with exposure to scripting constructs and common scripting patternsBook Description Shell scripts allow us to program commands in chains and have the system execute them as a scripted event, just like batch files. This book will start with an overview of Linux and Bash shell scripting, and then quickly deep dive into helping you set up your local environment, before introducing you to tools that are used to write shell scripts. The next set of chapters will focus on helping you understand Linux under the hood and what Bash provides the user. Soon, you will have embarked on your journey along the command line. You will now begin writing actual scripts instead of commands, and will be introduced to practical applications for scripts. The final set of chapters will deep dive into the more advanced topics in shell scripting. These advanced topics will take you from simple scripts to reusable, valuable programs that exist in the real world. The final chapter will leave you with some handy tips and tricks and, as regards the most frequently used commands, a cheat sheet containing the most interesting flags and options will also be provided. After completing this book, you should feel confident about starting your own shell scripting projects, no matter how simple or complex the task previously seemed. We aim to teach you how to script and what to consider, to complement the clear-cut patterns that you can use in your daily scripting challenges. What you will learnUnderstand Linux and Bash basics as well as shell scripting fundamentalsLearn to write simple shell scripts that interact with Linux operating systemBuild, maintain, and deploy scripts in a Linux environmentLearn best practices for writing shell scriptsAvoid common pitfalls associated with Bash scriptingGain experience and the right toolset to write your own complex shell scriptsWho this book is for This book targets new and existing Linux system administrators, Windows system administrators or developers who are interested in automating administrative tasks. No prior shell scripting experience is needed but in case you do this book will make a pro quickly. Readers should have a basic understanding of the command line.


Building Secure Servers with Linux

Building Secure Servers with Linux

Author: Michael D. Bauer

Publisher: "O'Reilly Media, Inc."

Published: 2002

Total Pages: 440

ISBN-13: 9780596002176

DOWNLOAD EBOOK

Linux consistently turns up high in the list of popular Internet servers, whether it's for the Web, anonymous FTP, or general services like DNS and routing mail. But security is uppermost on the mind of anyone providing such a service. Any server experiences casual probe attempts dozens of time a day, and serious break-in attempts with some frequency as well. As the cost of broadband and other high-speed Internet connectivity has gone down, and its availability has increased, more Linux users are providing or considering providing Internet services such as HTTP, Anonymous FTP, etc., to the world at large. At the same time, some important, powerful, and popular Open Source tools have emerged and rapidly matured--some of which rival expensive commercial equivalents--making Linux a particularly appropriate platform for providing secure Internet services. Building Secure Servers with Linux will help you master the principles of reliable system and network security by combining practical advice with a firm knowledge of the technical tools needed to ensure security. The book focuses on the most common use of Linux--as a hub offering services to an organization or the larger Internet--and shows readers how to harden their hosts against attacks. Author Mick Bauer, a security consultant, network architect, and lead author of the popular Paranoid Penguin column in Linux Journal, carefully outlines the security risks, defines precautions that can minimize those risks, and offers recipes for robust security. The book does not cover firewalls, but covers the more common situation where an organization protects its hub using other systems as firewalls, often proprietary firewalls. The book includes: Precise directions for securing common services, including the Web, mail, DNS, and file transfer. Ancillary tasks, such as hardening Linux, using SSH and certificates for tunneling, and using iptables for firewalling. Basic installation of intrusion detection tools. Writing for Linux users with little security expertise, the author explains security concepts and techniques in clear language, beginning with the fundamentals. Building Secure Servers with Linux provides a unique balance of "big picture" principles that transcend specific software packages and version numbers, and very clear procedures on securing some of those software packages. An all-inclusive resource for Linux users who wish to harden their systems, the book covers general security as well as key services such as DNS, the Apache Web server, mail, file transfer, and secure shell. With this book in hand, you'll have everything you need to ensure robust security of your Linux system.


Fundamentals of Linux

Fundamentals of Linux

Author: Oliver Pelz

Publisher: Packt Publishing Ltd

Published: 2018-06-30

Total Pages: 231

ISBN-13: 1789537525

DOWNLOAD EBOOK

Develop a solid understanding of the important command-line tools and utilities in Linux Key Features Delve into the fundamentals of Linux Explore and work with virtualization, command lines, and Bash shell scripts Use special file permission flags such as setuid and setgid Book Description Linux is a Unix-like operating system assembled under the model of free and open source software development and distribution. Fundamentals of Linux will help you learn all the essentials of the Linux command line required to get you started. The book will start by teaching you how to work with virtualization software and install CentOS 7 Linux as a VM. Then, you will get to grips with the workings of various command line operations, such as cursor movement, commands, options, and arguments. As you make your way through the chapters, the book will not only focus on the most essential Linux commands but also give an introduction to Bash shell scripting. Finally, you will explore advanced topics, such as networking and troubleshooting your system, and you will get familiar with the advanced file permissions: ACL, setuid, and setgid. Fundamentals of Linux includes real-world tasks, use cases, and problems that, as a system administrator, you might encounter in your day-to-day activities. What you will learn Explore basic and advanced command-line concepts Install Linux, work with VirtualBox, and install CentOS 7 in VirtualBox Work with the command line efficiently and learn how to navigate through the Linux filesystem Create file and user group permissions and edit files Use Sticky bit to secure your Linux filesystem Define and remove ACL from Linux files Who this book is for Fundamentals of Linux is for individuals looking to work as a Linux system administrator.