All posts by 17% Mister Wizard

Jenkins CI/CD Application

Jenkins is an award-winning, cross-platform, continuous integration and continuous delivery application that increases your productivity. Use Jenkins to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. It also allows you to continuously deliver your…  Read More 

OpenVPN Map Drives At Login

Every so often I have clients requesting that OpenVPN GUI automatically map networked drives once connected to their OpenVPN Server.  Fortunately OpenVPN GUI has built in support for running batch scripts once Connected or Disconnected. Note this tutorial is for the Windows based OpenVPN GUI client only. So without further ado, here we go. The…  Read More 

SaltStack Automation Tool

SaltStack platform or Salt is a Python-based open source configuration management software and remote execution engine. Supporting the “infrastructure-as-code” approach to deployment and cloud management, it competes primarily with Puppet, Chef, and Ansible. SaltStack software orchestrates the build and ongoing management of any legacy or modern infrastructure. SaltStack is known as the fastest, most scalable…  Read More 

Fabric Command-Line Tool

Fabric is a Python (2.5-2.7) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks. It provides a basic suite of operations for executing local or remote shell commands (normally or via sudo) and uploading/downloading files, as well as auxiliary functionality such as prompting the running user for…  Read More