Search Results

Search: Posts Made By: jgt
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)
5,991
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
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.
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
Can you put the old video card in the new system?
Can you put the old video card in the new system?
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: SCO 07-27-2019
12,472
Posted By jgt
https://support.hpe.com/hpsc/swd/public/detail?swI...
https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_UNITY_I24724


Although, i am unable to connect to it right now, might be down for maintenance. I have attached the file to this post
Forum: SCO 07-27-2019
12,472
Posted By jgt
I thought I had posted this about an hour ago,...
I thought I had posted this about an hour ago, but...
Copy and run Floppy Boot Disks from USB - gHacks Tech News (https://www.ghacks.net/2006/09/06/copy-and-run-floppy-boot-disks-from-usb/)
Forum: SCO 07-27-2019
12,472
Posted By jgt
I used a Linux system to download and extract the...
I used a Linux system to download and extract the EFS package from HP.
The following is an extract from the README
Then you have a new problem: how to create a diskette. I do not know if a BTLD...
Forum: SCO 07-26-2019
12,472
Posted By jgt
Go to the sco site xinuos.com and check the...
Go to the sco site xinuos.com and check the certified hardware list.


According to the hardware list, only the P400 controller is supported, and i am pretty sure that the P410 was never supported.
Forum: Cybersecurity 07-24-2019
4,634
Posted By jgt
Our system was hacked
Someone made a mistake, and left our router wide open, pointing all ports to a SCO 6.0.0 system.
Within 24 hours, the following happened.
The contents of all the files (except tar files) in three...
7,942
Posted By jgt
Mod_harbour
mod_harbour is an extension for the Apache web server to allow Clipper/dBase/Foxpro source code to be used in the same way that php is used.
GitHub - FiveTechSoft/mod_harbour: Apache mod for Harbour...
4,248
Posted By jgt
Create xm1 while read a do read b ...
Create xm1


while read a
do
read b
echo $a $b
done


grep -v "<" text.xml |grep -v ">" |./xm1
10,067
Posted By jgt
This can produce multiple answers if $1=ann and...
This can produce multiple answers if $1=ann and both ann and anna are users in /etc/passwd
Forum: What is on Your Mind? 04-18-2019
2,425
Posted By jgt
Yeah, getting old sucks but it beats the...
Yeah, getting old sucks but it beats the alternative.
1,853
Posted By jgt
as400 collating sequence at DuckDuckGo...
as400 collating sequence at DuckDuckGo (https://duckduckgo.com/?t=lm&q=as400+collating+sequence&ia=web)
6,205
Posted By jgt
dd will only do a byte to byte conversion from...
dd will only do a byte to byte conversion from EBCDIC to ascii. Packed decimal achieves data compression by using 4 bit bytes, essentially storing two decimal digits in a single byte.
6,205
Posted By jgt
Write a cobol program. Gnu-cobol is available...
Write a cobol program.
Gnu-cobol is available at GnuCOBOL (formerly OpenCOBOL) download | SourceForge.net (https://sourceforge.net/projects/open-cobol/)


If you don't know cobol, post the input...
4,249
Posted By jgt
The good news is that you can replace the IDE...
The good news is that you can replace the IDE disk with a SATA disk or SSD. The bad news; neither is likely to fit in the T30 case.
It has occurred to me that your notebook is not the original...
4,249
Posted By jgt
There are several issues you will have to deal...
There are several issues you will have to deal with.
The first: do you have the root password? you will not be able to start the machine in single user mode without it.
Second: this machine has an...
3,526
Posted By jgt
You may have to run the setup.exe program in...
You may have to run the setup.exe program in order to determine the i-o address and interrupt. And yes it does matter for ISA cards.
D-LINK DE-220PCT USER MANUAL Pdf Download....
3,526
Posted By jgt
You don't have a gateway address. Add a script...
You don't have a gateway address.
Add a script to /etc/rc2.d that executes after S85tcp that contains:

route add default 192.168.1.x

or edit the/etc/default/tcp so that GATEWAY has a value.
...
3,526
Posted By jgt
You might also look at /etc/default/tcp, to see...
You might also look at /etc/default/tcp, to see if the gateway address is correct.
Showing results 1 to 25 of 300

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