Tag Archives: Bash

Linux and Unix Soft Links Primer Tutorial

Are there big differences between the Linux and Unix operating system, and Windows, for example? Deep at the heart of the very file orientated Unix and Linux operating systems (where just about everything can be boiled down to being about … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , | 1 Comment

C Recursion Primer Tutorial

Recursion is the process of repeating items in a self-similar way. For instance, when the surfaces of two mirrors are exactly parallel with each other the nested images that occur are a form of infinite recursion. The term has a … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , | Leave a comment

C Union Primer Tutorial

The C programming language introduced a data structure called union which allowed that data structure to contain a range of different data types which could come and go in relevance, during program execution, for many and various purposes, as the … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , , , , , , , | 33 Comments

Assembler for MacOSX 64bit Tutorial

Assembler programming is a very early form of software code, dating back as far as 1954, that sits, in the spectrum of computer language sophistication, between computer machine code and the compiled source codes of modern programming languages (which comparatively … Continue reading

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

Windows and Mac Command Line Gmail Email Primer Tutorial

Here we have a Mac Linux Bash Terminal session and Windows Command Prompt session (not respectively … just to keep you awake), each showing a method of sending a Gmail ( see Gmail Email Invitation Primer Tutorial ) at the … Continue reading

Posted in eLearning, Networking, Operating System, Tutorials | Tagged , , , , , , , , , , , , | 1 Comment

More Linux Bash Mac Terminal Tutorial

This tutorial follows up on … Linux Bash Mac Terminal Tutorial. We delve more into the wonderful world of Linux and the command line with an approach of “doing some things”. With command line work it is easier to learn … Continue reading

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

Perl Primer Tutorial

Here is a tutorial that introduces you to some aspects of Perl. Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym,[4] there are various backronyms in use, such as: Practical Extraction and Reporting … Continue reading

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

Linux Bash Mac Terminal Tutorial

Tutorial … Transcript: Do you own a Mac laptop or desktop? Have you heard of the application Terminal? It is like Command Prompt in Windows and if you know Bash scripting it can open a whole new world of possibilities … Continue reading

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