February 2018

Ansible
2018-02-27 01:27 (8 years ago)
Ansible Playbook for Installing Docker CE on Ubuntu 16.04

Here's my attempt...

MySQL
2018-02-26 13:14 (8 years ago)
MySQL: Lost the WITH GRANT OPTION Privilege from Root

While managing the root user with the mysql_user module in Ansible, I found that I was no longer able to grant privileges to other users.

2018-02-26 06:59 (8 years ago)
Creating an Ubuntu Installation USB Media on Mac

$ diskutil list Insert the USB memory stick

Windows
2018-02-26 04:19 (8 years ago)
When Trying to Install Scoop, "Could Not Create SSL/TLS Secure Channel" Error Occurs

When trying to install scoop

Python
2018-02-08 03:10 (8 years ago)
Installing Python 3.5 on Ubuntu 14.04

Building from source is easy

Django
2018-02-05 08:02 (8 years ago)
How to Unit Test a Django Model with managed = False

When using Django, setting `Meta: managed = False` in a model can sometimes lead to a `ProgrammingError` during unit tests from other apps when attempting operations such as `create()`. This is a memo on how to address this issue.

Categories

Archive