Skip to content

Instantly share code, notes, and snippets.

View ppoilbarbe's full-sized avatar

Philippe Poilbarbe ppoilbarbe

View GitHub Profile
@ppoilbarbe
ppoilbarbe / rdesktop
Last active July 18, 2017 17:26
Workaround for rdesktop connecting to a Windows RDP cluster. Avoids typing password twice.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
"""
Script to overcomme a problem with rdp cluster with broker.
In this case the account/password is asked twice.
The .netrc file is parsed in a way to allow multiple account for
diff -Naur keepalived-1.2.0.orig/CHANGELOG.md keepalived-1.2.0/CHANGELOG.md
--- keepalived-1.2.0.orig/CHANGELOG.md 2014-02-25 20:24:15.000000000 +0100
+++ keepalived-1.2.0/CHANGELOG.md 2014-10-23 11:25:08.826944000 +0200
@@ -2,6 +2,10 @@
=============================
This file is used to list changes made in each version of the keepalived cookbook.
+v1.2.1 (2014-10-22) Ph. Poilbarbe CLS
+-------------------------------------
+- notify* keyword added in vrrp instances