Learning Blog
Home | Blog
Desktop version is now available for Linux as well as Windows and Mac OSX.
21 November 2016
After spending many hours searching the Internet and following many different instructions and typing thousands of commands into the terminal with the process always failing (usually at the last input), I've finally found a way of installing Java on Ubuntu.
To run Java programs you need to have the Java Runtime Environment (JRE) installed. You can see whether it is already installed by checking the version: In the Terminal (search for 'Terminal'), type:
$ java -version
If the required version of Java is not already installed, try running the Software Updater and check again, otherwise install the required version from a different repository:
$ sudo apt-add-repository ppa:openjdk-r/ppa
$ sudo apt-get update
$ sudo apt-get install openjdk-= $javaVersion ?>-jre
$ sudo update-alternatives --config java
[Choose version by entering the Selection Number of the required version]
This method will also probably work for Debian and Linux Mint.
If you want to develop programs you will, of course, also need the Java Development Kit installed, so enter:
$ sudo apt-get install openjdk-8-jdk
instead of:
$ sudo apt-get install openjdk-8-jre
18 November 2016
Arrange 6 Matches to make 4 equilateral triangles whose sides are one matchstick long.
This icebreaker encourages creative thinking.
8 November 2016
I will be licensing some of the material on my website under the Creative Commons licence. You can can find out more about Creative Commons from their website:
creativecommons.org
There are several versions of this licence, but the version I have decided to adopt allows 'distribution and use' of the work providing it:
- has been attributed to Mike Wills Learning Services,
- has not been modified and
- will not be used for commercial purposes.
For more details of the licence I am using, please go to:
creativecommons.org/licenses/by-nc-nd/4.0
5 October 2016
Paired Comparisons is a decision making and prioritizing tool.
In addition to a description of the tool, and an example of its use, there is also an embedded program which will take out much of the hard work in using the tool.
View
15 September 2016
Now available for Mac OSX.
17 August 2016
From now on, the monthly version of my 2016 Almanac will no longer be published in my newsletter.
You can still view the 2016 Almanac on my website (mwls.com/resources/almanacs/2016.php).
11 August 2016
Instead of my newsletters being published on a regular, monthly basis, they will now be published when sufficient, relevant items are available for publication.
You can still get immediate notification of my news items by following me on Facebook (facebook.com/LearningPages) and twitter (twitter.com/LearningPages).
9 August 2016
< Newer Posts | Older Posts >