Tag Archives: command line

Xcode and its Command Line Tools Primer Tutorial

Xcode is a great GUI IDE application that comes with Macs “out of the box” (quite often). In the earlier versions … think maybe less than 4 … “out of the box” it lived with C and C++’s great gcc … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , , | 1 Comment

Linux diff Primer Tutorial

The Linux (or unix) command diff is a powerful command line tool that does file comparisons at the command line of a Linux (or unix) operating system. When you are coding this type of tool can be very important. You … Continue reading

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

Linux cURL Primer Tutorial

The Linux (or unix) command cURL is a powerful command line tool, that, if installed, may help you garner data by means of data scraping (or screen scraping, or, as in our case, web scraping) from the web, within the … Continue reading

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

Linux mailx Primer Tutorial

Think Linux and you may not associate it with email, but Linux can be excellent for many email requirements, especially using mailx and uuencode. The use of uuencode allows you to give your email an attachment, and the mailx -s … Continue reading

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

Linux Watchdog Primer Tutorial

“ Do you have a computer operational problem? What the … what is that humanoid on about? Well, is there a computer operation you have to do routinely, to fix an ongoing problem, that relies on your personal intervention that, … Continue reading

Posted in eLearning, Operating System, Software, 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

Python Processing Directory Filespec Primer Tutorial

Python is the computer language of choice of a growing number of programmers because of its style of language, data structures and speed. Python is a programming language that lets you work more quickly and integrate your systems more effectively. … Continue reading

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