среда, 5 декабря 2018 г.

[KDE] numpad digits not working how to fix

Find in launcher for "Keyboard" control window, in tab "advanced" in "moscellaneous compatibity options" group set ticks for "default numeric keypad keys" and "Num Lock on: digits; Shift for arrow keys. Num Lock off: arrow keys (as in Windows)".

If it doesn't work, find "Mouse" control window, in tab "keyboard navigation" remove checkbox for "move pointer with keyboard".

KDE plasma version 5.12.6, Kubuntu 18.04

воскресенье, 2 декабря 2018 г.

AWS after destroying instance creates it again fix

When you cannot stop and destroy instance and something creates them again, remove autoscaling group/configuration from menu on the left.

The issue appears after using ecs-cli utility and creating EC2 clusters.

пятница, 30 ноября 2018 г.

Aws ecs-cli created fargate instance instead of ec2 fix

Be sure you ran ecs-cli up --capability-iam --instance-type t2.micro  with argument --cluster-config <configname>
, where configname is already created with ecs-cli configure command.

пятница, 23 ноября 2018 г.

Bootstrap modal "Maximum call stack size exceeded" error fix

If you receive this error, another solution is to hide all other modals before opening current modal. Bootstrap 3.3.7

суббота, 10 ноября 2018 г.

gta 3 how to disable drunk slow mo effect

To disable dizziness or slowmo effect in GTA III, in game video settings make "Trails" disabled.

четверг, 8 ноября 2018 г.

[Ethereum] Web3 "Couldn't connect to node" fix

If you have "Couldn't connect to node http://localhost:8545", check your web3 smart contract function arguments, maybe you're added redundant parameter ({value: ...} in my case). Worked on Parity v2.1.3 on Docker

вторник, 6 ноября 2018 г.