- Practical Linux Security Cookbook
- Tajinder Kalsi
- 143字
- 2021-07-16 11:05:26
Preface
When setting up a Linux system, security is supposed to be an important part of all stages. A good knowledge of the fundamentals of Linux is essential to implementing a good security policy on the machine.
Linux, as it ships, is not completely secure, and it is the responsibility of the administrator to configure the machine in a way such that it becomes more secure.
Practical Linux Security Cookbook will work as a practical guide for administrators and help them configure a more secure machine.
If you want to learn about Kernel configuration, filesystem security, secure authentication, network security, and various security tools for Linux, this book is for you.
Linux security is a massive subject and not everything can be covered in just one book. Still, Practical Linux Security Cookbook will give you a lot of recipes for securing your machine.
- 深入淺出Java虛擬機:JVM原理與實戰
- 程序員考試案例梳理、真題透解與強化訓練
- Java Web應用開發技術與案例教程(第2版)
- Reactive Programming With Java 9
- Learning Probabilistic Graphical Models in R
- Python機器學習算法: 原理、實現與案例
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Unity 2018 Shaders and Effects Cookbook
- 深入解析Java編譯器:源碼剖析與實例詳解
- 黑莓(BlackBerry)開發從入門到精通
- Python數據科學實踐指南
- 現代C++語言核心特性解析
- Visual C++程序設計全程指南
- Python實戰指南:手把手教你掌握300個精彩案例
- Java語言GUI程序設計