Posts

Showing posts with the label devops

Digital Marketing

Detect if we are running in a virtual machine

$ sudo virt-what xen xen-hvm aws

Vagrant is a tool for building and managing virtual machine environments in a single workflow.

With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity. Vagrant gives you a disposable environment and consistent workflow for developing and testing infrastructure management scripts. You can quickly test things like shell scripts, Chef cookbooks, Puppet modules, and more using local virtualization such as VirtualBox or VMware. Then, with the  same configuration , you can test these scripts on remote clouds such as AWS or RackSpace with the  same workflow . Ditch your custom scripts to recycle EC2 instances, stop juggling SSH prompts to various machines, and start using Vagrant to bring sanity to your life. https://www.vagrantup.com/intro/index.html

Backup Jenkins Server

Setting up a backup process for Jenkins configuration. Script a Jenkins job to use the thinBackup plugin or S3 plugin to send the Jenkins configuration to an Amazon S3 (cloud storage).