Time-stamp: <2012-03-30 Fri 16:56 README.md>
Author....: 'Mash (Thomas Herbert)
Bacula concurrent jobs multiple storage devices client labeled pools Debian installation and configuration.
Please see http://toshine.org/etc for full article.
Time-stamp: <2012-03-30 Fri 16:56 README.md>
Author....: 'Mash (Thomas Herbert)
Bacula concurrent jobs multiple storage devices client labeled pools Debian installation and configuration.
Please see http://toshine.org/etc for full article.
| /* | |
| * author Huber Flores | |
| */ | |
| # Install on each Node | |
| $ su | |
| # Perl Templating-Toolkit and the Gnu plotting utility to create HTML and graphical reports with the result data set. | |
| $ apt-get install gnuplot-nox libtemplate-perl libhtml-template-perl libhtml-template-expr-perl |
| #!/bin/bash | |
| if [[ "$#" < "2" || "$#" > "3" ]]; then | |
| cat <<END | |
| Glusterfs GFID resolver -- turns a GFID into a real file path | |
| Usage: $0 <brick-path> <gfid> [-q] | |
| <brick-path> : the path to your glusterfs brick (required) | |
| /* | |
| * author Huber Flores | |
| */ | |
| # Openfire guide for Ubuntu 12.04 - 64 bits | |
| # Dowload Openfire tar.gz version (openfire_3_7_1.tar.gz) (http://www.igniterealtime.org/downloads/index.jsp) | |
| # Dowload Oracle JDK 6 SE and install | |
| $ sudo aptitude update |
| % set version = '2.6' -%} | |
| {% set ossecdir = 'ossec-hids-{0}'.format(version) -%} | |
| ossec-install-working-dir: | |
| file.directory: | |
| - name: /tmp/ossec-install | |
| ossec-download-installer: | |
| file.managed: | |
| - source: salt://ossec/files/{{ ossecdir }}.tar.gz |
Few things feel worst than rolling out a High Availability (HA) system, then regularly seeing that system collapse. For our team at Rails Machine, this failing HA system was MySQL Multi-Master Replication Manager (MMM).
We've been searching for a MMM replacement for a while, and a few months ago, we made the switch to MariaDB + Galera Cluster for High Availability MySQL. What's wrong with MySQL MMM? What's special about Galera Cluster? Read on!
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
| #PROLOGUE: all this should be run as root, otherwise stated | |
| #update && upgrade: | |
| apt-get update && apt-get upgrade -y | |
| #create a new user | |
| adduser user_x | |
| #create group admin (funny enough, it does not exist, although its accounted in the /etc/sudoers file): | |
| addgroup --system admin |
I'm writing this up from memory, so errors may appear.
This has been updated to use SHA256 certificates.