Oracle Enterprise Linux - Oracle HRMS install notes

Submitted by code_admin on Mon, 07/16/2018 - 15:42

Install notes how I installed Oracle Enterprise Linux and Oracle HRMS machine.

Download Enterprise Linux 5 CD's (there are 5)

Install Oracle Enterprise Linux

When I installed without testing at least one CD the install hung.

Network Setup

Once I have installed Oracle Enterprise Linux 5 I set up the network. My machine is behind a consumer grade ADSL router with dynamic DNS.
I decided on a hostname for the machine as follows:
Hostname: oracle
Domain: robs_flat.com

Web Eye Project

Submitted by code_admin on Fri, 07/13/2018 - 09:35

Initial Experimental Setup

I will have a laptop computer running Ubuntu Server Linux. I want to connect it to a Motor Controller via USB (or Serial). I want the Motor controller to control two motors. The idea is that the motor will drive wheels connected to the laptop to drive it on a carpet. Steering is achieved by one motor going backwards while the other goes forwards. The motor needs to be powerful to do this.

Note: I will be writing a C++ program to send the serial commands to the Motor Controller.