Chef Basics – Hello World for Chef
In my last post, we covered setting up the basic install of the Chef Server, the Chef client, and a test node that we bootstrapped with Chef. Now let’s talk… Read more »
In my last post, we covered setting up the basic install of the Chef Server, the Chef client, and a test node that we bootstrapped with Chef. Now let’s talk… Read more »
I want to get Chef installed and running before we dive into all of the lingo required to fully understand what Chef is doing. In this post we’ll install the… Read more »
Linux file permissions were always intimidating to me, but now I think I have the hang of it. Let’s take a look at some basic permissions on a file I… Read more »
Here’s another one that I really hadn’t heard of before. In the command shell, there’s the idea of background and foreground processes. The example they used in class involved the… Read more »
One of the key components of any system are the users and groups. Linux is no different. Let’s get right into it. The important files So there are three important… Read more »
MAN Pages So one of the most important things is just knowing where to find help when you need it. Linux is great at this! MAN pages are attached to… Read more »