POP OS 19.10 GTA V and Streaming Setup.

Update: May 7, 2020. Updated the Asus to Pop! OS 20.04 – fresh install, Steam running Proton 5. The app id for GTA V changed but I was able to do the same basic steps with the exception of installing the video driver. I installed the NVIDIA version of Pop! OS and everything worked fairly […]

Setup 3DO in RetroArch on Linux.

Awhile ago I posted a 3DO emulator that only runs on Windows. I haven’t played any retro console games in a few years beyond old PC games from GOG to be honest but I had some time and was wanting to play Slayer, my favorite game on 3DO back in the day. I also wanted […]

First App Example In Nim

First impression of Nim was, wow! I’m a big Python guy so the syntax made me feel at home. I installed initially with apt and found it to be a tad old. Still, things worked great until I installed a few packages. None would import no matter what I did. I got close but they […]

Monitor cron jobs on Ubuntu

If you need to monitor cron jobs to verify they run for a particular user open the terminal and type, $USER being the currently logged on user: $ tail -F /var/log/syslog | egrep ‘CRON.*’$USER OR $ SOME_USER=”root” $ tail -F /var/log/syslog | egrep ‘CRON.*’$SOME_USER You could also call tail using Python in a timed while […]

List of Linux IDEs with GUI designers.

Are looking to develop GUI applications on Linux but don’t really want the tediousness of hand coding the interface? Here is a list of IDEs or visual designers with WYSIWYG ability. Many of these tools also run on Windows and/or Mac and can compile for all three platforms with a few including arm and smart […]

How to fix a ASUS ROG laptop installing Pop OS adding HP scanning ability.

Installing Pop! OS 18.10 on a 2017 Asus ROG fixes every problem Windows created. 😂 Over heating? Fixed. USB connection issues? Fixed. Driver issues? None. Touch Pad sucks? Nope. Of course you might not be able to play all your favorite Windows games, but I get most to work if I put my mind to […]

Installing Cinelerra GG on Pop or Ubuntu 18.10.

If you want the latest Cinelerra GG on 18.10 you’ll need to trick the system. If you’re not comfortable you can always wait. First thing is first, add the PPA. This will cause an error, but we will fix that so ignore it. Type each command in the terminal: sudo apt-add-repository \ https://cinelerra-gg.org/download/pkgs/ub18 Open the […]

Linux Terminal Application list.

If you really love the terminal and can’t get enough here is a list of programs that should make you smile. Linux comes packed with so many command line tools already; you can do just about anything without the GUI, but what if you want more? Maybe some of these programs are for you. Many […]