MWLS.com

Learning Blog


Home | Blog

Amazon Marketplace Profit Calculator

Desktop version is now available for Linux as well as Windows and Mac OSX.

more...

21 November 2016

750   


How to Install Java on Ubuntu Linux

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--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

more...

18 November 2016

933   


Latest Icebreaker

Arrange 6 Matches to make 4 equilateral triangles whose sides are one matchstick long.

This icebreaker encourages creative thinking.

more...

8 November 2016

662   


Creative Commons

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

more...

5 October 2016

1040   


Paired Comparisons

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

more...

15 September 2016

701   


Amazon Marketplace Profit Calculator

Now available for Mac OSX.

more...

17 August 2016

741   


Notable and interesting dates

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).

more...

11 August 2016

883   


Publication dates

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).

more...

9 August 2016

864   


< Newer Posts | Older Posts >