jMeter set num of threads and duration in CLI Task: run test with different threads count and duration time Implementation: Set parameter value to “${__P(propName, defaultValue)}” in the test… Continue reading “jMeter set num of threads and duration in CLI”…
Display youtube video inside the image (as a border) Task: Display youtube video inside (over) the image as a border. Implementation: Note: set different border values (paddings and margins)… Continue reading “Display youtube video inside the image (as a border)”…
AWS BeansTalk add Nginx logrotate config Task: Add configuration file with Nginx logrotate Implementation: Add file ./.ebextensions/logrotate.config Done. Continue reading “AWS BeansTalk add Nginx logrotate config”…
How to clear CloudWatch client cache Task: clear Cloud Watch client mon-put-instance-data.pl data Solution: Remove all files with subdirectories in the /var/tmp/aws-mon directory. Done. Continue reading “How to clear CloudWatch client cache”…
Python get CPU temperature and display it on image Task: Get CPU temperature and display it on my clock’s screen Implementation: Result you can see on this post image… Continue reading “Python get CPU temperature and display it on image”…
Python get disk free space in MB and display it on image Task: Get disk free space in MB and display it on my clock’s screen Implementation: Result you can see on… Continue reading “Python get disk free space in MB and display it on image”…
Python get weather and display it on image Task: Get current weather by city name and display it on my clock’s screen Implementation: Result you can see on… Continue reading “Python get weather and display it on image”…
Raspberry Pi Virtual keyboard Task: Add Virtual (screen) keyboard on Raspberry Pi device Implementation: Install virtual keyboard application Add a Virtual Keyboard Toggle to… Continue reading “Raspberry Pi Virtual keyboard”…
Fix upgrade Jenkins on Ubuntu While I am updating Jenkins server – see: How to fix: Output: Try to upgrade: Done. Continue reading “Fix upgrade Jenkins on Ubuntu”…
Howto add YouTube video on you page with responsive design Task: Add YouTube video on your web page with responsive design Solution: Note: Please set your correct YouTube video id… Continue reading “Howto add YouTube video on you page with responsive design”…
Howto change divs order Task: Change divs order for mobile design Implementation: Style definition you can add in the css file. Done. Continue reading “Howto change divs order”…
Howto monitor AWS EC2 instance status in bash script Task: Monitor instance status in bash script Implementation: #!/bin/bash instanceID=i-… # your instance ID # Get instance status… instanceStatus=$(aws ec2… Continue reading “Howto monitor AWS EC2 instance status in bash script”…