Tag Archives: korn shell

Linux Global Substitutions Primer Tutorial

We’ve discussed the topic of Linux (or unix) shell scripting method of global file substitutions with the very old Are you interested in combating drudgery? and the example usage in str_replace.sh Yesterday we revisited the idea regarding the upgrade to … Continue reading

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

Linux crontab Considerations Tutorial

The crontab functionality in Linux or Unix is just great. It is batch processing, doing things while you are not there. This same crontab strength is also, at times, a source of its weakness … what if something goes wrong … Continue reading

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

Google Charts Emailing Primer Tutorial

The Google Charts (derived) webpages here at this rjmprogramming.com.au WordPress blog have all changed to add functionality for emailing snapshots of the Google Charts “midstream”. You can see a table of tutorials, and corresponding PHP code (with the last row … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Projects, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , | 19 Comments

CSH/KSH/PHP Numerical Bubble Sort Tutorial

Here is a tutorial that follows up on yesterday’s C++ Xcode Numerical Bubble Sort Tutorial as shown below, in an “oh, I forgot” moment to make the link between the programming language C (and then C++) and its relationship to … Continue reading

Posted in eLearning, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , | 8 Comments

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

PHP Where is Wally Test Primer Tutorial

Today, was going to show you comparisons of PHP[/HTML] versus Javascript/Ajax/HTML versus Javascript/HTML methodologies to have a password protected report only reported, securely (or not), to interested parties … ie. bits of talk regarding “security” … but today there is … Continue reading

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

Linux Crontab Korn Shell Script 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. Today, in this … Continue reading

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