2010-10-12
Хлебопечкa
В наше время, наверное, вы можете разделить людей на тех, у кого уже есть хлебопечка и на тех, кто о ней еще не слышал.
Какую хлебопечь купить?
http://hlebopechka.ru/index.php?option=com_smf&Itemid=126&topic=3696.50
http://www.irecommend.ru/category/melkaya-kukhonnaya-tekhnika?tid=4692
http://bt.hotline.ua/gd/150/?o=1
http://price.ua/moulinex_ow2000/otzivi/72575.html
http://fotos.ua/orion/os-0k22/reviews/
http://www.e-katalog.com.ua/ORION-OS-0K51G.htm
http://fotos.ua/shop/138/
http://market.yandex.ru/search.xml?text=BM900AL&hid=198118&srnum=7
где купить
http://hlebopechka.kiev.ua
http://www.bestportal.com.ua/profiles/5ok/
http://www.5ok.com.ua/DetailProduct_141_102_50.html
http://bt.rozetka.com.ua/ru/products/procategory/244/index.html
tehnotrade.com.ua/
www.labaz.ua/
2000.com.ua/
artikul.com.ua
www.rozetka.com.ua
www.Fotos.ua
www.mobitrade.ua
Рецепт пицци
на стакан воды - 200грамов- два стакана муки - чайная ложка сухих дрожжей, чайная - сахара и соли с горкой ложку беру, столовая ложка растительного масла. Загружаем. Тесто должно быть как на густые оладьи. Оговорюсь , что мы делаем на большую жаровню. Выливаем тесто и равномерно распределяем рукой, предварительно намочите в воде или растительном масле, тогда тесто не будет прилипать. НА полу густой полуфабрикат сразу налаживаем начинку. Кто что любит. Мы в такой последовательности..мясо с луком мелко промолотым или колбасу, лук, варенные яйца, сырок плавленный, заливаем майонезом, сверху помидорчики тонко нарезанные кольцами. Немного дать постоять - минут 15 и в духовку для приготовления. Приятного аппетита.
Человек сам замешивает и печет хлеб по разным рецептам:
http://crucide.livejournal.com/
2010-09-30
2010-08-11
Кулинария
Каши
55 каш:
http://www.gotovim.ru/recepts/groats/buckwheat/
http://supercook.ru/zz205-mess3.html
http://forum.say7.info/topic820.html
Соусы
http://www.vkysno.kiev.ua/d-recept-action-detail-rid-179-page-1.html
Kuking.net
55 каш:
http://www.gotovim.ru/recepts/groats/buckwheat/
http://supercook.ru/zz205-mess3.html
http://forum.say7.info/topic820.html
Соусы
http://www.vkysno.kiev.ua/d-recept-action-detail-rid-179-page-1.html
Kuking.net
2010-08-06
Видео, аудио, иллюстрации, фото
http://www.istockphoto.com/
http://www.gettyimages.com/
http://www.imagekind.com/
http://www.gettyimages.com/
http://www.imagekind.com/
2010-08-02
Linux/MySQL/PHP
MySQL
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;
You must reset your password using ALTER USER statement before executing this statement
# grep skip-grant-tables /lib/systemd/system/mysqld.service
#--skip-grant-tables
#################################
PHP 5.3.2
./configure --with-apxs2=/usr/sbin/apxs --with-mysqli=mysqlnd --with-mysql=/usr/local/mysql --with-gd --with-jpeg-dir --enable-soap
php-5.2.14]# ./configure --with-apxs2=/usr/sbin/apxs --enable-embedded-mysqli=shared --with-mysql=/usr/local/mysql3306 --with-gd --with-jpeg-dir --enable-soap
htaccess:
#two domains served from one root..
RewriteCond %{HTTP_HOST} domain-one.com
RewriteCond %{REQUEST_URI} !^/one
RewriteRule ^(.*)$ one/$1 [L]
RewriteCond %{HTTP_HOST} domain-two.com
RewriteCond %{REQUEST_URI} !^two
RewriteRule ^(.*)$ two/$1 [L]
***
RewriteCond %{HTTP_HOST} ^domain\.?com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.domain\.?com [NC]
RewriteCond %{REQUEST_URI} !/folder/
RewriteRule ^(.*)$ folder/$1 [L]
***
RewriteEngine On
RewriteBase /
# pointing for the domain abc.com to folder abc
ReWriteCond %{HTTP_HOST} abc.com
ReWriteCond %{REQUEST_URI} !abc/
ReWriteRule ^(.*)$ abc/$1 [L]
# pointing for the domain 123.com to folder 123
ReWriteCond %{HTTP_HOST} 123.com
ReWriteCond %{REQUEST_URI} !123/
ReWriteRule ^(.*)$ 123/$1 [L]
***
RewriteEngine On
RewriteBase /
# ---------------------------------------
# BEGIN Domain to folder mapping
# pointing domain_1.com to folder_1
ReWriteCond %{HTTP_HOST} domain_1.com
ReWriteCond %{REQUEST_URI} !folder_1/
ReWriteRule ^(.*)$ folder_1/$1 [L]
# pointing domain_2.com to folder_2
ReWriteCond %{HTTP_HOST} domain_2.com
ReWriteCond %{REQUEST_URI} !folder_2/
ReWriteRule ^(.*)$ folder_2/$1 [L]
Shell:
grep "RobinBobin" * | cut -d: -f1 | xargs -i -t cp ./{} ./RobinBobin/{}
.htaccess
php_value display_errors 1
php_value error_reporting E_ALL
ini_set('display_errors', 1);
error_reporting(E_ALL);
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;
You must reset your password using ALTER USER statement before executing this statement
SET PASSWORD=PASSWORD('asdfqwer');
# grep skip-grant-tables /lib/systemd/system/mysqld.service
#--skip-grant-tables
#################################
PHP 5.3.2
./configure --with-apxs2=/usr/sbin/apxs --with-mysqli=mysqlnd --with-mysql=/usr/local/mysql --with-gd --with-jpeg-dir --enable-soap
php-5.2.14]# ./configure --with-apxs2=/usr/sbin/apxs --enable-embedded-mysqli=shared --with-mysql=/usr/local/mysql3306 --with-gd --with-jpeg-dir --enable-soap
htaccess:
#two domains served from one root..
RewriteCond %{HTTP_HOST} domain-one.com
RewriteCond %{REQUEST_URI} !^/one
RewriteRule ^(.*)$ one/$1 [L]
RewriteCond %{HTTP_HOST} domain-two.com
RewriteCond %{REQUEST_URI} !^two
RewriteRule ^(.*)$ two/$1 [L]
***
RewriteCond %{HTTP_HOST} ^domain\.?com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.domain\.?com [NC]
RewriteCond %{REQUEST_URI} !/folder/
RewriteRule ^(.*)$ folder/$1 [L]
***
RewriteEngine On
RewriteBase /
# pointing for the domain abc.com to folder abc
ReWriteCond %{HTTP_HOST} abc.com
ReWriteCond %{REQUEST_URI} !abc/
ReWriteRule ^(.*)$ abc/$1 [L]
# pointing for the domain 123.com to folder 123
ReWriteCond %{HTTP_HOST} 123.com
ReWriteCond %{REQUEST_URI} !123/
ReWriteRule ^(.*)$ 123/$1 [L]
***
RewriteEngine On
RewriteBase /
# ---------------------------------------
# BEGIN Domain to folder mapping
# pointing domain_1.com to folder_1
ReWriteCond %{HTTP_HOST} domain_1.com
ReWriteCond %{REQUEST_URI} !folder_1/
ReWriteRule ^(.*)$ folder_1/$1 [L]
# pointing domain_2.com to folder_2
ReWriteCond %{HTTP_HOST} domain_2.com
ReWriteCond %{REQUEST_URI} !folder_2/
ReWriteRule ^(.*)$ folder_2/$1 [L]
Shell:
grep "RobinBobin" * | cut -d: -f1 | xargs -i -t cp ./{} ./RobinBobin/{}
.htaccess
php_value display_errors 1
php_value error_reporting E_ALL
ini_set('display_errors', 1);
error_reporting(E_ALL);
Subscribe to:
Posts (Atom)