I am running Ubuntu 8.04, another month and I'll upgrade to the next LTS release. Linux is awesome. So easy and customizable. And best of all it's free, just like education and help should be.
I'm actually pretty satisfied with Winblows 7. Then again I'm not doing as much 'technical' computer work as I used to so I may have yet to reach it's weak points. Maybe I got lucky but I think it's a pretty solid OS. No problems so far.
Its what we in the Linux world call "eye candy", or "bling". It doesn't have too many practical uses. Linux and Windows manage there processes differently, anything on Linux takes next to no memory. The program used to render the cube, among other things, is called Compiz Fusion. Right now it is using 30mb. I have 4gb of ram and have never used over 3gb...ever.
Install Windows Subsystem for Linux with the command, wsl --install. Use a Bash terminal on your Windows machine run by your preferred Linux distribution - Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine, and more are available.
docs.microsoft.com
Works just like a standard linux terminal. Can compile and run linux apps.
Q B a s i c G o r i l l a s
'
' Copyright (C) Microsoft Corporation 1990
'
' Your mission is to hit your opponent with the exploding banana
' by varying the angle and power of your throw, taking into account
' wind speed, gravity, and the city skyline.
'
' Speed of this game is determined by the constant SPEEDCONST. If the
' program is too slow or too fast adjust the "CONST SPEEDCONST = 500" line
' below. The larger the number the faster the game will go.
'
' To run this game, press Shift+F5.
'
' To exit QBasic, press Alt, F, X.
'
' To get help on a BASIC keyword, move the cursor to the keyword and press
' F1 or click the right mouse button.
'
'Set default data type to integer for faster game play