Previous ~ Next page
5 of 13 pages

dos pcem

PCem

Article preview image Article preview image

PCem is an IBM PC emulator for Windows and Linux released under a GPL license. Unlike other solutions, such as DOSBox or SCUMM, it doesn’t simulate an operating system or game environment. It is a classic emulator designed to emulate 8/16/32-bit x86 hardware used by IBM and other clone manufactures. Therefore, it requires the originals of the machine BIOS and compatible operating system to work.

Continue reading



linux windows wsl

Run Ubuntu Linux and Bash on Windows 10

Article preview image Article preview image

As of release July 2016, Windows 10 includes the ability for desktop users to install and run a copy of Ubuntu terminal from within Windows! Officially called the Windows subsystem for Linux it usually goes by a slightly more memorable name of Bash on Ubuntu on Windows.

Continue reading


JS

Assignment to read-only properties is not allowed in strict mode

Using JavaScript to apply CSS to Internet Explorer/Edge returns ‘Assignment to read-only properties is not allowed in strict mode’

I encountered a silly mistake on my behalf the other day when programming some JavaScript DOM. This simple JS code to apply a style to an HTML element works fine in Chrome and Firefox. But breaks in Microsoft’s Edge and Internet Explorer with the following error.

Continue reading


linux windows

Make the Windows Command Prompt, Linux-like

Article preview image Article preview image

In this entry I will explain my method of improving the Windows Command Prompt and its command-line. To turn it from a crude shell prompt into an ANSI coloured interface with a useful set of tools that can commonly be found on Linux and Mac terminals. We will also integrate a number of optional popular programming languages, a software package manager and other features. This will require some existing knowledge of Windows and its command-line.

Continue reading

Previous ~ Next page
5 of 13 pages