Dbeaver

Can’t believe I hadn’t heard about Dbeaver until a recent Destination Linux podcast talked about it. A free multi-platform database tool that works on many different databases. Tried it on a SQLite DB, and it worked great. Automatically downloaded the driver needed. It caught my attention because it supposedly works on MS-Access databases. However I …

Fix Tumbleweed VLC/browser playback

This also fixed Twitter videos not playing in Firefox! Solution here! sudo zypper ar -cfp 90 http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/Essentials packman-essentialssudo zypper dup –from packman-essentials –allow-vendor-change The above 2 seemed to fix the problem however there was another step listed (see below) in the solution that I did not do…because the above 2 commands fixed the problem!

More gnuCOBOL issues in Tumbleweed

Had successfully compiled a simple program. But the latest compile attempt give me… bill@bill-MS-7B79:~/Mystuff/COBOL/progs/Primes> cobc PRIMCOB1.cbl  /tmp/cob5820_0.c:11:10: fatal error: gmp.h: No such file or directory  11 | #include <gmp.h>     |          ^~~~~~~compilation terminated.bill@bill-MS-7B79:~/Mystuff/COBOL/progs/Primes> Solved: Had to select gmp-devl in YaST Software. This selected 2 other packages also. libgmp10 already was checked

Solution to last update…high CPU usage!

Installed proprietary Nvidia driver by following this. Once again not a show stopper but more work to install Nvidia drivers than I’m use to. I did this because I’ve seen similar problems with other distros. bill@bill-MS-7B79:~> sudo hwinfo –gfxcard | grep Model [sudo] password for root:    Model: “nVidia GK208B [GeForce GT 730]” bill@bill-MS-7B79:~> sudo …

Tumbleweed problems after applying 73 updates!

Success? Not flawless. Appeared to complete. However it had problems shutting down. CPU was running at 60%+. Finally did ALT+CTRL+Back Space a few times and it logged off and rebooted. At re-logon CPU still running high…60%+. Top reports plasma-systemmo running at over 700%. Rebooted…same thing. Shutdown/restart…same thing. Not good : (