Tag Archives: Linux

Rename Scenarios in Linux Shell Script Primer Tutorial

Linux (or Unix) is a command line environment that is really powerful regarding file management. This power is no surprise as the basis of Unix and hence, Linux, is that files are at the heart of the design of the … Continue reading

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

PHP/Javascript Hangman Game Tutorial

Do you like word games? Today’s game is well known to lots of people … Hangman. It uses English words, based on the dictionary arrangements at its (web) server. Maybe it would be a good game to learn English vocabulary. … Continue reading

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

Linux Background Primer Tutorial

Linux (or Unix) is a command line environment that supports interactive and non-interactive task management. Often non-interactive tasks are known as batch processes, often intended not to rely on any user intervention, unless there is a problem. In the pre-GUI … Continue reading

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

PHP Show Linux Processes Primer Tutorial

The Linux (or unix) command ps shows process information at the command line of a Linux (or unix) operating system. The performance of your Mac laptop or web server can be monitored, albeit in a non-GUI rather crude way using … Continue reading

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

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 wget Primer Tutorial

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

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

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