Hozzávalók 45 dkg darált hús 1 tojás 1 közepes hagyma 1-2 gerezd fokhagyma 1 nagyobb szelet kenyér 9 gramm só Petrezselyem Majoranna Pirospaprika Bors Zsemlemorzsa Olaj Elkészítés A hagymát kevés olajon megdinszteljük. A kenyeret vízbe beáztatjuk. A húst egy nagyobb tálba tesszük, beletesszük a felvert tojást, a dinsztelt, kihűtött hagymát, az átnyomott fokhagymát, a kinyomkodott …
Author Archives: Laszlo Pinter
Csalamádé tartósító szer nélkül
Kevert Sütemény
Hozzávalók 2 tojás 16 dkg porcukor, esetleg vaníliás cukor 5 dkg olvasztott vaj 3 dl tejfől 30 dkg liszt 1 sütőpor csokoládé, mazsola, vágott dió tetejére gyümölcs ( meggy, szilva, áfonya,stb) Elkészítés A tojást az olvasztott vajjal és a cukrokkal géppel kikeverjük fehéredésig, amíg a cukor teljesen elolvad, Hozzáadjuk a tejfölt, Hozzáadjuk a sütőporral elkevert …
Palacsinta
Hozzávalók 12 darab palacsintához 2 tojás 4 dl tej 20 dkg liszt 1 csipet só 1 dl szódavíz 1.5 evőkanál olaj a tésztába A tészta A tojásokat egy tálban összekeverjük a tejjel Egy csipet sót teszünk bele Lassan belekeverjük a lisztett Belekeverjük a szódavizet Madártej sűrűségű legyen 15 percre a hűtőbe tesszük pihenni Sütés Belekeverjük …
Krumpli (Burgonya) Főzelék
2 személyre 2 nagy piros burgonya 1 nagy barérlevél 1-1/2 evőkanál olaj 2 evőkanál liszt 2 evőkanál tejföl 1/2 kávéskanál só (2% a vízhez képest) A krumplit először négy felé és utána közepesen vastag szeletekre vágjuk.A krumplit megfőzzük sóval, babérlevéllel annyi vízben, hogy a krumpli épp hogy kilógjon a vízből.Egy másik lábosban krémes fehér rántást …
Disable Sticky Keys on Windows
Many games use the Shift and Num Lock keys for control. In Kerbal Space Program Shift increases the throttle. On Windows, when you press the Shift key five times, the OS interrupts the game display and switches to a prompt asking if you want to turn on Sticky Keys. Pressing the Num Lock key for …
Create password protected Zip file on Mac
To create a password protected Zip file from the command line on a Mac Create a folder for the source files, Move the source files into the folder, Open a terminal in the parent folder, Execute the command: Zip will ask for the password.
Exception: invalid literal for int() with base 10: ‘7.0’
Python cannot convert a floating-point string to an integer in one step. When you get the error message Exception: invalid literal for int() with base 10: ‘7.0’ Convert the string to float first
Engine is missing for the Kerbal Space Program tutorials
The Kerbal space program tutorials still reference the old LV-T45 “Swivel” Liquid Fuel Engine, but the default Engines tab does not contain it. To access the engine In the upper left corner click the Enable advanced mode icon Click the Filter by Cross-Section Profile icon Select the LV-T45 “Swivel” Liquid Fuel Engine
How to change a Git commit message after push
To change a Git commit message after the commit has been pushed Open a terminal in the repository folder Use the interactive rebase command to retrieve the specified number of recent commit messages The list of the recent commits appears in your default text editor Replace the word pick with reword in the lines you …
Continue reading “How to change a Git commit message after push”