Ingredients For 1 large thick, or 2 large thin crust pizzas 3/4 cup (6 fl oz) warm (105-110 °F) water ( around 20 seconds in the microwave ) 1/2 teaspoon sugar 1-1/8 teaspoon active dry yeast ( 1/2 package ) 2 cups all-purpose flour 1/2 teaspoon salt 1/6 cup (1.3 fl oz) olive oil For …
Author Archives: Laszlo Pinter
Migrate an existing WordPress site to AWS Lightsail
If your WordPress site is already hosted at another provider you may be able to save money if you manage it yourself in AWS Lightsail. Create the WordPress Lightsail instance To migrate your existing site to AWS Lightsail, first create a WordPress Lightsail instance. See Host WordPress in AWS Lightsail Migrate an existing site to …
Continue reading “Migrate an existing WordPress site to AWS Lightsail”
Host WordPress in AWS Lightsail
If you are just starting your WordPress blog, or you already have a site hosted somewhere AWS Lightsail provides a cost effective hosting solution. To create a WordPress site in AWS Lightsail Create a Lightsail instance Log into your AWS account Navigate to the Lightsail service Set the instance location bu clicking on the Change …
Add money to your SnowRunner character
SnowRunner from Epic Games stores the game save information in a JSON file. If you installed the game on a PC using the Epic launcher, the game is installed at C:\Program Files\Epic Games\SnowRunner the config file is in the %USERPROFILE%\Documents\My Games\SnowRunner\base\storage\c4c6ea08ec5f4ab8985493ea02df0122\CompleteSave.dat file. Open the config file with a text editor, we recommend Notepad ++. Exit …
Panasonic RC-800 Órás Rádió
Használati utasítás Itt található az eredeti angol nyelvű használati utasítás Rádió Tárolt adók hallgatása A [ PRESET 1-10 ] gombbal tudod kiválsztani a tárolt állomást. Adó behangolása Hangold be a rádiót a [ TUNE/SELECT \/ és /\ ] gombokkal. Tartsd a gombot nyomva amíg a rádió keresni kezdi a következő állomást. Amikor a rádió megtalálta …
Használati Utasítások
Rádiók Panasonic RC-800 Órás Rádió
Panasonic RC-800 Clock Radio
Here is the original English language user manual of the Panasonic RC-800 clock radio
Migrate a Node.js application into a Docker container
To avoid repetition, for overview and language agnostic examples on application migration to containers see Migrate your application into a Docker container Update your application Exclude downloadable libraries Add a Node.js-specific .gitignore file to the root of the Git repository. This is an example of a basic file. Read configuration values from environment variables Node.js …
Continue reading “Migrate a Node.js application into a Docker container”
Migrate a Python application into a Docker container
To avoid repetition, for overview and language agnostic examples on application migration to containers see Migrate your application into a Docker container Update your application Exclude downloadable libraries Add a Python-specific .gitignore file to the root of the Git repository. Read configuration values from environment variables Python natively supports the reading of environment variables. The …
Continue reading “Migrate a Python application into a Docker container”
Migrate your application into a Docker container
Containers are the future (and some of us are already there). Container technology, spearheaded by Docker, is revolutionary by allowing developers to write applications once, and run them (almost) anywhere. Containers help developers to fully test a complete application including frontend, middle tier, and databases on their workstations, and expect the same result in the …
Continue reading “Migrate your application into a Docker container”