Search Results

Search: Posts Made By: jgt
5,909
Posted By jgt
In the following, the index file is placed in the...
In the following, the index file is placed in the requests directory, and the image file in the temp directory. The index files can have different extensions to indicate grouping or priority.
The...
3,295
Posted By jgt
(1+ 4*suma1 + 2*suma2 + 1(1/n^2)) Should there...
(1+ 4*suma1 + 2*suma2 + 1(1/n^2))
Should there be an operator between 1 and (1/n^2)
Forum: Programming 03-09-2020
6,868
Posted By jgt
My version of Microfocus (4.1) has a utility...
My version of Microfocus (4.1) has a utility called animate. You need the .int and the .idy in order to use it.
2,946
Posted By jgt
Instead of reading the input a line at a time: ...
Instead of reading the input a line at a time:

read a
while read a b c d e f
do
echo USER= $a CPU= $c
done
run as


ps aux |script_above




You end up only reading the output...
Forum: SCO 02-28-2020
6,523
Posted By jgt
You might try one of these:...
You might try one of these:...
Forum: SCO 02-28-2020
6,523
Posted By jgt
You haven't mentioned any of: your budget ...
You haven't mentioned any of:
your budget
your current hardware configuration
your current software
the amount of disk space used.


While a disk image backup will protect you...
Forum: SCO 02-26-2020
6,523
Posted By jgt
I have found that Microlite Edge, and I presume...
I have found that Microlite Edge, and I presume Ctar can be used to backup to a USB stick mounted on a Windows or Linux client running a ftp server.


SCO 6.0 directly supports USB sticks, but I...
5,992
Posted By jgt
t(){ for file in $(ls *.bk*) do ...
t(){
for file in $(ls *.bk*)
do
n=$(echo $file |cut -dk -f3)
echo $n $file
done
}
l()
{
while read a b
do
echo $b
done
}
t |sort -n|l
3,526
Posted By jgt
Also, variables are only used without the $ sign...
Also, variables are only used without the $ sign on the left side of the = sign and there should be no space before or after the = sign.
3,513
Posted By jgt
Download digital panel meter and large display...
Download digital panel meter and large display technical data, forms and brochures (https://www.london-electronics.com/download-operating-manuals-datasheets-and-software.php#Titan)


I presume...
3,513
Posted By jgt
Device address probably should be one, not zero. ...
Device address probably should be one, not zero.

The concept of device address stems from RS485 serial communications that allow for daisy chained devices.


Are there possibly dip switches...
3,513
Posted By jgt
I think that all you need to do is use netcat. ...
I think that all you need to do is use netcat.

echo "some message" |netcat -h led_ip_address -p port_number



Port number should be in the LED sign documentation.
8,839
Posted By jgt
The groff dot directives do not have any effect...
The groff dot directives do not have any effect with Postscript.
Assuming that you are using letter size paper and not A4, there are 72*11 points vertically on the page, reduce that to 720 for half...
7,916
Posted By jgt
Job migration compared to system migration,...
Job migration compared to system migration, implies that there is, or will be, a common data set?
We really do not have enough information about the current system and the target system to be of...
7,916
Posted By jgt
The following is an excerpt from my Microfocus...
The following is an excerpt from my Microfocus Cobol V4.1 documentation.
Forum: SCO 12-22-2019
14,638
Posted By jgt
You have to run mkdev hd. Make sure you do...
You have to run mkdev hd.

Make sure you do not format the disk or change any sizes.

In divvy, you have to rename the root partition from hd0root to something else that is not currently used on...
2,737
Posted By jgt
Surely you don't believe that someone is going to...
Surely you don't believe that someone is going to download your program, give it root permission and run it.
2,720
Posted By jgt
There is an entire thread on this topic from...
There is an entire thread on this topic from September 2015
Strange behaviour on Openserver 5.0.2 after 09/2015...
2,720
Posted By jgt
Can you put the old video card in the new system?
Can you put the old video card in the new system?
13,940
Posted By jgt
You don't need an SMS gateway, if you know the...
You don't need an SMS gateway, if you know the carrier that the cell phone number is attached to. for example:

number=cell_phone_number
carrier="msg.telus.com"
mail -s "subject"...
Forum: SCO 10-10-2019
14,638
Posted By jgt
OSR6 has automatic device configuration. It...
OSR6 has automatic device configuration. It should have found the second disk by itself . Did you run the bios raid configurator and change the raid1 pair to be system drive 1 instead of 0.
Forum: Programming 10-09-2019
9,898
Posted By jgt
I do this using ghost script. Use <code> ...
I do this using ghost script.
Use
<code>
For pdf in list
Do
Pdf2ps $pdf >>big.ps
Done
Ps2pdf big.ps big.pd</code>
Check the exact syntax for pdf2ps and excuse the typos from my phone
4,225
Posted By jgt
calculate cksum first and assign it to a...
calculate cksum first and assign it to a variable, then print that variable in the awk statement.
3,415
Posted By jgt
What's wrong with the 'at' command?
What's wrong with the 'at' command?
Forum: SCO 07-30-2019
14,497
Posted By jgt
Not sure exactly what you are asking: There is...
Not sure exactly what you are asking:
There is a version of proftpd for SCO, so you could download and install that.
If you are wanting to configure the SCO ftp server to provide similar results...
Showing results 1 to 25 of 500

 
All times are GMT -4. The time now is 12:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy