Search Results

Search: Posts Made By: sdohn
1,595
Posted By sdohn
Kbd input processing with python
Hi, I'm new to python, and I work on a little program fpr my rapsberry pi.
This scenario here is a little Midi sysex app for my Roland D-50 Synthesizer.
With an usb attached number keypad I can...
Forum: Programming 04-17-2013
1,609
Posted By sdohn
PL/SQL heartbeat Query has errors
Hello, I want to query something simple which works as a standalone sqlplus query perfectly:

Table statements:

ALTER TABLE MP$PATHLOADER.ISALIVE
DROP PRIMARY KEY CASCADE;

DROP TABLE...
1,786
Posted By sdohn
Selective Replace awk column values
Hi, I have the following data:

2860377|"DATA1"|"DATA2"|"65343"|"DATA2"|"DATA4"|"11"|"DATA5"|"DATA6"|"65343"|"DATA7"|"0"|"8"|"1"|"NEGATIVE"...
Forum: HP-UX 10-25-2012
8,975
Posted By sdohn
Hi, it maybe could be an issue with the dns...
Hi, it maybe could be an issue with the dns resolver.
If the dns entries are not resolvable, it could take longer to connect with ssh to your server.

Could you elaborate on the term "slow...
Forum: HP-UX 10-25-2012
4,755
Posted By sdohn
Map EFI Internal Bootable DVD
Hi, I try to get hands on my new RX2600 HP Servers.

For the cold installation of the HP-UX OS the mapping to the
Internal Bootable DVD is gone in the EFI Shell.

ON one of my two HP RX2600...
2,173
Posted By sdohn
Thanks a lot to you! That code did it! ...
Thanks a lot to you!
That code did it!

with kindest regards
From
Stefan M. Dohn
2,173
Posted By sdohn
search more than one pattern with perl on same line
Hi friends, I want to search for some hex error codes in some files.
After the hex error code is found, the occurences would be counted.
Afterwards the found hex errorcode would be cat into a...
Forum: Red Hat 05-07-2010
2,389
Posted By sdohn
NIS disabling the MAP for a local user
Hello everybody, we have a NIS User lsfadmin which gets his environment variables from the autmount /home/lsfadmin.

A newer version of the application needs a different environment to launch the...
3,718
Posted By sdohn
Yes so it works now for me in this way: ...
Yes so it works now for me in this way:


echo $SHLIB_PATH | awk -v Search=$ORACLE_SID -F: '{ for (a=1; a <=NF ; ++a){if ($a ~ Search){print $a}} }'


Greetings from germany
sdohn
3,718
Posted By sdohn
So I'm a step further now. But what if the...
So I'm a step further now. But what if the Keyword to search for is another environment variable like:

...
3,718
Posted By sdohn
Thanks user sidorenko thas was exactly what I'm...
Thanks user sidorenko thas was exactly what I'm looking for. :)

brgds from

sdohn
3,153
Posted By sdohn
An easy to install windows ssh server maybe is...
An easy to install windows ssh server maybe is COPSSH.
Google for it.

brgds from

sdohn
2,524
Posted By sdohn
You could use the diff tool on that. Please...
You could use the diff tool on that.
Please look at the diff man page.

Another solution may be to create checksums on the 2 files
with the md5sum binary, and afterwards compare the 2 checksums...
3,718
Posted By sdohn
Search for awk pattern in unix env variable
For a Script I need to detemine which field of the unix environment variable SHLIB_PATH has the
WALTDB entry.

export...
2,896
Posted By sdohn
It seemes to work
Hello User fpmurphy, I redefined the complete AWK block.
And now it works as you suggested.


message() {
${AWK} -F## '{system("echo \"" "There is a session locking since '$RESULT' minutes. See...
2,896
Posted By sdohn
How to escape from the shell
In a Script I need to push several messages to a function.
My problem here is: I have to print the string v$LOCK on the resulting line which spits out the message. What I want here is not printing...
25,167
Posted By sdohn
Thanks a lot user ripat, it just works. I...
Thanks a lot user ripat, it just works.
I didn't thought that this is so easy.

greetings from
sdohn
25,167
Posted By sdohn
AWK how to change delimiter while outputting
Hello I need some help in outputting Fields when the delimiter has changed:

echo "test1,test2 | test3,test4,test5" | awk -F"," '{print $1,"COUNT",$2,$4}'

prints out:
test1 COUNT test2 |...
6,279
Posted By sdohn
Find out if PDF file is corrupted
Hello , I have several hundered PDF Files in which 20% seemes to be corrupt. Is it possible to create a Perl Script which uses a PDF Perl Module which open and closes a PDF File and reports the...
23,044
Posted By sdohn
SUMMARY:Define Operational Database Parameters ...
SUMMARY:Define Operational Database Parameters
DESCRIPTION:Necessary configuration for Oracle Streams Database P1VPMDEX


DTSTART:20090326T150000Z
DTEND:20090326T170000Z

SUMMARY:Prepare U1...
23,044
Posted By sdohn
AWK print all in one line
Hello, I want to parse a vcal file with awk, and later import the specific output file into excel. I want everything on one line.

-------- file testcal.ics -------------
BEGIN:VCALENDAR...
1,604
Posted By sdohn
man tar # shows you the syntax for the tar...
man tar # shows you the syntax for the tar utility

tar -cvf test.tar /etc # tars all files of the dir /etc
tar -vtf test.tar # shows which files are in your tar archive
tar -xvf...
Forum: Solaris 01-27-2009
3,241
Posted By sdohn
At first you should find out if the tcp/ip stack...
At first you should find out if the tcp/ip stack has already give an ip address to your network device.
So in a terminal fire up a "ifconfig -a"
Then you should figure out if you can ping your...
3,034
Posted By sdohn
Thank you for your solution to this complex...
Thank you for your solution to this complex problem.
The reason for me was to seperate the Values for putting them in a database. Now I can do a report with sql with the data.

brgds from user...
3,034
Posted By sdohn
Thanks a lot User joeyg for your solution, now I...
Thanks a lot User joeyg for your solution, now I can further remove what I'm not wanting on the lines.

brgds from User sdohn
Showing results 1 to 25 of 27

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