Category Archives: Linux

Update and notes .. Developing an SQL database server/client system.

Its already been a couple of weeks since my last post, I had hoped to post more often in the last couple of days but putting the fine details for my SQL database project in place has taken a lot … Continue reading

Posted in computer fundamentals, Development board hardware, Development boards, Development Languages, IT skills, Linux, Odroid, Raspberry pi, Single board computers | Tagged , , , , , , , , | Leave a comment

New development projects for 2019 – SQL Data-base management, Psion Series 5 second life, Element 14 PiDesktop

I have three news Development projects and Study areas that I have been working on in January 2018 as follows: Asus Tinker Board SQL Data base server. Almost all computer based projects including those in the Makers community at some … Continue reading

Posted in Development board hardware, Development boards, Development Languages, Hardware construction, Linux, Nigel Borrington, Programming skills, Python, Second life Hardware, Study guides and exams, Uncategorized | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Linux Shell- command history

NB : Please note that this post follows on from Linux Shell command tricks The second of the tools available for the command line interface to a Linux shell is command History, Just like Command and file completion this set … Continue reading

Posted in IT skills, Linux, Operating systems, Study guides and exams | Tagged , , , , , , , , , | Leave a comment

Linux Shell command tricks – Command completion

The power of the command line in Linux Distributions is still very much at the forefront, many admin task can simply be performed much more efficiently this way. This faster command entry speed, for admin tasks is true even by … Continue reading

Posted in computer fundamentals, IT skills, Linux, Operating systems | Tagged , , , , , , , | Leave a comment

Linux OS and GPIO managment

Please note that this post follows on from : GPIO Part 1 :ARM Development boards and their low-level coding Data-sheets This post is part 2 of A Look at how development boards such as the Raspberry PI allow a developer … Continue reading

Posted in computer fundamentals, Cubietruck, Linux, Odroid, Operating systems, Programming skills, Radxa rock, Raspberry pi, Single board computers, Software skills | Tagged , , , , , , , , , | Leave a comment

Looking at shells, internal and External commands

This Study area follows on from this Post , Using Linux Shells Each of the available command shells in Linux has two primary types of commands, Internal or External. Internal By saying a command is Internal, these commands are fully … Continue reading

Posted in Linux, Operating systems | Tagged , , , , , , | Leave a comment

Using Linux Shells, Command entry and Terminal emulators.

Please note that this post follows on from : The Linux Shell Operating systems such as Linux and Microsoft windows owe their current existence to much earlier versions of themselves with ASCII-code Text based command lines as their only interface … Continue reading

Posted in computer fundamentals, Linux, Operating system installation, Operating systems, Study guides and exams, Windows 10 | Tagged , , , , , , , , | Leave a comment

I/O Addresses and I/O memory

Please note that this post follows on from : IRQ’s and Interrupts I/O Addresses and I/O memory relate to bi-directional Communications between (CPU/Computer to devices ) as opposed to IRQ’s/Interrupt’s which are one way (device to CPU/Computer) communications. Communication via … Continue reading

Posted in computer fundamentals, Linux, Operating systems, Uncategorized | Tagged , , , , , , , | Leave a comment

Device IRQ’s (interrupt requests) a Definition.

Definition of : IRQ (interrupt request) An IRQ (interrupt request) value is an assigned location in memory where the computer can expect a particular device to interrupt it when the device sends the computer signals about its operation. Note that … Continue reading

Posted in Development board hardware, Linux, Radxa rock, Raspberry pi, Single board computers, Uncategorized | Tagged , , , , , | Leave a comment

Raspberry Pi GPIO programming

GPIO – Starting from the pins up During the last week of study I have spent a lot of time looking at many online references that relate to Coding for GPIO input and output on the Raspberry PI along with … Continue reading

Posted in Development board hardware, Development Languages, Linux, Operating systems, Radxa rock, Raspberry pi, Uncategorized, Windows 10 IOT core | Tagged , , , , , , , | Leave a comment