A Calibre e-könyv konvertáló program rossz formátumra konvertál
Ha megváltoztatjuk az Előnyben résszesített kimeneti formátumot, a Calibre program néha továbbra is az előző beállítás szerint konvertálja a könyveket. Hogy felfrissítsük a beállítást Kattintsunk a Beállítások gombra Kattintsunk a Viselkedés gombra…
Letölthető elektronikus könyvek
Ezeken az oldalakon ingyen letölthető elektronikus könyvek találhatók Papírontúl Ingyenes, legálisan letölthető elektronikus könyvek Adatbázis 1, 1200 könyv a Magyar Elektronikus Könyvtár oldaláról Adatbázis 2, 235 könyv a Kindlevarázs és a Gutenberg…
Libri elektronikus könyv olvasása az Amazon Kindle Paperwhite-on
Az Amazon Kindle Paperwhite a következő formátumokat támogatja: MOBI könyv (.mobi) Kindle könyv (.azw csak kábelen másolható, email-ben nem küldhető) Microsoft Word (.doc, .docx) HTML (.htm, .html) Rich Text Format (.rtf) Text (.txt) JPEG (.jpeg, .jpg)…
Amazon Kindle Paperwhite konfigurálása Libri elektronikus könyv olvasásához
A legegyszerűbb, ha a könyveket email-ben küldjük as Amazon Kindle Paperwhite-re. Így nem kell hozzákapcsolnunk a Kindle-t a számítógépünkhöz. Jegyezzük fel a Kindle email címét Jelentkezzünk be az amazon.com web site-ba. Az Accounts & Lists menüben…
Quiet down the low frequency vibration of the LRDCS2603S bottom freezer LG refrigerator
LG uses a piston-type compressor in its new refrigerators. The company offers 10-year warranty on the new design, but the new compressor generates a very strong 60 Hz vibration. You can hear it as a low-frequency hum and shakes the entire house. The…
Failed to install cookbooks from lockfile
During Chef cookbook testing with Test Kitchen only one “converge” action can update the Policyfile.lock.json at a time. If you test multiple recipes in the same cookbook, wait for the “Updating policy lock using /usr/local/bin/chef-cli…
Move AWS EC2 instance to another subnet or availability zone
When we move an EC2 instance from one subnet to another or to another availability zone the EC2 Metadata Service stops working on the instance. We get the error message: Unable to get IAM security credentials from EC2 Instance Metadata Service. To enable…
Cannot modify the instance class because there are no instances of the requested class available in the current instance’s availability zone
When you change the instance type of an AWS RDS instance, the availability zone of the instance has to have available capacity of the selected type. Some older availability zones (us-east-1a) have more old instance types than new types available. If the…
Exit from Bash script on error without closing the terminal window
To terminate the script in case of an error, we can use the “-e” option. When a bash script is “sourced”, called from an alias with a leading dot like my-alias='. /my-script to execute in the same process, or a function is…
Error: Failed to install cookbooks from lockfile
When the CI/CD pipeline loads dependency cookbooks from GitHub and the kitchen converge process throws the error: Error: Failed to install cookbooks from lockfileReason: (CookbookOmnifetch::NotACookbook) The resource at ‘/…’ does not…