home lab
-
Terraform in GitHub Codespaces
Sunday evening, and I’m trying to work on some lab projects to refresh my knowledge and learn something new. I have a corporate laptop with…
-
Jenkins + Xcode –resource-rules has been deprecated in Mac OS X >= 10.10!
Recently I tried to sign my iOS app with Apple Developer certificate through Jenkins with Xcode plugin and macmini as a slave. Oh. I received…
-
Git Clone via SSH using Jenkins on Windows
The cleanest way to use Jenkins on Windows is to use the Jenkins Installer which installs Jenkins as a Windows Service. That works fine, but of course the…
-
How to install Maven on CentOS
Apache Maven is a project management software, managing building, reporting and documentation of a Java development project. In order to install and configure Apache Maven…
-
ERROR: The missing cookbook(s)
If you received error uploading cookbook to chef server: knife cookbook upload rundeck Uploading rundec ERROR: Cookbook rundeck depends on cookbooks which are not currently…
-
Installing workstation for managing Chef server
A workstation is a computer that is configured to run knife, to synchronize with the chef-repo, and interact with a single Chef server. The workstation…
-
Installing Chef on Centos 6
Today we will install chef server in our home lab based on proxmox 3.4.6. So we have installed server 2cpu, 2Gb memory, Centos 6.7 First…
-
Cooking with Chef: How to deploy instance on AWS with knife
Today I want to try provisioning and configuring Amazon AWS instances with Chef. To do that I have: Free tier account on AWS Open Source…
-
Migrate vmware vm to proxmox
Hi. One of my clients use proxmox virtualization in Production. So I need to move one service machine created for them from vmware to proxmox.…
-
VMware VSAN Health Check Plugin Installation
Few weeks ago VMWare released VSAN Health Check Plugin. This plugin allows monitoring and troubleshooting your VSAN 6.0 Clusters. There are two versions of this…