Python 3 + Selenium – An introduction to using selenium and headless firefox

Selenium is a very handy framework for testing web applications and it is also helpful in automating repetitive tasks on the web. I recently used Selenium WebDriver in a python script to help my wife with a college course she was trying to get into. It was a required course but students had filled all […]

Loading Likes...

Self-extracting Config Files with makeself

Have you ever had the problem of installing a new Linux distro and scping your config files to the home directory? Window/Desktop manager configs, .vimrc, .bashrc/.zshrc, and others. This problem is compounded with installations to multiple virtual machines, raspberry pis, etc. Luckily, there is a very handy tool that can make this process much easier […]

Loading Likes...

How to Install a Virtual Ubuntu 18.04 Desktop

If you are just learning about Linux or you have been wanting to learn more, there’s never been a better time to try it out for yourself! Learning Linux has helped me tremendously as a QA tester and then as an SDET. Tip: If you are super new to linux and not sure what it […]

Loading Likes...