Foszlós kakaós fonott kalács mazsolával és csoki darabkákkal
Hozzávalók 50 dkg finomliszt 10 dkg kenyérliszt 1.5 – 2 dl tej 25 g friss élesztő, vagy 7 g száraz élesztő, vagy 180 g kovász 1 teáskanál cukor az élesztő felfuttatáshoz 2 dl zsíros habtejszín (nem főző tejszín) 3 evőkanál cukor 1 teáskanál só 1…
Túrós batyu
Az eredeti recept és útmutató itt található Túrós batyu, ahogy Szabi a Pék készíti Mivel nálunk a túró nem olyan kemény, és nem vagyunk annyira édes szájúak, néhány kisebb változtatást alkalmaztunk. Ha kovásszal dolgozunk, 1 óra helyett 2.5 órát…
Kovász készítés Szabival
Szabi a pék, Szabadfi Szabolcs, 30 éve süt jobbnál jobb kenyereket és péksüteményeket. A Covid-19 miatti karantén alatt sütni vágyók ezrei kísérték figyelemmel sorozatát, melyben a házi kovász készítését és kovászos kenyér sütését tanította. A teljes…
Microsoft SQL Server database index fragmentation report
When the first row of long running queries is returned after a long initial wait, check the fragmentation of the indexes. On MSSQL execute this query in the database
Map the host drive in a VMware Fusion Windows virtual machine
Every time I start a PowerShell terminal on my Windows VMware Fusion virtual machine I have to map the host drive of my MacBook Pro. I execute this command in PowerShell:
Remove byte-order mark from the beginning of the file
When a file is saved with BOM (byte-order mark) on a Mac or Linux machine Windows PowerShell cannot execute the script. Unfortunately the “cat” command by default does not show the byte-order mark at the beginning of the file. As Oriol stated…
Clear the browser cache for one site in Chrome
Some sites do not load properly when old cached data is stored in the web browser. To clear the cached images, cookies and other site related data for one specific site in Chrome We didn’t use the developer tools, but to be able to see the options…
Find blocking queries in MSSQL
To find queries that block others in Microsoft SQL databases, execute This returns the list of active sessions and indicates what session blocked it. To get the query of a session, execute
MSSQL database migration to another database server
When a database is migrated to another server by copying the database file or restoring it from a backup file, the original database user account references are also carried with it. Those accounts contain the account IDs specific to the original…
RuntimeError: Volume vol-… attached at xvdf but does not conform to this resource’s specifications
When the Chef aws cookbook’s ebs_volume.rb resource tries to bring a volume online, partition, and format it we get the error message: RuntimeError: Volume vol-… attached at xvdf but does not conform to this resource’s…