Skip to content

Instantly share code, notes, and snippets.

@bluecloudy
bluecloudy / yiidoctrine2_LICENSE
Created May 5, 2014 03:17
This is an extension for the Yii Framework that integrates Doctrine 2 ORM & ODM projects
The MIT License (MIT)
Copyright (c) 2014 bluecloudy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@stanlemon
stanlemon / puppet-percona.pp
Created March 16, 2013 21:31
A sample puppet manifest for configuring Percona with the mysql module.
yumrepo { "Percona":
name => "Percona",
descr => "Percona Server",
baseurl => "http://repo.percona.com/centos/\$releasever/os/\$basearch/",
enabled => 1,
gpgcheck => 0,
}
file { '/etc/init.d/mysqld':
ensure => 'link',
@keturn
keturn / loopback-latency.sh
Created August 20, 2010 22:35
use netem to add latency to loopback network traffic
#!/bin/bash
#
# Add latency to all outgoing traffic on $DEV on tcp/udp $PORT,
# in the amount of $DELAY.
#
# This is matching on both source port and destination port, which
# may hit you twice if you're accessing a local resource.
#
# To see what's currently in effect,
# tc -s qdisc show dev lo