Skip to Content
Linux Administration Cookbook
book

Linux Administration Cookbook

by Adam K. Dean
December 2018
Beginner
826 pages
22h 54m
English
Packt Publishing
Content preview from Linux Administration Cookbook

Getting ready

SSH to your CentOS VM:

$ vagrant ssh centos1
cURL and OpenSSL should be universal at this point, and you can expect a system to have them by default. 

Wget is a bit more elusive, and is rarely part of a default install, but it's easy enough to install:

$ sudo yum install wget -y
At the moment, OpenSSL is everywhere, but due to a string of high-profile vulnerabilities, *cough* heartbleed *cough*, it has been forked a couple of times to produce approximations, though hopefully approximations with a limited number of problems. The most famous of these is LibreSSL by the OpenBSD folks, and while it's the default in that particular OS, it's unlikely to be the default in CentOS or Ubuntu any time soon.

For the examples in this recipe, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Practical Linux Security Cookbook - Second Edition

Practical Linux Security Cookbook - Second Edition

Tajinder Kalsi
Mastering Linux Administration

Mastering Linux Administration

Alexandru Calcatinge, Julian Balog

Publisher Resources

ISBN: 9781789342529Supplemental Content