Matt

technology, keyboard, computing-785742.jpg

How to fix Linux Mint stalling while removing all DKMS modules during updates

While attempting to update my Linux operating system via terminal the update got stuck/hung on the following line: ‘Removing all DKMS modules’. This tutorial mainly describes how to fix the problem of Linux getting stuck at the line ‘Removing all DKMS modules’ while running a system update. This post will also describe how to fix …

How to fix Linux Mint stalling while removing all DKMS modules during updates Read More »

website, code, html-647013.jpg

How to automate device configuration via browser using Python and Selenium

How to automate device configuration via browser using Python and Selenium Selenium is a browser automation library that is available for various programming languages, including Python. This tool allows you to take the user inputs associated with browser activity, like filling out forms, clicks, and so forth, and automate all that. This is particularly useful …

How to automate device configuration via browser using Python and Selenium Read More »

close up photo of programming of codes

Configure Eclipse IDE to work with Java 8 32-bit custom libraries on Linux Mint 20.3

Introduction I recently found an excellent Java course published by Stanford University titled “CS106A – Programming Methodology”. The professor, Mehran Sahami, is a very engaging instructor and I like his video lectures. CS106A is published for free by Stanford Engineering Everywhere at https://see.stanford.edu/Course/CS106A (Thank you, Stanford!). I set a challenge for myself to create a …

Configure Eclipse IDE to work with Java 8 32-bit custom libraries on Linux Mint 20.3 Read More »