Category Archives: Operating System

An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer programs ( Wikipedia )

PHP Modes of Use Primer Tutorial

PHP is a very flexible programming language. It is probably best known as a server-side language called by a web browser using the http transport layer (ie. web browsing, or “surfing the net”). Let’s list three modes of use of … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , | Leave a comment

Linux Korn Shell Interactive Primer Tutorial

Linux (or unix) support a number of shell command line environments, the default being Bash for Mac OS X and its Terminal application. My favourite shell is called Korn shell, because I got used to it a lot doing work … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , | Leave a comment

Apache .htaccess Prevent Directory Listing Tutorial

Today’s tutorial continues some of this blog’s discussions regarding a big area (of knowledge) of Apache and PHP website usage, about the use of .htacccess files we last talked about with the previous Apache .htaccess Autoprepend Autoappend Primer Tutorial as … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , | 33 Comments

Windows Command Line Message Primer Tutorial

With the Windows operating system, in the days of Windows XP, the Messenger service was more “mainstream” with the installations of Windows, and accepted or tailorable by firewalls (via firewall.cpl) and services (via services.msc). In these times the Command Line … Continue reading

Posted in eLearning, Networking, Operating System, Tutorials | Tagged , , , , , , , , , , | Leave a comment

Java Swing ActionListener KeyListener Primer Tutorial

Here is a tutorial that uses Swing functionality in Java to create a GUI (Graphical User Interface) desktop program on a Mac laptop (but same code may well work, compiled on a Windows laptop (the same way)) that tests your … Continue reading

Posted in eLearning, Event-Driven Programming, Games, GUI, Operating System, Tutorials | Tagged , , , , , , , , , , , | 3 Comments

Windows Command Line Start Primer Tutorial

A lot of Windows desktop processing tasks require you to do more than one thing at a time (calling all afficianados of multitasking). Windows (from Microsoft) caters well for people who multitask, and there is a cute keyboard shortcut for … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment

Linux vi C make Primer Tutorial

The Linux (or unix) command vi is a powerful command line editor tool which has a long history with unix and the maintenance of C code (as just one example of its uses). So much so, as far as C … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , | 5 Comments

MacPorts pdf2json Primer Tutorial

With a few previous tutorials, such as Wine Primer Tutorial as shown below, at this blog, we have used the brilliant MacPorts as a method of installing Open Source software on a Mac OS X operating system via the Terminal … Continue reading

Posted in eLearning, Installers, Operating System, Software, Tutorials | Tagged , , , , , , , , , , | 3 Comments