Clojure Development Setup
Clojure Development Environment Setup
A Chef Server Installation Error
Install Chef server should be simple:
Download the Chef server binary file from here. In my case, it’s “chef-server-11.0.8-1.el6.x86_64.rpm”.
Run “rpm -Uvh chef-server-11.0.8-1.el6.x86_64.rpm” command with the root permission to install Chef server.
Run “sudo chef-server-ctl reconfigure” command to do the configuration.
Run “chef-server-ctl test” to verify.
Done.
Install Chef Server and Client
Here is the definition from “http://docs.opscode.com“ of “Chef”:
Chef is a systems and cloud infrastructure automation framework that makes it easy to deploy servers and applications to any physical, virtual, or cloud location, no matter the size of the infrastructure. Each Chef organization is comprised of one (or more) workstations, a single server, and every node that will be configured and maintained by Chef. Cookbooks (and recipes) are used to tell Chef how each node in your organization should be configured. The chef-client (which is installed on every node) does the actual configuration.
In this article, I want to record how to install Chef server and client.
How to find and replace strings in multiple files
Basically it’s a classic scenario to use sed, from here:
Two Packages: bash-completion and abs-guide
Today I found there’s update of the “bash-completion” then I found “abs-guide” package.
How to put a desktop file to your main menu in GNOME
What is '*args' and '**kwargs' in Python
Nine Most Popular Open Source Licenses
From here.