When distributing bundled software, you have multiple options, but if we exclude fancy newcomers like Docker and Kubernetes, you’re left with the following options: an installer (for Windows), a package (rpm or deb) for the corresponding distro, tarball with a setup shell script that creates the necessary configurations, and a virtual machine (or virtual appliance). All of these options are ...
Read More »How to create a CentOS 7 virtual machine in VMware Workstation 15
How to create a CentOS 7 virtual machine in VMware Workstation 15 You want to set up CentOS 7.7 in VMware Workstations 15 Player with the following configurations: two SCSI hard disks, each with 100 GB of storagetwo virtual CPUs You will need the following bill of materials: Host operating system with sufficient memory and hard disk capacityCentOS 7.7 imageWMware ...
Read More »Salt SSH Installation on Centos 5.5
Salt has the option to manage servers agentlessly. Agentless means that the targets don’t need a agent process. The master orchestrates the target system over SSH. Therefor it exists an own command called salt-shh. The following sections explain how to install Salt SSH on a CentOs 5.5 and how to configure minimally a master and its targets for a test ...
Read More »