Install Chef Server on Suse Linux Enterprise 11
Hi Folks! Today I dealt with a problem… and I found a solution because Chef is a great tool! At moment there is not an RPM for Suse Linux available…
Hi Folks! Today I dealt with a problem… and I found a solution because Chef is a great tool! At moment there is not an RPM for Suse Linux available…
Hi guys! let’s take a look of Chef Automate.. In this post we will se how to install it quickly. I will install it through Vagrant but you can use my…
Dear all, It has been a long time since my last post and here I am with a new one, just to keep track of my current study case… I would…
Hi guys, in this article we will se how to build a small LWRP Chef cookbook..The final result will be: ssh_banner_banner “banner” do banner_file _banner_file sshd_config_file node[‘ssh_banner’][‘sshd_config_file’] paranoic_mode true action…
Hi guys, let’s see how to install the new version of Centos using a kickstart file. Preparing a web-server for publish a simple kickstart file (nodeA). We will use Virtuabox…
Hi, let’s see how to remove a disk from a logical volume without losing data. This is the initial schema: Server: CentosLab01 (Centos 6.5) Disk to use: Disk /dev/sdb: 1073…
Let’s see how to integrate your samba server with Microsoft Active Diretory. Domain: NOODLES (NETBIOS name) FQDN: noodles.foo.org Domain controller 1: dc01.noodles.foo.org Domain controller 2: dc02.noodles.foo.org Local Unix account:…
Hi guys,In this post, we will explore how to securely publish an internal SFTP server on the internet using Haproxy. In the example, we will restrict access to only a…
Hi! This is my first post of this blog and I would like start with my last cookbook “wildfly-clu”. We will create a simple Wildlfy cluster(domain mode) composed by…