Tejes vajas fonott császárzsemle
Igazi békebeli fonott császárzsemle receptet találtunk Gábornál. Hozzávalók TangZhong (előtészta)260 ml tej40 g lisztösszemelegítve. Az élesztőhöz230-250 ml tejben24 g élesztőegy csipet cukorral felfuttatjuk A tésztához650 g finom liszt10- 12 g só12 g…
Friss élesztő és szárított élesztő összehasonlítása
A legegyszerűbben a következő formulával hasonlíthatjuk össze a friss élesztőt és a szárított élesztőt: 1 g szárított élesztő 3 g friss élszetőnek felel meg. Ha nincs eléggé érzékeny mérlegünk, 1 teáskanál ( 3 g ) szárított élesztő 9 g friss élesztőnek…
extra characters at the end of n command
When you use sed to insert a template file into another file with the command and get the error message extra characters at the end of n command Make sure the template file supplied in $1 does not have an empty line at the top.
Test Chef cookbooks with Docker containers
Kitchen Dokken is a provisioner to test cookbooks in Docker containers. It is very fast and efficient compared to cloud instances like AWS EC2s, Vagrant boxes, or VMWare virtual machines. Currently, you can only test Linux cookbooks with Kitchen Dokken.…
Silence unknown callers
The new iPhone operating system includes a feature to send all unwanted calls directly to the voicemail. This eliminates the daily car warranty spam calls. If someone calls you from a number that is in your contact list, in your recent outgoing call…
Simultaneous screen sharing in Zoom
Zoom supports simultaneous screen sharing by multiple participants. It is ideal for remote meetings, design sessions, and pair programming. To enable it, configure your Zoom client to use multiple monitors. Open the Zoom preferences On the general tab…
Is the Chef aws_s3_file resource idempotent?
Yes, it is idempotent. It means, when the target file on the local drive matches the source file in the S3 bucket, Chef Client does not download the file. In the past aws_s3_file was not idempotent, but now behind the scenes it calls remote_file which…
Chef FATAL: IndexError: string not matched
Chef attributes are “Mash” type. From the Ruby Doc: “Mash allows you to create pseudo-objects that have method-like accessors for hash keys.” Mash is inherited from Hash. Attributes can hold any data type, but we need to make sure…
Get a refund for DMV vehicle registration renewal late payment penalty
If you have never received the vehicle registration renewal notice from the DMV and you have to pay a penalty First, you need to pay the full amount including the penalty Visit this link to get a…
aws: command not found
When we want to execute AWS CLI commands to create tags, add AWS keys on AWS instances with the AWS Chef cookbook, first, we need to install the AWS CLI. On Linux the following lines complete the installation Make sure you use the -b /usr/bin option to…