Ansible Vault is a feature of ansible that allows you to keep sensitive data such as passwords in encrypted files, rather then as plaintext in playbooks. A command
Example of using Vagrant to install Django-cms I use KVM on my laptop so I use the provider “libvirt” Vagrant defaults to VirtualBox. You will need to have
Just another instructional page on how to install Kubernetes and Docker on your laptop. I needed something I could just bring up when I needed to try something
Based on some investigation I see the following link gives me the script to show what processes is using swap and how much. Swap used by process #!/bin/bash
This is my starting blank bash scipt. To check your script for proper syntax and prevent bugs use ShellCheck. #!/bin/bash ##### #ident "@(#) blank_script v 1.0 2017/02/16" # #
Home page for Django app Open the settings file and add the app to the list of installed apps. INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages',
John F Kennedy said ..... '"It is a paradoxical truth that tax rates are too high today, and tax revenues are too low and the soundest way to raise the revenues in the long run is to cut the tax rates....[A]n economy constrained by high tax rates will never produce enough revenue to balance the budget, just as it will never create enough jobs or profits."