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…
Python alternate module names for pip install
To install some Python modules we need to use alternate names in the pip install command Module name Install command googleapiclient pip install google-api-python-client
ModuleNotFoundError: No module named ‘googleapiclient’
When we start to use a Python module, we need to install it on our workstation, and on the server, or in the Docker container where the application will run. ModuleNotFoundError: No module named ‘googleapiclient’ Usually, we install the…
Record multiple keystroke macros in Stream Deck
Stream Deck is a great programmable keyboard to organize frequently used functions in games and other programs. In games, we usually store one keystroke per button, but we can store longer macros for Google Sheets and other applications. To store…
Cannot connect to an AWS EC2 Windows instance with WINRM
When we launch an AWS EC2 instance with Windows 2012, Windows 2016, Windows 2019, the “Administrator” local account is automatically created and added to the Administrators group. We can decrypt the Administrator password using the private…
An argument named “root_block_device” is not expected here. Did you mean to define a block of type “root_block_device”?
In the Terraform script to create an AWS EC2 instance, we can specify the volume sizes. Separate arguments describe the root and data volumes. This feature enables the script to create the volumes without specifying the connection attributes in another…
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…