based on blueicefield's pre-receive hook
Usage: Place pre-receive file in /central_git_repo/hooks/ and make it executable
18л вода за 11.3л бира в 18л+ казан | |
загрява се до 72 градуса | |
след добавяне на малца температурата пада до 65 градуса и поддържа за 30 мин | |
вади се малца (тук може да промия с 2-3л 78г вода) | |
завира и на т0 се слага 15г хмел | |
т45 слага се 15г хмел | |
т60 слага се 45г хмел | |
охлажда се максимално бързо до 20-21 градуса (30 мин с лед и вода) | |
стерилизира се ферментатора, капака, цедката и тапата (може да се запази разтворът за шишетата) | |
сипва се във ферментатора и се добавя маята |
#!/bin/sh | |
WAN=eth0 | |
iptables -F | |
iptables -X | |
iptables -t mangle -F | |
iptables -t mangle -X | |
iptables -P FORWARD ACCEPT | |
iptables -P OUTPUT ACCEPT |
#!/usr/bin/php | |
<?php | |
if (count($argv) === 1 OR count($argv) < 5) | |
{ | |
echo "Usage: code.php <number_of_codes> <lenght_of_code> <separator> <prefix>\n"; die; | |
} | |
$number_of_codes = $argv[1]; | |
$lenght_of_code = $argv[2]; | |
$separator = $argv[3]; |
<?php defined('SYSPATH') OR die('No direct script access.'); | |
class Arr extends Kohana_Arr { | |
/** | |
* Maps new keys to an array | |
* | |
* Example: | |
* | |
* $customer_values = Arr::remap_keys($_POST, array( |
based on blueicefield's pre-receive hook
Usage: Place pre-receive file in /central_git_repo/hooks/ and make it executable
*/1 * * * * root I=`nvram get wl0_ifname`;[ -z `wl -i $I assoclist` ] && wl txpwr1 -o -m 1 || wl txpwr1 -o -m 50 |